We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add Option to do .net_io_counters on a Process object
import psutil p = psutil.Process(psutil.pids()[0]) p.net_io_counters()
The text was updated successfully, but these errors were encountered:
This was discussed in the past, but long story short is that there was no operating system offering this functionality.
Sorry, something went wrong.
No branches or pull requests
Summary
Description
Add Option to do .net_io_counters on a Process object
The text was updated successfully, but these errors were encountered: