Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- [sysbench](#sysbench)
- [Features](#features)
- [Installing from Binary Packages](#installing-from-binary-packages)
- [FreeBSD](#freebsd)
- [Linux](#linux)
- [macOS](#macos)
- [Windows](#windows)
Expand Down Expand Up @@ -60,6 +61,13 @@ sysbench comes with the following bundled benchmarks:

# Installing from Binary Packages

## FreeBSD

On FreeBSD, up-to-date sysbench packages are available from package mirrors:
```shell
pkg install sysbench
```

## Linux

The easiest way to download and install sysbench on Linux is using
Expand Down