Skip to content

Releases: breuner/elbencho

v3.0.19

03 Sep 08:01
Compare
Choose a tag to compare

Downloads available in the Assets section:

  • Linux static executable for x86_64/amd64 and arm64 platforms wrapped in tar, rpm and deb packages
  • Windows build with all required DLLs included

What's new

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

The static executable tar file doesn't contain other utilities like the elbencho-chart tool and the bash auto completion rules, 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 an elbencho container from Docker Hub with GPU support. Container tags for GPU support: master-magnum-io (x86_64 only) and master-ubuntu-cuda-multiarch (for x86_64 & arm64/aarch64).

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 or Powershell 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

Active Directory (AD)

If you're using an AD account, either as Windows login account or to access a network drive via SMB/CIFS then run the included cygserver.exe before running elbencho. Wait for cygserver to report "Initialization complete" and keep it running in a separate shell window while you're using elbencho. Cygserver caches replies from AD.

$ start ./cygserver.exe

v3.0.17

31 Jul 21:58
Compare
Choose a tag to compare

In the Assets section you can download:

  • The elbencho Linux static executable for x86_64/amd64 and arm64 platforms wrapped in tar, rpm and deb packages
  • The elbencho.exe file for Windows

What's new

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

The static executable tar file doesn't contain other utilities like the elbencho-chart tool and the bash auto completion rules, 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 an elbencho container from Docker Hub with GPU support. Container tags for GPU support: master-magnum-io (x86_64 only) and master-ubuntu-cuda-multiarch (for x86_64 & arm64/aarch64).

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 or Powershell 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

Active Directory (AD)

If you're using an AD account, either as Windows login account or to access a network drive via SMB/CIFS then run the included cygserver.exe before running elbencho. Wait for cygserver to report "Initialization complete" and keep it running in a separate shell window while you're using elbencho. Cygserver caches replies from AD.

$ start ./cygserver.exe

v3.0.15

23 Jun 22:00
Compare
Choose a tag to compare

In the Assets section you can download:

  • The elbencho Linux static executable for x86_64/amd64 and arm64 platforms wrapped in tar, rpm and deb packages
  • The elbencho.exe file for Windows

What's new

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

The static executable tar file doesn't contain other utilities like the elbencho-chart tool and the bash auto completion rules, 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 an elbencho container from Docker Hub with GPU support. Container tags for GPU support: master-magnum-io (x86_64 only) and master-ubuntu-cuda-multiarch (for x86_64 & arm64/aarch64).

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 or Powershell 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

Active Directory (AD)

If you're using an AD account, either as Windows login account or to access a network drive via SMB/CIFS then run the included cygserver.exe before running elbencho. Wait for cygserver to report "Initialization complete" and keep it running in a separate shell window while you're using elbencho. Cygserver caches replies from AD.

$ start ./cygserver.exe

v3.0.13

16 Jun 17:04
Compare
Choose a tag to compare

In the Assets section you can download:

  • The elbencho Linux static executable for x86_64/amd64 and arm64 platforms wrapped in tar, rpm and deb packages
  • The elbencho.exe file for Windows

What's new

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

The static executable tar file doesn't contain other utilities like the elbencho-chart tool and the bash auto completion rules, 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 an elbencho container from Docker Hub with GPU support. Container tags for GPU support: master-magnum-io (x86_64 only) and master-ubuntu-cuda-multiarch (for x86_64 & arm64/aarch64).

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 or Powershell 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

Active Directory (AD)

If you're using an AD account, either as Windows login account or to access a network drive via SMB/CIFS then run the included cygserver.exe before running elbencho. Wait for cygserver to report "Initialization complete" and keep it running in a separate shell window while you're using elbencho. Cygserver caches replies from AD.

$ start ./cygserver.exe

v3.0.11

11 Jun 09:40
Compare
Choose a tag to compare

In the Assets section you can download:

  • The elbencho Linux static executable for x86_64/amd64 and arm64 platforms wrapped in tar, rpm and deb packages
  • The elbencho.exe file for Windows

What's new

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

The static executable tar file doesn't contain other utilities like the elbencho-chart tool and the bash auto completion rules, 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 an elbencho container from Docker Hub with GPU support. Container tags for GPU support: master-magnum-io (x86_64 only) and master-ubuntu-cuda-multiarch (for x86_64 & arm64/aarch64).

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 or Powershell 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

Active Directory (AD)

If you're using an AD account, either as Windows login account or to access a network drive via SMB/CIFS then run the included cygserver.exe before running elbencho. Wait for cygserver to report "Initialization complete" and keep it running in a separate shell window while you're using elbencho. Cygserver caches replies from AD.

$ start ./cygserver.exe

v3.0.9

04 Jun 09:29
Compare
Choose a tag to compare

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

The static executable tar file doesn'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 an elbencho container from Docker Hub with GPU support. Container tags for GPU support: master-magnum-io (x86_64 only) and master-ubuntu-cuda-multiarch (for x86_64 & arm64/aarch64).

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 or Powershell 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

Active Directory (AD)

If you're using an AD account, either as Windows login account or to access a network drive via SMB/CIFS then run the included cygserver.exe before running elbencho. Wait for cygserver to report "Initialization complete" and keep it running in a separate shell window while you're using elbencho. Cygserver caches replies from AD.

$ start ./cygserver.exe

v3.0.7

21 Mar 19:26
Compare
Choose a tag to compare

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 or Powershell 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

Active Directory (AD)

If you're using an AD account, either as Windows login account or to access a network drive via SMB/CIFS then run the included cygserver.exe before running elbencho. Wait for cygserver to report "Initialization complete" and keep it running in a separate shell window while you're using elbencho. Cygserver caches replies from AD.

$ start ./cygserver.exe

v3.0.5

06 Jan 08:33
Compare
Choose a tag to compare

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 or Powershell 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

Active Directory (AD)

If you're using an AD account, either as Windows login account or to access a network drive via SMB/CIFS then run the included cygserver.exe before running elbencho. Wait for cygserver to report "Initialization complete" and keep it running in a separate shell window while you're using elbencho. Cygserver caches replies from AD.

$ start ./cygserver.exe

v3.0.3

12 Nov 01:31
Compare
Choose a tag to compare

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 or Powershell 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

Active Directory (AD)

If you're using an AD account, either as Windows login account or to access a network drive via SMB/CIFS then run the included cygserver.exe before running elbencho. Wait for cygserver to report "Initialization complete" and keep it running in a separate shell window while you're using elbencho. Cygserver caches replies from AD.

$ start ./cygserver.exe

v3.0.1

08 Aug 22:02
Compare
Choose a tag to compare

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 or Powershell 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