Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Plugin wanted: pidstat collector #1635

Open
PatrykMatyjasek opened this issue May 17, 2017 · 0 comments
Open

Plugin wanted: pidstat collector #1635

PatrykMatyjasek opened this issue May 17, 2017 · 0 comments

Comments

@PatrykMatyjasek
Copy link
Contributor

I'd like to have collector to get metrics from pidstat utility. It allows to collect resources consumption per process.
Using command pidstat -urdwl -h we are able to list all processes running on.
Flags used:
● -u prints cpu usage metrics
● -r prints memory usage metrics
● -d prints storage i/o metrics
● -w prints context switches statistics
● -l prints whole process command
● -h prints all values horizontally

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant