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
Prev Previous commit
Next Next commit
Refactoring: optimized imports
  • Loading branch information
strizhechenko committed Jul 15, 2017
commit bfd04e5c4d6d88afafd17a084d47075b690b8e3a
6 changes: 2 additions & 4 deletions netutils_linux_monitoring/snmptop.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# coding=utf-8

import json
from functools import reduce
from operator import add
from six import print_, iteritems
from six import print_

from netutils_linux_monitoring.base_top import BaseTop
from netutils_linux_monitoring.layout import make_table

Expand Down