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

Units units units #28

Closed
hschellman opened this issue Jun 5, 2023 · 3 comments
Closed

Units units units #28

hschellman opened this issue Jun 5, 2023 · 3 comments

Comments

@hschellman
Copy link

Hi, I was looking for a python call to query that would return a summary. looking at ui/metacat_query.py I notice that the units are 1024, while sam has always reported 1000.

I think this probably needs to be a parameter with a default of 1000 so we are consistent but can change.

so something like Bunits = 1000 with an option --powersof2 that switches it to 1024.

@ivmfnal
Copy link
Owner

ivmfnal commented Jun 6, 2023

So switching to 1000's, what do you want to see when the total size is 3GB ( = 3 * 1024* 1024 * 1024 bytes ) ?

@hschellman
Copy link
Author

hschellman commented Jun 6, 2023 via email

@ivmfnal
Copy link
Owner

ivmfnal commented Jun 6, 2023

Done. Please upgrade the client to 3.33.2

@ivmfnal ivmfnal closed this as completed Jun 6, 2023
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