mirror of
https://github.com/aaru-dps/Aaru.Documentation.git
synced 2025-12-16 19:24:33 +00:00
29 lines
810 B
Plaintext
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
|
|
|}
|