-
Notifications
You must be signed in to change notification settings - Fork 26
More metrics #26
Copy link
Copy link
Open
Labels
enhancementhelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunities
Metadata
Metadata
Assignees
Labels
enhancementhelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunities
Hi!
This is a follow up on simonepri/pidtree#6. I'm the original author of pidusage (written for pm2 back in the days).
pidusageis a library that facilitate the access to cpu and memory usage, for a given pid, being cross-platform.For windows, we're spawning
wmic.exeto get the following metrics:It works well but is god damn slow!
Would it be possible to add these additional metrics in this module? I'm really not familiar with windows nor with C++ programming on windows or I'd definitely do it myself. This would be a huge improvement for windows users that use
pidusageto get cross-platform metrics.Thanks!