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
The humanize function converts bytes to kB, MB, GB, etc... which are the number of bytes divided by 1000 (a certain number of times).
humanize
It would be cool if there was a parameter to the humanize function to convert to kiB, MiB, GiB instead (divided by 1024 a certain number of times).
The text was updated successfully, but these errors were encountered:
This is already available since today I submitted #3258
velociraptor/vql/functions/humanize.go
Line 32 in 4a705e2
Sorry, something went wrong.
No branches or pull requests
The
humanize
function converts bytes to kB, MB, GB, etc... which are the number of bytes divided by 1000 (a certain number of times).It would be cool if there was a parameter to the
humanize
function to convert to kiB, MiB, GiB instead (divided by 1024 a certain number of times).The text was updated successfully, but these errors were encountered: