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

[Network] Implement the check using psutil on Windows #2499

Merged
merged 1 commit into from Sep 6, 2016

Conversation

masci
Copy link
Contributor

@masci masci commented May 13, 2016

  • Added a psutil-based check method
  • Make Windows use the above
  • Enable the check in the Windows GUI

@yannmh
Copy link
Member

yannmh commented May 13, 2016

We are too close from the 5.8.0 release. Let's move it to the 5.9.0 milestone.

@yannmh yannmh modified the milestones: 5.9.0, 5.8.0 May 13, 2016
status = self.TCP_STATES['psutil'].get(conn.status)
metric = self.CX_STATE_GAUGE.get((protocol, status))
if metric is None:
print(protocol, status)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's remove this print statement

@truthbk
Copy link
Member

truthbk commented Aug 11, 2016

@masci can you please squash the changes?

address review comments
@masci
Copy link
Contributor Author

masci commented Aug 16, 2016

@truthbk done!

@gshackles
Copy link

Any ETA on this landing?

@masci
Copy link
Contributor Author

masci commented Sep 1, 2016

@gshackles this will be shipped with the upcoming release 5.9, ETA mid September.

@truthbk truthbk merged commit ab085ce into master Sep 6, 2016
@truthbk truthbk deleted the massi/network_stats_win branch September 6, 2016 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants