sysbench
sysbench
설치
yum install sysbench
|
[root@localhost ~]# sysbench --test=cpu run
WARNING: the --test option is deprecated. You can pass a script name or path on the command line without any options. sysbench 1.0.9 (using system LuaJIT 2.0.4) Running the test with following options: Number of threads: 1 Initializing random number generator from current time Prime numbers limit: 10000 Initializing worker threads... Threads started! CPU speed: events per second: 537.50 General statistics: total time: 10.0002s total number of events: 5376 Latency (ms): min: 1.85 avg: 1.86 max: 3.04 95th percentile: 1.86 sum: 9996.02 Threads fairness: events (avg/stddev): 5376.0000/0.00 execution time (avg/stddev): 9.9960/0.00
|
어떤 연산을 처리한 시간을 가지고 측정 하는듯?