distributed-system-analysis / pbench

A benchmarking and performance analysis framework
http://distributed-system-analysis.github.io/pbench/
GNU General Public License v3.0
184 stars 108 forks source link

pbench does not collect trends for disk space utilization? #347

Open jeremyeder opened 8 years ago

jeremyeder commented 8 years ago

I feel like we were graphing this per-device in the past but I can't find it being collected.

portante commented 8 years ago

I had thought the sar data collected has that, but we probably don't graph it automatically.

jeremyeder commented 7 years ago

youre right, it's in the sar data: sar -F -f sar.data

portante commented 7 years ago

We have it on our plate to integrate with sarjitsu which will be index the data into ES and create Grafana dashboards for them. See PR #176.