From 039e9fb18d03c55dcf6550bc55971ff7e566877f Mon Sep 17 00:00:00 2001 From: knaccc Date: Wed, 27 Mar 2019 11:27:26 +0000 Subject: [PATCH] new tunnelcontrol commands: router.setBandwidthLimitKBps, router.getBandwidthLimitKBps, router.getBandwidthStats --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d4d0dcd..6503b2d 100755 --- a/README.md +++ b/README.md @@ -175,6 +175,10 @@ specified host and port. Note that the base 32 I2P destination address determini `tunnel-control.sh router.getBandwidthStats` +or, for pleasant viewing on the command line: + +`tunnel-control.sh router.getBandwidthStats | tr ',' '\n' | sort` + ## Watch the I2P log for messages