Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upExplain what the bars mean in the CLI interface #264
Closed
Comments
This comment has been minimized.
This comment has been minimized.
|
The bars show which pieces and blocks the client is requesting. Each bar is labeled with the piece number. Each piece is made up of 16KB blocks, labeled red for missing, blue for requested, and green for received. The bars should probably be disabled by default (I just made an issue for that: #296). They're a bit overkill for most casual users, but useful when trying to debug issues. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to understand what the bars mean in the CLI interface, but there's nothing in the README. A screenshot and explanation in the README would help a lot here.