SysBench

1 개요[ | ]

sysbench[1]
시스벤치
  • 크로스플랫폼, 멀티스레드 벤치마크 도구

2 측정가능항목[ | ]

  • 파일 I/O 성능
  • 스케줄러 성능
  • 메모리 할당, 전송 속도
  • 데이터베이서 서버 성능 (OLTP 벤치마크)

3 테스트[ | ]

root@ubuntu:~# sysbench --test=cpu --cpu-max-prime=20000 run
sysbench 0.4.12:  multi-threaded system evaluation benchmark

Running the test with following options:
Number of threads: 1

Doing CPU performance benchmark

Threads started!
Done.

Maximum prime number checked in CPU test: 20000


Test execution summary:
    total time:                          26.7410s
    total number of events:              10000
    total time taken by event execution: 26.7028
    per-request statistics:
         min:                                  2.60ms
         avg:                                  2.67ms
         max:                                  6.60ms
         approx.  95 percentile:               2.78ms

Threads fairness:
    events (avg/stddev):           10000.0000/0.00
    execution time (avg/stddev):   26.7028/0.00

4 같이 보기[ | ]

5 주석[ | ]

  1. System performance benchmark

6 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}