ncabatoff / process-exporter

Prometheus exporter that mines /proc to report on selected processes
MIT License
1.72k stars 270 forks source link

[Feature] active IO per-process (disk and network) #257

Open jcpunk opened 1 year ago

jcpunk commented 1 year ago

It would be helpful to also track what IO load the processes are generating. This could lead to finding out which processess/pods have high incompatibility due to their resource needs.

Similar to finding stats via iotop and iftop.