You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running ipfs stats bw, the first row contains some type of headers who I guess I meant is to show some values as well, but no values are to be seen.
This is the output:
Total Up Total Down Rate Up Rate Down
Bandwidth
TotalIn: 3.7 MB
TotalOut: 1.3 MB
RateIn: 1.1 kB/s
RateOut: 425 B/s
First, the labels are not consistent with the labels below, and they also don't show any information.
The text was updated successfully, but these errors were encountered:
P.R. #3856 is the culprit. The header line is meant for the --poll option, which before that commit was only outputted when that option was used. More to the point, this is the normal output:
Total Up Total Down Rate Up Rate Down
16 kB 18 kB 13 B/s 14 B/s
Note that the commit also changed the behavior of --poll a bit. Before the stats line was updated in place, now interval creates a new line. I am not sure if this is a good or bad thing.
Version information:
Type:
Bug
Severity:
Low
Description:
When running
ipfs stats bw
, the first row contains some type of headers who I guess I meant is to show some values as well, but no values are to be seen.This is the output:
First, the labels are not consistent with the labels below, and they also don't show any information.
The text was updated successfully, but these errors were encountered: