diff options
author | Eugeni Dodonov <eugeni@mandriva.com> | 2009-09-29 19:37:38 -0300 |
---|---|---|
committer | Eugeni Dodonov <eugeni@mandriva.com> | 2009-09-29 19:37:38 -0300 |
commit | dafd0d527c45bc470831e65487fef5aa230fae09 (patch) | |
tree | 6b8ef6602872169265e11e452233de7aff1391c4 | |
parent | 58c9302ed8831f6a765751577531684d3e40d129 (diff) | |
download | net_monitor-dafd0d527c45bc470831e65487fef5aa230fae09.tar net_monitor-dafd0d527c45bc470831e65487fef5aa230fae09.tar.gz net_monitor-dafd0d527c45bc470831e65487fef5aa230fae09.tar.bz2 net_monitor-dafd0d527c45bc470831e65487fef5aa230fae09.tar.xz net_monitor-dafd0d527c45bc470831e65487fef5aa230fae09.zip |
updated NEWS and TODO
-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: |