From b3b3f047c275385ebb7d326b514e0548f5860dfa Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sat, 10 Dec 2016 18:05:20 +0900 Subject: [PATCH] Better columns --- server/protocol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/protocol.py b/server/protocol.py index af1849f..e7b5bbb 100644 --- a/server/protocol.py +++ b/server/protocol.py @@ -568,7 +568,7 @@ class ServerManager(util.LoggedClass): fmt = ('{:<6} {:>9} {:>9} {:>6} {:>6} {:>8}' '{:>7} {:>9} {:>7} {:>9}') - yield fmt.format('ID', 'Sessions', 'Bw Qta KB', 'Reqs', 'Txs', 'Subs', + yield fmt.format('ID', 'Sessions', 'Bwidth KB', 'Reqs', 'Txs', 'Subs', 'Recv', 'Recv KB', 'Sent', 'Sent KB') for (id_, session_count, bandwidth, reqs, txs_sent, subs, recv_count, recv_size, send_count, send_size) in data: