How to Install and Uninstall sysbench Package on Kali Linux

Last updated: November 22,2024

1. Install "sysbench" package

This tutorial shows how to install sysbench on Kali Linux

$ sudo apt update $ sudo apt install sysbench

2. Uninstall "sysbench" package

Please follow the steps below to uninstall sysbench on Kali Linux:

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

3. Information about the sysbench package on Kali Linux

Package: sysbench
Version: 1.0.20+ds-6
Installed-Size: 351
Maintainer: Jeroen Ploemen
Architecture: amd64
Depends: libaio1 (>= 0.3.93), libc6 (>= 2.34), libluajit2-5.1-2 (>= 2.0.4) | libluajit-5.1-2 (>= 2.1.0~beta3), libmariadb3 (>= 3.0.0), libpq5
Size: 111208
SHA256: ab2a8a4efd939545678f6ec174d10d86e95647b694c90e733ae61e4f813df2eb
SHA1: 44a2d0dfda4d3764d4847626592c051d4213beef
MD5sum: 6239a46ea6b7ab200d6082596ae7826c
Description: multi-threaded benchmark tool for database systems
SysBench is a modular, scriptable and multi-threaded benchmark tool based on
LuaJIT. It is most frequently used for database benchmarks, but can also be
used to create arbitrarily complex workloads that do not involve a database
server.
.
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 one 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:
Homepage: https://github.com/akopytov/sysbench
Tag: admin::benchmarking, implemented-in::c, role::program, scope::utility
Section: misc
Priority: optional
Filename: pool/main/s/sysbench/sysbench_1.0.20+ds-6_amd64.deb