Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xybu authored Oct 14, 2016
1 parent dab8adc commit dcd9db8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ python-resmon
A resource monitor that records resource usage (e.g., CPU usage, RAM usage and free, disk I/O
count, NIC speed, etc.) and outputs the data in CSV format that is easy to post-process.

Compared to collecting and parsing the output of `top` and `atop`, this script incurs less overhead and the
CSV output is much easier to parse, making it handy for experiments that need resource monitoring
and processing of the generated data sets.

The script is written in Python 3 syntax and depends on [psutil](https://github.com/giampaolo/psutil).

# Installation
Expand Down

0 comments on commit dcd9db8

Please sign in to comment.