blob: db385770940f584e8c36da23d9c9293988f57981 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
Mandriva network monitoring tool -- History of user-visible changes
Copyright (C) 2009, Mandriva
0.09:
- add support for displaying network connections
- fix handling unsupported network card parameters
0.08:
- properly detect default route on x86_64 systems
- properly calculate network uptime
- modified timeouts to improve system power usage
0.07:
- implement connection uptime monitoring in GUI
- added ifup.d and ifdown.d scripts for account network uptime
0.06:
- support selecting default monitoring interface from command line
- display interface icons when available
0.05:
- prevent crashing when running for long time
- pretty-format traffic data
0.04:
- simplified UI
0.03:
- improved network traffic graphics
- displaying global system information in statusbar (routes, DNS, ...)
0.02:
- 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
|