diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | TODO | 5 |
2 files changed, 7 insertions, 5 deletions
@@ -1,6 +1,13 @@ Mandriva network monitoring tool -- History of user-visible changes Copyright (C) 2009, Mandriva +- largely improved execution overhead +- converted to use standard python routines +- interactively monitoring wireless link level +- correctly detecting interface data +- displaying more verbose interface information +- using two fixed columns for data + 0.01: - implemented integration with vnstat - initial release @@ -4,11 +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 - - wireless: show essid, signal level and rate when available (/proc/net/wireless) - - detect if it is wireless: /sys/class/net/iface/wireless - - detect essid: ioctl SIOCGIWESSID - - detect mode: SIOCGIWMODE - - detect rate: SIOCGIWRATE - network info: show gateway, routes and dns info (/proc/net/routes) - auto-detect new and removed interfaces (ppp0, etc) - advanced fields: |