Graphing performance or system activity information.
using the output of sar tools.
Requirements
matplotlib
How to use
Usage: gperf.py [options] Options: -h, --help show this help message and exit -i INPUT_FILE, --input=INPUT_FILE -o OUTPUT_DIR, --ouput=OUTPUT_DIR --csv --stat --minor --height=HEIGHT --width=WIDTH
Recording all system activity.
$ sar -A -o [output filename] [interval] $ sar -A -o activity_result 1
Convert result format into csv.
$ sadf -d -- -A [output filename] > [csv filename] $ sadf -d -- -A activity_result > activity_result.csv
Create graph form -d format form sadf.
$ python gperf.py -i activity_result.csv -o output_dir or $ python gperf.py --input activity_result.csv --output output_dir
Release files for gperf 0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gperf-0.2.tar.gz | 10.7 kB | Details |
Release files / gperf-0.2.tar.gz
| Download URL | gperf-0.2.tar.gz |
|---|---|
| Size | 10.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6b7e254ac2cfd5d4bbdd4f4d42d22459e116d7ca324e1d1df6bdea5c94fe31cf
|
|
BLAKE2b-256 checksum How to use checksums |
e9ff888648351c9fe76bb1be058c65a470f97cd905729c492b530f92835ebf4a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |