Brian Warner
31be12a4be
misc/dump-stats.py: tool to show stats.json validity
...
Run like 'watch python misc/dump-stats.py' against a 'wormhole-server
start --stats-file=stats.json'
2016-06-26 11:31:54 -07:00
Brian Warner
5b5b4b7134
JS: add knob to correct for tx/server/rx time skew
...
It's an internal variable for now (and requires a page reload to
update), but it's a start.
2016-06-03 23:23:44 -07:00
Brian Warner
b0f2b24ab2
render websocket establishment in timeline
2016-06-03 22:56:27 -07:00
Brian Warner
3964d4c646
JS: highlight dots and lines together
2016-06-03 22:39:29 -07:00
Brian Warner
a0ce912305
JS: move unused code out of the way
2016-06-03 22:34:28 -07:00
Brian Warner
4857348361
fix display-timeline JS for new message format
2016-06-03 22:32:52 -07:00
Brian Warner
bfa429cc5a
munin/wormhhole_transit: fix key name
2016-05-26 18:04:52 -07:00
Brian Warner
4b840a37fe
munin: show events-per-hour, not events-per-second
2016-05-26 17:59:42 -07:00
Brian Warner
6aa1747b46
munin: fix dbfile finding
2016-05-26 17:54:43 -07:00
Brian Warner
6578d39c9b
quick draft of munin plugins
2016-05-26 17:46:16 -07:00
Brian Warner
54f6057191
overhaul dump-timing JS
...
Do all the work in JS.
2016-05-06 18:53:28 -07:00
Brian Warner
7f65b13488
rewrite timeline with d3.js
2016-04-29 14:28:04 -07:00
Brian Warner
5a018c23f4
dump-timing: try to display the server-sent time usefully
...
Not really satisfied yet.
2016-03-03 18:06:26 -08:00
Brian Warner
c5415495c0
dump-timing: store server-sent time too
...
Adjust dump-timing to ignore the extra data, for now. Also do some
general instrumentation cleanup.
2016-03-03 18:03:27 -08:00
Brian Warner
fdf96b07fe
dump-timing: show elapsed time on click
2016-03-03 14:45:47 -08:00
Brian Warner
84749dd8b3
add misc/dump-timing.py too, to visualize the timeline
2016-03-01 18:23:19 -08:00
Brian Warner
f28f294138
first attempt at windows builds, with appveyor.com
...
The .appveyor.yml tells the tox.ini to install pypiwin32 directly,
rather than through a "twisted[windows]" extra. I wasn't able to get the
"extra" syntax to work properly under appyeyor, even though it worked ok
for me locally.
We use an extra "meta" tox environment to run "wormhole --version". This
confirms that versioneer is getting the right value, since we're now
running it from an installed sdist, rather than a checked-out git source
tree.
2016-02-27 16:11:02 -08:00