/system-monitor

CPU, Memory, Disk consumption analysis

Primary LanguageShell

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