This repository has been archived by the owner on Apr 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ peer (string, optional) - Specify a peer to print bandwidth for. | ||
+ proto (string, optional) - Specify a protocol to print bandwidth for. | ||
+ poll (boolean, optional) - Print bandwidth at an interval. | ||
+ interval (string, optional) - Time interval to wait between updating output. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be good to know the default interval
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unable to get interval working at all in any meaningful way. @whyrusleeping?
needs rebase |
@RichardLitt do you need any other info to finish this one? |
@diasdavid Shouldn't. Need to review, will merge. |
Unable to get both `proto` and `interval` working.
RichardLitt
force-pushed
the
feature/stats
branch
from
April 19, 2016 15:50
f995dcc
to
16e6d06
Compare
Added a note about This should be RFM. Waiting for review. |
LGTM |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Unable to get both
proto
andinterval
working.