[GH-ISSUE #127] What do 4 kinds of percentage-bar-characters mean? #50

Closed
opened 2026-06-08 11:25:27 +03:00 by zhus · 1 comment
Owner

Originally created by @rhdxmr on GitHub (Nov 16, 2020).
Original GitHub issue: https://github.com/bootandy/dust/issues/127

Hello, I am new to dust.
I am curious about the percentage bar.

There are 4 kinds of characters which displays the percentage bar: ░, ▒, ▓, █
Which means what?

dust screenshot

Thanks,

Originally created by @rhdxmr on GitHub (Nov 16, 2020). Original GitHub issue: https://github.com/bootandy/dust/issues/127 Hello, I am new to dust. I am curious about the percentage bar. There are 4 kinds of characters which displays the percentage bar: ░, ▒, ▓, █ Which means what? ![dust screenshot](https://user-images.githubusercontent.com/236042/99224246-4fa64900-2829-11eb-83f4-13d26e06df7b.png) Thanks,
zhus closed this issue 2026-06-08 11:25:27 +03:00
Author
Owner

@bootandy commented on GitHub (Nov 19, 2020):

It is visualizing what % of your disk the dir is using.

TensorRT is 65% of your disk. But if you look at plugin it is 42%. But plugin is inside TensorRT directory. So if you look at the solid bar in plugin you can see it takes up about 2/3rds of the space of the previous bar (marked by light boxes) so its about 2/3rds of the TensorRT directory.

If this makes sense to you feel free to rewrite it in a way that makes sense to you and I'll add it to the README.

<!-- gh-comment-id:729991657 --> @bootandy commented on GitHub (Nov 19, 2020): It is visualizing what % of your disk the dir is using. TensorRT is 65% of your disk. But if you look at plugin it is 42%. But plugin is inside TensorRT directory. So if you look at the solid bar in plugin you can see it takes up about 2/3rds of the space of the previous bar (marked by light boxes) so its about 2/3rds of the TensorRT directory. If this makes sense to you feel free to rewrite it in a way that makes sense to you and I'll add it to the README.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#50