I am probably doing something silly to cause it to not work... but I cant figure out what is the problem.
Here is what I did to test the Disk IO is being limited:
1. Install CloudLinux on cpanel, cageFS, and PHP Selector.
2. Click on the "LVE Manager" link in WHM, then choose "Settings" tab, and then "Edit" for the test user.
3. Set the "I/O limit (IO) is set" value to 500 KB/s
4. Login to ssh with a cpanel user.
5. Run the following command, and see the output:
You can see that the test file was created using full speed of the server.
It does not look like disk IO was limited.
What am I doing incorrectly?
Thanks!
Here is what I did to test the Disk IO is being limited:
1. Install CloudLinux on cpanel, cageFS, and PHP Selector.
2. Click on the "LVE Manager" link in WHM, then choose "Settings" tab, and then "Edit" for the test user.
3. Set the "I/O limit (IO) is set" value to 500 KB/s
4. Login to ssh with a cpanel user.
5. Run the following command, and see the output:
Code:
[testuser@myserver www]$ dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync 16384+0 records in 16384+0 records out 1073741824 bytes (1.1 GB) copied, 2.0055 s, 535 MB/s
It does not look like disk IO was limited.
What am I doing incorrectly?
Thanks!
Comment