Elbencho Versions Save

A distributed storage benchmark for file systems, object stores & block devices with support for GPUs

v2.1-1

2 years ago

Elbencho Releases

This section provides a static executable for Linux and the elbencho.exe file for Windows.

The changelog is available here.

Static Executable for Linux

How to use a static executable

Static executables have no external dependencies, which means:

  • They can be used with any Linux distribution
  • No additional packages need to be installed on a system
  • No need for root privileges

Just download the attached tar file, extract it and see the built-in help for examples to get started:

$ tar -xf elbencho-static-x86_64.tar.gz
$ ./elbencho --help

Additional notes

Static executable downloads don't contain other utilities like the elbencho-chart tool and the bash auto completion, which are included in rpm/deb packages. Also, elbencho static executables do not include support for GPUs. If you want GPU support, you can:

  • Simply build elbencho from source for your current platform. No worries, it's easy.
  • Use the elbencho container from Docker Hub with GPU support (tag: master-magnum-io).

elbencho.exe for Windows

The elbencho.exe was built using Cygwin. You don't need to install Cygwin on your Windows system to use the elbencho.exe. Just extract all the files contained in attached .zip file into the same directory, so that the elbencho.exe can find the packaged .dll libraries.

Afterwards, you can use the normal Windows command prompt to run elbencho. You probably want to start by looking at the built-in help to see some examples:

$ elbencho.exe --help

Benchmark paths for the elbencho.exe can be specified in the special cygwin format: /cygdrive/<driveletter>/some/path. Assuming you have a directory C:\data and want to write a single 1GB file to it using 10 threads, it would look like this:

$ elbencho.exe /cygdrive/c/data/myfile -w -s 1g -t 10

v2.1-0-WIP

2 years ago

Elbencho Releases

This section provides a static executable for Linux and the elbencho.exe file for Windows.

The changelog is available here.

Static Executable for Linux

How to use a static executable

Static executables have no external dependencies, which means:

  • They can be used with any Linux distribution
  • No additional packages need to be installed on a system
  • No need for root privileges

Just download the attached tar file, extract it and then see the built-in help for examples to get started:

$ tar -xf elbencho-static-x86_64.tar.gz
$ ./elbencho --help

Additional notes

Static executable downloads don't contain other utilities like the elbencho-chart tool and the bash auto completion, which are included in rpm/deb packages. Also, elbencho static executables do not include support for GPUs. If you want GPU support, you can:

  • Simply build elbencho from source for your current platform. No worries, it's easy.
  • Use the elbencho container from Docker Hub with GPU support (tag: master-magnum-io).

elbencho.exe for Windows

The elbencho.exe was built using Cygwin. You don't need to install Cygwin on your Windows system to use the elbencho.exe. Just extract all the files contained in attached .zip file into the same directory, so that the elbencho.exe can find the packaged .dll libraries.

Afterwards, you can use the normal Windows command prompt to run elbencho. You probably want to start by looking at the built-in help to see some examples:

$ elbencho.exe --help

Benchmark paths for the elbencho.exe can be specified in the special cygwin format: /cygdrive/<driveletter>/some/path. Assuming you have a directory C:\data and want to write a single 1GB file to it using 10 threads, it would look like this:

$ elbencho.exe /cygdrive/c/data/myfile -w -s 1g -t 10

v2.0-9

2 years ago

The changelog is available here.

Elbencho Static Executable

Why static executables?

Static executables have no external dependencies, which means:

  • They can be used with any Linux distribution
  • No additional packages need to be installed on a system
  • No need for root privileges

Why not static executables?

The static executables don't contain other utilities like the elbencho-chart tool and the bash auto completion, which are included in rpm/deb packages. Also, elbencho static executables do not include support for GPUs. If you want GPU support, you can:

  • Simply build elbencho from source for your current platform. No worries, it's easy.
  • Use the elbencho container from Docker Hub with GPU support (tag: master-magnum-io).

v2.0-8-WIP

2 years ago

The changelog is available here.

Elbencho Static Executable

Why static executables?

Static executables have no external dependencies, which means:

  • They can be used with any Linux distribution
  • No additional packages need to be installed on a system
  • No need for root privileges

Why not static executables?

The static executables don't contain other utilities like the elbencho-chart tool and the bash auto completion, which are included in rpm/deb packages. Also, elbencho static executables do not include support for GPUs. If you want GPU support, you can:

  • Simply build elbencho from source for your current platform. No worries, it's easy.
  • Use the elbencho container from Docker Hub with GPU support (tag: master-magnum-io).

v2.0-7

2 years ago

The changelog is available here.

Elbencho Static Executable

Why static executables?

Static executables have no external dependencies, which means:

  • They can be used with any Linux distribution
  • No additional packages need to be installed on a system
  • No need for root privileges

Why not static executables?

The static executables don't contain other utilities like the elbencho-chart tool and the bash auto completion, which are included in rpm/deb packages. Also, elbencho static executables do not include support for GPUs. If you want GPU support, you can:

  • Simply build elbencho from source for your current platform. No worries, it's easy.
  • Use the elbencho container from Docker Hub with GPU support (tag: master-magnum-io).

v2.0-3

2 years ago

Static executables are work-in-progress and currently only provided here for testing.

Static executables have no external dependencies and thus can be used with any Linux distribution and especially without the need to install additional packages on a system. The elbencho static executables do not include support for S3 and do not include support for GPUs.

If you download the uncompressed static binary directly, don't forget to use chmod +x elbencho-*-static-* after downloading to mark the file as executable.