Skip to content
New issue

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

Support for y-axis unit label(s) #6

Closed
bermudalocket opened this issue Dec 1, 2020 · 1 comment
Closed

Support for y-axis unit label(s) #6

bermudalocket opened this issue Dec 1, 2020 · 1 comment

Comments

@bermudalocket
Copy link

E.g., smag --y-label=MB ...

My motivation for this suggestion comes from plotting the total number of transferred bytes during a Time Machine backup. My command is

smag "tmutil status | awk '/bytes =/ {print \$3/1000000}' | sed 's/;//g'"

which outputs the total number of transferred bytes in MB. However, sometimes when I use this command I change it to GB, especially if I'm doing a fresh backup to a new drive. For incremental backups MB is fine, but for fresh ones GB gives a better picture of the progress.

@aantn aantn closed this as completed in 24083e9 Dec 15, 2020
@aantn
Copy link
Owner

aantn commented Dec 15, 2020

This has been implemented in version 0.6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants