We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks for your working of pb, it's great repo.
I have a question about speed:
How can i use speed about MiB/s and not p/s.
Thanks any help!
The text was updated successfully, but these errors were encountered:
Thank you! For v3: bar.Set(pb.Bytes, true) or bar.Set(pb.SIBytesPrefix, true) For v1: bar.SetUnits(pb.U_BYTES)
bar.Set(pb.Bytes, true)
bar.Set(pb.SIBytesPrefix, true)
bar.SetUnits(pb.U_BYTES)
Sorry, something went wrong.
Oh, sorry, you want to remove "p/s" In the template, speed element must be {{speed . "%s"}} or {{speed . "%s something instead p/s"}}
{{speed . "%s"}}
{{speed . "%s something instead p/s"}}
I tried this in pingcap/tiup#1312 and I had to use {{speed . "%%s/s"}} to get "MiB/s" instead of "MiB p/s". I think this resolves this issue/question.
{{speed . "%%s/s"}}
No branches or pull requests
Thanks for your working of pb, it's great repo.
I have a question about speed:
How can i use speed about MiB/s and not p/s.
Thanks any help!
The text was updated successfully, but these errors were encountered: