sysbench installation | Different Test Cases
Install sysbench and Test , get reports.. ---------------------------------------------------- Installation ---------------- [root@ip-172-31-62-204 ~]# curl -s https://packagecloud.io/install/repositories/akopytov/sysbench/script.rpm.sh | sudo bash [root@ip-172-31-62-204 ~]# yum search sysbench [root@ip-172-31-62-204 ~]# yum install sysbench [root@ip-172-31-62-204 ~]# which sysbench /usr/bin/sysbench [root@ip-172-31-62-204 ~]# [root@ip-172-31-62-204 ~]# ls -ltr /usr/share/sysbench -rwxr-xr-x. 1 root root 2114 Apr 24 2020 select_random_ranges.lua -rwxr-xr-x. 1 root root 1915 Apr 24 2020 select_random_points.lua -rwxr-xr-x. 1 root root 1436 Apr 24 2020 oltp_write_only.lua -rwxr-xr-x. 1 root root 1123 Apr 24 2020 oltp_update_non_index.lua -rwxr-xr-x. 1 root root 1114 Apr 24 2020 oltp_update_index.lua -rwxr-xr-x. 1 root root 1820 Apr 24 2020 oltp_read_write.lua -rwxr-xr-x. 1 root root 1645 Apr 24 ...