Skip to content

Basic Utilization Monitoring Tool For Linux Systems

License

Notifications You must be signed in to change notification settings

dogukaneren/Util-Lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Util-Lite

Basic Utilization Monitoring Tool For Linux Systems

Installation

wget https://github.com/dogukaneren/Util-Lite/releases/download/Util-Lite-0.1/util-lite.deb

apt install ./util-lite.deb

How To Use

Package

util-lite
RAM: 3686MB / 31776MB
RAM Usage: [=====                                             ] 11%

Swap: 0MB / 2047MB
Swap Usage: [                                                  ] 0%

CPU Cores: 20
CPU: 11%
CPU Usage: [=====                                             ] 11%

**_Note: If you'd like to change the symbols for RAM, CPU, and Swap area, you can use the following parameters: -r for RAM, -c for CPU, and -s for Swap._** 

``` bash
util-lite -c "c" -s "s" -r "r"
RAM: 3663MB / 31776MB
RAM Usage: [rrrrr                                             ] 11%

Swap: 0MB / 2047MB
Swap Usage: [                                                  ] 0%

CPU Cores: 20
CPU: 11%
CPU Usage: [ccccc                                             ] 11%

Sh

chmod +x util-lite.sh
./util-lite.sh
RAM: 3686MB / 31776MB
RAM Usage: [=====                                             ] 11%

Swap: 0MB / 2047MB
Swap Usage: [                                                  ] 0%

CPU Cores: 20
CPU: 11%
CPU Usage: [=====                                             ] 11%

Note: If you'd like to change the symbols for RAM, CPU, and Swap area, you can use the following parameters: -r for RAM, -c for CPU, and -s for Swap.

./util-lite.sh -c "c" -s "s" -r "r"
RAM: 3663MB / 31776MB
RAM Usage: [rrrrr                                             ] 11%

Swap: 0MB / 2047MB
Swap Usage: [                                                  ] 0%

CPU Cores: 20
CPU: 11%
CPU Usage: [ccccc                                             ] 11%

New Colorfull version 0.2

image

About

Basic Utilization Monitoring Tool For Linux Systems

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages