diff options
author | Sergio Vicari <devteamtuc@gmail.com> | 2020-04-19 09:44:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-19 10:00:23 +0700 |
commit | f9db16fee43044e6b633da558b4d16bf2b27dfd4 (patch) | |
tree | 428fa792abb3d1da60f94d5175eb00b8e67797b9 /system/sysbench/README | |
parent | a0688a7b1945932940197c5567926fb10c2a7162 (diff) |
system/sysbench: Added (benchmark suite).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/sysbench/README')
-rw-r--r-- | system/sysbench/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/sysbench/README b/system/sysbench/README new file mode 100644 index 0000000000000..ad4a872557b58 --- /dev/null +++ b/system/sysbench/README @@ -0,0 +1,4 @@ +sysbench is a benchmark suite which allows you to quickly get an +impression of system performance which is important if you plan to +run a database under intensive load. This article explains how to +benchmark your CPU, file IO, and MySQL performance with sysbench. |