Skip to content

splincode/system-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Analyzing the load on the system at the moment

CPU, Memory, Disk consumption analysis

splincode@mivanov:~/system-monitor$ ./shell/sys.sh # watch mode
[INFO] You did not specify the file name with the first arguments
[INFO] create logfile: /home/splincode/system-monitor/shell/tsv/mivanov.tsv
=======================
15:42:08 30.08.2017 	 CPU USAGE: 1.94% 	 MEMORY USAGE: 19.08% 	 DISK USAGE: 14%
# result 
$ cat shell/tsv/mivanov.tsv
CPU(%)	RAM(%)	DISK(%)
2.00	21.02	14
2.00	21.07	14
2.00	21.07	14
2.00	21.07	14
2.00	21.07	14
2.00	21.06	14
2.00	21.06	14
2.00	21.06	14
2.00	21.09	14
2.00	21.09	14
2.00	21.09	14
2.00	21.10	14

Recommendation

$ chmod +x shell/sys.sh

Vusialization

  • open google docs excel / microsoft excel

TODO

  • Measuring the CPU
  • Measuring Memory Usage
  • Definition of disk space
  • Generation tsv

Releases

No releases published

Packages

No packages published

Languages