-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.standard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Milestone
Description
Extracted from #20059.
The idea here is that you would be able to set a flag on a Node
that indicates the units are byte. This would make it display, for example,
[6.5 MiB / 10 MiB] Downloading (192 KB/s)
rather than
[6815744/10485760] Downloading
for such a node.
It would also be nice if there was a resource scope. This way the root node could aggregate throughput based on scope and then display something like:
root name (down: 150 KB/s, up: 50 KB/s, disk: 100 MiB/s)
190n, VisenDev and Ristovski
Metadata
Metadata
Assignees
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.standard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.