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

netusagemoninitor@pdcurtis (NUMA) Update to v3.1.2 #308

Merged
merged 1 commit into from
Apr 13, 2017

Conversation

pdcurtis
Copy link
Contributor

  • Change spawn_command_line_sync to spawn_command_line_async to remove one reason for 'dangerous' classification.
  • Correct several spelling errors in comments and .md files.

Does anybody know an alternative to use of Gtop which also leads to the 'dangerous classification being set? The code using it is minimal

this.gtop = new GTop.glibtop_netload();
and

GTop.glibtop_get_netload(this.gtop, this.monitoredInterfaceName);
this.upOld = this.gtop.bytes_out;
this.downOld = this.gtop.bytes_in;

@brownsr brownsr merged commit 92b3ab8 into linuxmint:master Apr 13, 2017
@pdcurtis pdcurtis deleted the netusagemonitor-3.1.2 branch April 12, 2018 14:41
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

Successfully merging this pull request may close these issues.

None yet

2 participants