Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | table: Fix exception breaking update intervalHEADmaster | Simon Rettberg | 2023-12-19 | 1 | -2/+4 |
| | |||||
* | Work around broken Chrome | Simon Rettberg | 2023-11-06 | 1 | -0/+1 |
| | |||||
* | Remove legacy PNG output mode | Simon Rettberg | 2023-09-27 | 10 | -252/+5 |
| | |||||
* | Work around race condition instead of proper rearchitecturing | Simon Rettberg | 2019-11-09 | 1 | -4/+6 |
| | |||||
* | Merge branch 'master' of git.openslx.org:dnbd3-status | Simon Rettberg | 2019-07-02 | 0 | -0/+0 |
|\ | |||||
| * | table.html: fix server column color after a server was offline | Udo Walter | 2019-05-28 | 1 | -1/+1 |
| | | |||||
* | | Fix client/server count | Simon Rettberg | 2019-07-02 | 2 | -1/+5 |
| | | |||||
* | | Fix export of serverCount via data2.json | Simon Rettberg | 2019-03-09 | 1 | -0/+1 |
| | | |||||
* | | Move away old default png based graph | Simon Rettberg | 2019-03-09 | 2 | -7/+8 |
|/ | |||||
* | table.html: bug fix | Udo Walter | 2019-02-26 | 1 | -6/+8 |
| | |||||
* | table.html: improve average-speed calculation | Udo Walter | 2019-02-26 | 1 | -13/+34 |
| | | | | | It now calculates the average over the entire timespan instead of over the timespan in which a server/client has been seen within the entire timespan. This makes the numbers more comparable to each other. | ||||
* | table.html: fix everthing not working | Udo Walter | 2019-02-26 | 1 | -18/+17 |
| | |||||
* | table.html: fix ?peak not working | Udo Walter | 2019-02-26 | 1 | -2/+2 |
| | |||||
* | table.html: vue.js zu vue.min.js | Udo Walter | 2019-02-26 | 1 | -1/+1 |
| | |||||
* | table.html: (hopefully) fix crashes; keep offline servers greyed out for the ↵ | Udo Walter | 2019-02-26 | 1 | -53/+91 |
| | | | | | | timespan; add ability to display ports (url query parameter 'ports'); fix display bug with ipv6 addresses; | ||||
* | Support serverCount field from dnbd3 RPC | Simon Rettberg | 2019-02-08 | 4 | -2/+19 |
| | |||||
* | Increase polling timeout; fix error handling | Simon Rettberg | 2019-02-08 | 1 | -4/+15 |
| | |||||
* | table.html: Fix bytes/s for counter; design tweaks | Simon Rettberg | 2019-02-08 | 1 | -18/+28 |
| | |||||
* | Make colors more good and less bad | Simon Rettberg | 2019-01-29 | 2 | -9/+12 |
| | |||||
* | Small labeling change | Udo Walter | 2019-01-22 | 1 | -13/+13 |
| | |||||
* | Add server speeds graph, option to show peak speeds and some design changes | Udo Walter | 2019-01-22 | 1 | -39/+131 |
| | | | | | Options/query strings: 'peak' to turn on peak speed instead of average speed 'timespan' the timespan in which to calculate the average and peak speeds (default: 120) (seconds) | ||||
* | rework new_status-dnbd3.html with vuejs instead of jquery | Udo Walter | 2019-01-17 | 2 | -542/+130 |
| | |||||
* | Serverlist on command line; support new dnbd3 rpc format | Simon Rettberg | 2018-03-12 | 6 | -20/+102 |
| | |||||
* | Add clustering to nodes based on address | Simon Rettberg | 2018-03-12 | 1 | -9/+38 |
| | |||||
* | NanoHTTPD: Fix infinite loop | Simon Rettberg | 2018-03-12 | 1 | -24/+19 |
| | |||||
* | removed unnecesary comments and ToDos | Victor Mocanu | 2017-02-09 | 1 | -32/+3 |
| | |||||
* | added new_dnbd3-status.html | Victor Mocanu | 2017-02-09 | 1 | -0/+581 |
| | |||||
* | Addresses changed (should be configurable...) | Simon Rettberg | 2016-06-13 | 6 | -12/+19 |
| | |||||
* | Clustering in graph | Simon Rettberg | 2016-06-13 | 1 | -16/+54 |
| | |||||
* | Fix CPU spinning in NanoHTTPd | Simon Rettberg | 2016-06-13 | 3 | -111/+285 |
| | |||||
* | Cleanup, features, everything, nonsense commitmsg | Simon Rettberg | 2016-03-21 | 1 | -106/+105 |
| | |||||
* | Improved link coloring, link color fading, performance, and code cleanup. | Stephan Schwaer | 2016-03-17 | 1 | -134/+162 |
| | | | | | | | | | Now using pow and sqrt function to blend link colors. Link color now fades in 500ms intervals. Link color intensity no longer additive. Optimised coloring of links for performance. Code cleanup. Added/changed some comments. | ||||
* | Fixed resize of window. | Stephan Schwaer | 2016-03-16 | 1 | -5/+13 |
| | |||||
* | Code cleanup and some comments. | Stephan Schwaer | 2016-03-16 | 1 | -77/+66 |
| | |||||
* | Fix for download rate. | Stephan Schwaer | 2016-03-15 | 1 | -39/+47 |
| | |||||
* | Fixed typo in calculation. | Stephan Schwaer | 2016-03-15 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of git.openslx.org:dnbd3-status | Stephan Schwaer | 2016-03-15 | 1 | -1/+1 |
|\ | |||||
| * | Fix reference to nonexistent distance property of node | Simon Rettberg | 2016-03-14 | 1 | -1/+1 |
| | | |||||
* | | Links turn green and red depending on client download rate. | Stephan Schwaer | 2016-03-15 | 1 | -50/+63 |
|/ | | | | More code cleanup | ||||
* | Remodeled functions to use new server data. | Stephan Schwaer | 2016-03-14 | 1 | -137/+185 |
| | | | | Red links for active clients. | ||||
* | Change json attributes | Simon Rettberg | 2016-03-14 | 8 | -28/+9 |
| | |||||
* | Red color for links between servers. | Stephan Schwaer | 2016-03-10 | 1 | -27/+25 |
| | |||||
* | Gefrickel | Simon Rettberg | 2016-03-09 | 4 | -18/+52 |
| | |||||
* | Set min and max Value for the traffic graph. Increased size of labels. | Stephan Schwaer | 2015-06-05 | 1 | -1/+1 |
| | |||||
* | Added logarithmic scaling into graph and smoothie.js. | Stephan Schwaer | 2015-06-02 | 2 | -14/+25 |
| | |||||
* | Added upload rate to the server statistics. | Stephan Schwaer | 2015-05-28 | 1 | -24/+46 |
| | |||||
* | Fixed graphn scaling | Stephan Schwaer | 2015-05-26 | 1 | -15/+58 |
| | |||||
* | Added text with statistics about servers to the html file. | Stephan Schwaer | 2015-05-22 | 1 | -79/+144 |
| | |||||
* | Added the html file and needed libraries. | Stephan Schwaer | 2015-05-21 | 4 | -0/+1112 |
| | |||||
* | Lean and mean first prototype - to be improved! | Simon Rettberg | 2015-05-21 | 20 | -0/+2695 |