scottchiefbaker / dool

Python3 compatible fork of dstat
GNU General Public License v3.0
315 stars 58 forks source link

Per process stats #56

Closed NasdaqGodzilla closed 6 months ago

NasdaqGodzilla commented 9 months ago
SUMMARY

Is there any plan to add independent stat for each process?

ISSUE TYPE
DOOL VERSION

v1.3.0

OS / ENVIRONMENT

Ubuntu 18.04

STEPS TO REPRODUCE

Per process stats would be very helpful

EXPECTED RESULTS

Per PID stat, like top.

ACTUAL RESULTS

New feature

scottchiefbaker commented 9 months ago

This has not come up before. I'm not sure what we could offer that a simple:

top -p 1234

doesn't already do? We have some of the framework in top-io and --top-cpu to gather some of these stats, but I don't see how showing an individual pid would fit in the dool style of output.

How are you thinking it would look/work?

kirito41dd commented 8 months ago

I also need the feature to collect specified pid information.

scottchiefbaker commented 6 months ago

There is a --pid-info 1234 plugin that got released with the last version of Dool. It's functional but limited.