Skip to content

Commit dcd9db8

Browse files
authored
Update README.md
1 parent dab8adc commit dcd9db8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ python-resmon
66
A resource monitor that records resource usage (e.g., CPU usage, RAM usage and free, disk I/O
77
count, NIC speed, etc.) and outputs the data in CSV format that is easy to post-process.
88

9+
Compared to collecting and parsing the output of `top` and `atop`, this script incurs less overhead and the
10+
CSV output is much easier to parse, making it handy for experiments that need resource monitoring
11+
and processing of the generated data sets.
12+
913
The script is written in Python 3 syntax and depends on [psutil](https://github.com/giampaolo/psutil).
1014

1115
# Installation

0 commit comments

Comments
 (0)