How to Install and Uninstall sysbench Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "sysbench" package

Here is a brief guide to show you how to install sysbench on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install sysbench

2. Uninstall "sysbench" package

Here is a brief guide to show you how to uninstall sysbench on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove sysbench $ sudo apt autoclean && sudo apt autoremove

3. Information about the sysbench package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: sysbench
Priority: extra
Section: universe/misc
Installed-Size: 142
Maintainer: Ubuntu Developers
Original-Maintainer: Hendrik Frenzel
Architecture: amd64
Version: 0.4.12-1.1ubuntu1
Depends: libc6 (>= 2.14), libmysqlclient20 (>= 5.7.11)
Filename: pool/universe/s/sysbench/sysbench_0.4.12-1.1ubuntu1_amd64.deb
Size: 57578
MD5sum: e8e4e4fda5048c21309d1a8aaef87429
SHA1: 5aea00a27c00cb3c62c1a678f3daaade254ce2d9
SHA256: 3638de2443ea59ec381d2f14eeb5312d2688358eaf12a457bf6fb555c0e0b382
Description-en: Cross-platform and multi-threaded benchmark tool
SysBench is a modular, cross-platform and multi-threaded benchmark tool for
evaluating OS parameters that are important for a system running a database
under intensive load.
.
The idea of this benchmark suite is to quickly get an impression about system
performance without setting up complex database benchmarks or even without
installing a database at all.
.
Current features allow to test the following system parameters:
.
* file I/O performance
* scheduler performance
* memory allocation and transfer speed
* POSIX threads implementation performance
* database server performance (OLTP benchmark)
.
Primarily written for MySQL server benchmarking, SysBench will be further
extended to support multiple database backends, distributed benchmarks and
third-party plug-in modules.
Description-md5: 4495bbc823ac6eacdb22a43096048d6f
Homepage: http://sourceforge.net/projects/sysbench
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu