Installation on Windows
If you know that you have a 64-bit Windows, you can download https://frontend.bredbandskollen.se/download/bbk_cli_win_amd64-1.0. Otherwise you can download https://frontend.bredbandskollen.se/download/bbk_cli_win_i386-1.0. Save the file as bbk_cli.exe in any directory. If the DLLs for Visual Studio 2015 or later are not installed, download and install “Microsoft Visual C++ Redistributable” from https://www.visualstudio.com/downloads/ (choose the x64 variant if you know you have 64-bit Windows, otherwise x86).
To measure, open the Command line tool (or some other command window), go to the directory where the file has been saved and give the command
bbk_cli.exe
Installation on other operating systems
Download the file that fits your operating system, save it as bbk_cli and make it executable (chmod +x bbk_cli).
To measure, open the command prompt, go to the directory where the file has been saved and give the command
./bbk_cli
MacOS/OSX
10.7 and later
Linux Intel 64-bit / 32-bit, ARM 64-bit / 32-bit, MIPS Requires GNU C/C++-library corresponding to GCC 4.7 or later. Should work on most Linux distributions from 2012 or later.
- https://frontend.bredbandskollen.se/download/bbk_cli_linux_amd64-1.0
- https://frontend.bredbandskollen.se/download/bbk_cli_linux_i386-1.0
- https://frontend.bredbandskollen.se/download/bbk_cli_linux_aarch64-1.0
- https://frontend.bredbandskollen.se/download/bbk_cli_linux_armhf-1.0
- https://frontend.bredbandskollen.se/download/bbk_cli_linux_mips-1.0
Linux Intel 64-bit packaged in rpm / deb
- https://frontend.bredbandskollen.se/download/bbk-cli-1.0.0-1.x86_64.rpm
- https://frontend.bredbandskollen.se/download/bbk-cli_1.0.0_amd64.deb
OpenBSD Intel 64-bit
Must install the package gcc-libs-4.9.4p6 on 6.2, or gcc-libs-4.9.4p8 on 6.3.
- https://frontend.bredbandskollen.se/download/bbk_cli_openbsd6.0_amd64-1.0
- https://frontend.bredbandskollen.se/download/bbk_cli_openbsd6.2_amd64-1.0
- https://frontend.bredbandskollen.se/download/bbk_cli_openbsd6.3_amd64-1.0
FreeBSD Intel 64-bit
FreeBSD 10 and later
Source code
More information
For a concise overview of the available command options, call up bbk_cli with the option --help. For more detailed information, see README.txt .