sysbench 1.0.20+ds-2 source package in Ubuntu
Changelog
sysbench (1.0.20+ds-2) unstable; urgency=low [ Debian Janitor ] * Set upstream metadata fields: Bug-Database, Bug-Submit. [ Jeroen Ploemen ] * Use my debian.org email address for maintainer and copyright. * Rules: add a dh_auto_build override to prevent a false positive for a non-verbose build in blhc. * Control: set Rules-Requires-Root: no. * Upstream: add Repository fields to metadata. * Control: bump Standards-Version to 4.6.0 (from 4.5.0; no further changes). * Copyright: bump year for packaging. * Lintian: override very-long-line-length-in-source-file for README.md. -- Jeroen Ploemen <email address hidden> Sat, 23 Oct 2021 06:29:30 +0000
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
sysbench_1.0.20+ds-2.dsc | 2.1 KiB | 593a3abe60e99afea792358536bb0f525c15336980f3bfcfe8fc021fb7fa8741 |
sysbench_1.0.20+ds.orig.tar.gz | 235.6 KiB | 9a2d8f1b7474d7956ec6ca69301ed0e4f916295d2d7d400f0622caf8c0c34da7 |
sysbench_1.0.20+ds-2.debian.tar.xz | 11.1 KiB | 4b4d1c29ca80f7dd0cd433e9ff6a188863d9cad67355c887dfb633e7c61c70ed |
Available diffs
- diff from 1.0.20+ds-1 to 1.0.20+ds-2 (1.5 KiB)
No changes file available.
Binary packages built by this source
- sysbench: 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.
- sysbench-dbgsym: debug symbols for sysbench