Files
Aaru.Documentation/Checksum-benchmarking.mediawiki
2020-02-29 13:58:48 -07:00

29 lines
810 B
Plaintext

==Command description==
This operation will create random data in RAM and calculate how fast are we calculating all known [[Supported-checksums.md|checksums and hashes]]
==Command usage==
<code>Aaru benchmark -b [block size] -d [true/false] -s [buffer size] -v [true/false]</code>
<code>-b, --block-size=[block size]</code> how big in bytes to do each block ''(default 512)''<br />
<code>-d, --debug=[true/false]</code> shows debug output ''(default false)''<br />
<code>-s, --buffer-size=[buffer size]</code> how big in mebibytes to create the random data ''(default 128)''
<code>-v, --verbose=[true/false]</code> shows verbose output ''(default false)''<br />
==Example==
<code>Aaru benchmark</code>
==Operating system support==
{|
| FreeBSD
| Yes
|-
| macOS
| Yes
|-
| Linux
| Yes
|-
| Windows
| Yes
|}