Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/splincode/system-monitor
CPU, Memory, Disk consumption analysis
https://github.com/splincode/system-monitor
cpu disk-consumption-analysis linux memory monitoring system-monitor usage
Last synced: 10 days ago
JSON representation
CPU, Memory, Disk consumption analysis
- Host: GitHub
- URL: https://github.com/splincode/system-monitor
- Owner: splincode
- Created: 2017-08-29T11:40:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-30T12:59:49.000Z (about 7 years ago)
- Last Synced: 2024-10-05T12:41:08.433Z (about 1 month ago)
- Topics: cpu, disk-consumption-analysis, linux, memory, monitoring, system-monitor, usage
- Language: Shell
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Analyzing the load on the system at the moment
CPU, Memory, Disk consumption analysis
```bash
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%
``````bash
# 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
```bash
$ chmod +x shell/sys.sh
```### Vusialization
- load .tsv file to https://datacopia.com/#/Data![](https://habrastorage.org/web/e24/c1d/567/e24c1d567d5f47dabf1d0d496cd4ff78.png)
- open google docs excel / microsoft excel
### TODO
- [x] Measuring the CPU
- [x] Measuring Memory Usage
- [x] Definition of disk space
- [x] Generation tsv