- Priya
- October 9, 2021
Step by Step to Install bonnie++ System Performance Testing Tool on Ubuntu
bonnie++ is a free & open source .It is used for testing the performance of file system & hard disk performance. It allow we can test how file systems perform with respect to data read and write speed & the operation performed by files per seconds.
There are few steps to install bonnie++ on ubuntu:
Step 1: Update the System.
apt-get update
Step 2: Install bonnie++ on system.
apt-get install bonnie++
Step 3: Test the file system & hard-disk performance.
- Run the following command to test the file system performance.
bonnie++
- Here is the command output.
- To list the size of the file.
bonnie++ -s /etc
- Here is the command output.
- To list the number of the files.
bonnie++ -n /etc
- Here is the command output.
- To list the RAM size.
bonnie++ -r /etc
- Here is the command output.