Bump version number.
[mom.git] / bwmon.py
2007-01-10 Faiyaz Ahmed* bwlimit.set() expects bits/s. Was giving it bytes/s.
2007-01-08 Faiyaz Ahmed* Removed debug statement that prints out extra NM...
2007-01-08 Faiyaz Ahmed* NM rate values are in bits/s. Fixed Byte limits.
2007-01-03 Faiyaz Ahmed* time.time() returns a float which python doesn't...
2006-12-19 Faiyaz Ahmed* Capped rate can only go as low as default_MinRate...
2006-12-13 Faiyaz Ahmed* Fixed syntax error with low bw thresholds.
2006-12-06 Faiyaz Ahmed* Fixed output of -s -v and -d flags.
2006-12-05 Faiyaz Ahmed* Byte limits are in KB when passed or requested via...
2006-12-05 Faiyaz AhmedRemove slice email notification. (commented. will...
2006-12-04 Faiyaz Ahmed* Queries NM for: "nm_net_max_byte",
2006-12-01 Faiyaz Ahmed* Fixed floating point arith error. tc likes whole...
2006-12-01 Faiyaz Ahmed* bwmon uses byte limits instead of average rates...
2006-07-10 Faiyaz AhmedRemoved unused class variables.
2006-07-10 Faiyaz AhmedInitted default limits before connecting to NM for...
2006-07-10 Faiyaz AhmedStores last values reported by NM. Uses cached vals...
2006-06-26 Mark Huang- nm_net parameters are now in bps
2006-06-02 Mark Huang- deal with error results from NM correctly, and don...
2006-05-08 Mark Huangremove call to non-existent close() function
2006-04-28 Mark Huang- query nm for the right average rate parameters
2006-04-28 Mark Huang- renamed BandwidthMonitor.py