From e5edb8447e503c14ce34bc05cd1c9191188f88b1 Mon Sep 17 00:00:00 2001 From: Astro Date: Sat, 22 Nov 2014 02:39:54 +0100 Subject: display wire upload speed --- bin/cmd.js | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/cmd.js b/bin/cmd.js index d3a6bdb..5276353 100755 --- a/bin/cmd.js +++ b/bin/cmd.js @@ -392,6 +392,7 @@ function onReady () { clivas.line( '{25+magenta:' + wire.remoteAddress + '} {10:'+bytes(wire.downloaded)+'} ' + '{10+cyan:' + bytes(wire.downloadSpeed()) + '/s} ' + + '{10+red:' + bytes(wire.uploadSpeed()) + '/s} ' + '{15+grey:' + tags.join(', ') + '}' + '{15+cyan:' + reqStats.join(' ') + '}' ) -- cgit v1.2.3