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

Should period be in minutes or seconds? #10

Open
crccheck opened this issue Oct 14, 2014 · 2 comments
Open

Should period be in minutes or seconds? #10

crccheck opened this issue Oct 14, 2014 · 2 comments
Labels

Comments

@crccheck
Copy link
Owner

It's supposed to be seconds, but since they're limited to being multiples of 60, I figure minutes is human friendlier. But juggling two separate systems of numbers is annoying.

@kali-hernandez
Copy link

If, like me, you are planning to use leadbutt to integrate it with your collectd scripts, it becomes a bit of annoyance to have to convert in between minutes and seconds. Since aws-cli and other utilities use seconds as unit (regardless of the limitation of multiples of 60) I believe it would be nicer to express it in seconds.

An alternative would be to allow for units in the parameter (such as -p 60s)

@crccheck
Copy link
Owner Author

crccheck commented Oct 9, 2015

👍 If there's a human friendly format, it should be REALLY human friendly and have units.

paul-krohn added a commit that referenced this issue Mar 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants