Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process handle #14

Open
fraxken opened this issue Apr 15, 2018 · 3 comments
Open

Process handle #14

fraxken opened this issue Apr 15, 2018 · 3 comments

Comments

@fraxken
Copy link

fraxken commented Apr 15, 2018

Hi,

First, very nice job ! We use the package for a little Node.JS monitoring tool and it work quite well !

Your package answer the most common cases of our specification except the process count of handles. Do you think it is possible to implement this field without too much refactoring?

Thanks for your time.

Best Regards,
Thomas

@reklatsmasters
Copy link
Owner

Thanks, @fraxken! Yes, it's possible. Win32_Process class has HandleCount field. Linux has subdirectory for file descroptors /proc/${PID}/fd.

Unfortunately, i'm busy with other OS projects. I'm implementing it, if I find the time. Also, you can send PR ;)

@fraxken
Copy link
Author

fraxken commented Aug 30, 2018

I'm back on the subject. I'm looking to implement this:
fraxken@c57734c

(Windows implementation work on my computer). I have to take a look on how to achieve the same on UNIX systems !

@fraxken
Copy link
Author

fraxken commented Aug 31, 2018

Pull-request: #26

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

No branches or pull requests

2 participants