diff options
author | Eugeni Dodonov <eugeni@mandriva.com> | 2009-09-30 10:00:59 -0300 |
---|---|---|
committer | Eugeni Dodonov <eugeni@mandriva.com> | 2009-09-30 10:00:59 -0300 |
commit | ef3def6f3ac00e89308c82fe1573020f7f6b7ad0 (patch) | |
tree | 15d1d169ecfb609626d0c6f895a9c45097665ae8 | |
parent | 098c8b043777ea8118217e9d96308590c2d32a5c (diff) | |
download | net_monitor-ef3def6f3ac00e89308c82fe1573020f7f6b7ad0.tar net_monitor-ef3def6f3ac00e89308c82fe1573020f7f6b7ad0.tar.gz net_monitor-ef3def6f3ac00e89308c82fe1573020f7f6b7ad0.tar.bz2 net_monitor-ef3def6f3ac00e89308c82fe1573020f7f6b7ad0.tar.xz net_monitor-ef3def6f3ac00e89308c82fe1573020f7f6b7ad0.zip |
Updated NEWS and TODO
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | TODO | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,9 @@ Mandriva network monitoring tool -- History of user-visible changes Copyright (C) 2009, Mandriva +- improved network traffic graphics +- displaying global system information in statusbar (routes, DNS, ...) + 0.02: - largely improved execution overhead - converted to use standard python routines @@ -4,7 +4,6 @@ TODO for net_monitor: - implement advanced logging (start and stop counting network transfers, accounting number of packets, bytes, and so on) - highlight interfaces with higher transmission rate - - network info: show gateway, routes and dns info (/proc/net/routes) - auto-detect new and removed interfaces (ppp0, etc) - advanced fields: - known ARP addresses per interface @@ -12,4 +11,3 @@ TODO for net_monitor: - advanced network statistics (/proc/net/netstat) - socket statistics - ip forwarding (/proc/sys/net/ipv4/ip_forward) - - graphs: correctly shift values |