Any idea how to get FSYNCs/SECOND on CentOS?

yatesco

Renowned Member
Sep 25, 2009
230
10
83
*Solved* Any idea how to get FSYNCs/SECOND on CentOS?

Not really a proxmox question per-sa, but I am interested in running pveperf on other OS, just whilst I am investigating some hardware issues.

Any idea how to do that, namely centos?

Col
 
Last edited:
Actually, it is quite easy :)

Copy /usr/bin/pveperf onto the machine and then install perl. Once perl has been installed, install the following modules; Bundle::LWM, File::Sync and then Net::DNS. After that, pveperf should run.

Note: to install *something similar* (i.e. I cannot exactly remember!) to the following:

Code:
yum install perl
yum installgroup 'Development Tools' (not sure you need this!)
perl -MCPAN -eshell (just press return to all the questions)
install Bundle::LWM
install File::Sync
install Net::DNS