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

[ Windows-11] Add Option to do .net_io_counters on a Process object #2464

Closed
GHERMAN99 opened this issue Oct 18, 2024 · 1 comment
Closed

Comments

@GHERMAN99
Copy link

GHERMAN99 commented Oct 18, 2024

Summary

  • OS: {Windows-11}
  • Type: { core }

Description

Add Option to do .net_io_counters on a Process object

import psutil
p = psutil.Process(psutil.pids()[0])
p.net_io_counters()
@giampaolo
Copy link
Owner

This was discussed in the past, but long story short is that there was no operating system offering this functionality.

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

No branches or pull requests

2 participants