mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-03 15:40:17 +00:00
8 lines
248 B
Plaintext
8 lines
248 B
Plaintext
# Bonnie++
|
|
# disk and file system benchmarking tool for measuring I/O performance
|
|
|
|
# benchmark disk mounted at /tmp/; use `user` for that
|
|
# skip per char IO test (-f)
|
|
# no write buffering (-b)
|
|
bonnie++ -d /tmp -s 16000M -n 0 -m TEST -f -b -u user
|