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

Added: snmptop utility. #142

Merged
merged 9 commits into from
Jul 15, 2017
Merged
Prev Previous commit
Added: snmptop in tests runnable + version increment.
  • Loading branch information
strizhechenko committed Jul 15, 2017
commit f33fbd34d02fb8a46f49dd84d5f0d93169a42653
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def read(*paths):

setuptools.setup(
name='netutils-linux',
version='2.2.10',
version='2.3.0',
author='Oleg Strizhechenko',
author_email='[email protected]',
license='MIT',
Expand Down
2 changes: 2 additions & 0 deletions tests/utils_runnable
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ softirq="./tests/softirqs/i7/softirqs1"
irq="./tests/interrupts/singlequeue_8cpu/interrupts_short"
soft_net_stat="./tests/softnet_stat/softnet_stat1"
devices="eth1,eth2,eth3"
snmp="./tests/proc_net_snmp/snmp1"

network-top --no-clear -n 1 --random \
--softirqs-file="$softirq" \
Expand All @@ -16,6 +17,7 @@ link-rate --no-clear -n 1 --random --devices="$devices"
irqtop --no-clear -n 1 --random --interrupts-file="$irq"
softirq-top --no-clear -n 1 --random --softirqs-file="$softirq"
softnet-stat-top --no-clear -n 1 --random --softnet-stat-file="$soft_net_stat"
snmptop --no-clear -n 1 --random --snmp-file="$snmp"
autorps --help
autoxps --help
rss-ladder --help