Commit Graph

35 Commits

Author SHA1 Message Date
Stephen McQuay 3398b4f131
added example 2016-09-22 23:03:32 -07:00
Stephen McQuay 323daff95b
added multi 2016-09-22 23:03:32 -07:00
Stephen McQuay c6935de403
Update godoc link 2016-09-22 23:03:32 -07:00
Stephen McQuay 9e977f19c6 Added BPS.Data to feed to sparklines 2016-02-27 23:03:42 -08:00
Stephen McQuay b0803ee1b7 added godoc badge 2016-02-25 23:44:29 -08:00
Stephen McQuay c5e9dcd2c6 removed sparkline 2016-02-25 22:54:18 -08:00
Stephen McQuay 89425716d1 addressed linting and spelling. 2016-02-25 22:46:42 -08:00
Stephen McQuay fc1f5ce2bc Fixed panic, added some tests 2015-10-31 16:16:27 -07:00
Stephen McQuay 1c4f1a6f95 added sparkline
the testing is very weak and I can get it to panic.
2015-10-28 21:46:20 -07:00
Stephen McQuay 8652695f3b fixed test
this test missed updating when we changed the New* api
2015-10-19 22:51:17 -07:00
Stephen McQuay d8a8452961 Added NewPrecise and changed New to be simpler 2015-10-04 15:47:24 -07:00
Stephen McQuay fd030fd6b2 renamed files to match package name 2015-10-03 19:01:02 -07:00
Stephen McQuay 561fc4300f don't show docs for human 2015-09-30 23:15:57 -07:00
Stephen McQuay 60d7f3a1f3 attempt to fix pkg doc 2015-09-30 23:15:57 -07:00
Stephen McQuay 0dbc9d1d15 fxed readme 2015-09-30 23:15:57 -07:00
Stephen McQuay 16519f1bcf fixed author name 2015-09-30 23:15:57 -07:00
Stephen McQuay 9ea22e394e Added HumanRate 2015-09-30 23:15:53 -07:00
Stephen McQuay a23ebdb44b further simplified implementation 2015-09-30 22:57:14 -07:00
Stephen McQuay 9c20a7ff0e added docs 2015-09-30 11:07:12 -07:00
Stephen McQuay 0ad73b982e bandwidth -> bps, and behavior change
- bps.BPS only keeps track of rates of a single rate
- bps.BPS implements io.Writer
- removed chan semantics, interact via .Add or .Write
- fleshed out docs
2015-09-29 23:38:14 -07:00
Stephen McQuay 9afe8cd2ae removed false documentation about memory leak. 2015-09-26 00:24:50 -07:00
Stephen McQuay cfbee089a2 removed hgignore file 2015-09-26 00:23:43 -07:00
Stephen McQuay 26f4585249 changed license 2015-06-22 19:32:30 -07:00
Stephen McQuay 6092272775 updated docs for leaky memory 2015-04-12 21:18:07 -07:00
Stephen McQuay f161a60e37 Fixed the memory leaks using circular buffer. 2014-03-08 18:07:43 -08:00
Stephen McQuay 4f912b29ba just a test of branching semantics 2014-03-08 14:40:21 -08:00
Stephen McQuay d8bc9f8b1d stored the current second's bw numbers 2014-03-08 12:46:25 -08:00
Stephen McQuay bb8ce3c1ea Started down a different path; using a circular buffer instead.
After talks on #go-nuts, it seems as though I should look into using something
like the following:

https://github.com/cespare/goproc/tree/master/nwstat

And this makes sense. I have trimmed out the old tests and rearranged some code
here.
2014-03-08 00:45:55 -08:00
Stephen McQuay c33a5561bb Evacuate data appropriately
this breaks the tests; tests need to not rely on some weird date in the past.
2014-03-03 23:14:15 -08:00
Stephen McQuay 63547f2d37 Forgot to close some chans 2014-03-03 22:59:50 -08:00
Stephen McQuay 21b3c6b9e9 started readme 2014-03-02 23:10:16 -08:00
Stephen McQuay c465ab2c91 added license 2014-03-02 23:10:11 -08:00
Stephen McQuay adbdc7abe6 Added docs 2014-03-02 23:03:00 -08:00
Stephen McQuay ae82433a8f demote NewStream 2014-03-02 22:47:28 -08:00
Stephen McQuay ecace73aed added files from hackerbots 2014-03-02 22:44:09 -08:00