1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-13 23:55:27 +02:00
tldr/pages/linux/mbw.md
witt 78d07fe5e6
mbw: add page and Chinese translation (#15486)
* mbw: add page

* mbw: fix link error

* mbw: fix syntax error

* mbw: fix link

* Update pages/linux/mbw.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update pages.zh/linux/mbw.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update pages.zh/linux/mbw.md

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2025-01-20 21:17:53 -08:00

24 lines
584 B
Markdown

# mbw
> Memory Bandwidth Benchmark.
> More information: <https://github.com/raas/mbw>.
- Run 3 memory bandwidth tests with 512MB size:
`mbw -n 3 512`
- Run 3 memory bandwidth tests with 512MB memory size, output only statistics, not averages:
`mbw -n 3 -q -a 512`
- Run memcpy test 3 times with 512MB size, only display statistics:
`mbw -n 3 -q -t{{0}} 512`
- Run the memcpy test 10 times with 1024 byte blocks allocated 8192MB of memory:
`mbw -n 10 -q -t{{2}} -b 1024 8192`
- Run dumb test with 2048MB size, output only statistics, run forever:
`mbw -n 0 -t{{1}} -q 2048`