How to Perform Network Speed Test with iPerf3

iPerf3 helps you scientifically perform a network speed test. It is available to install on Windows, Linux, and macOS devices. This article explores how to use iPerf3 to evaluate network throughput and explains settings to keep in mind when using iPerf. Step 1: Install iPerf3 Option #1) Install iPerf3 on Windows via Scoop Package Manager … Read more

Sysbench Tutorial: MySQL and I/O Benchmark

Sysbench is a system benchmark tool which can run Lua scripts and measure MySQL and file I/O performance. A number of Lua scripts are included by default after installing. You can run the scripts using sysbench to evaluate system performance such as database and storage I/O speed. Creator of sysbench and the repository: https://github.com/akopytov/sysbench #1) … Read more

How to Benchmark a Kerberos Web Server with JMeter

Apache JMeter is a load test tool commonly used for web server performance testing. There are lots of tutorials available regarding the use of JMeter. However, I found few guides have mentioned using Kerberos as a means of user authentication with JMeter, even though the tool perfectly supports it – in case you have not … Read more

How to Transfer Files between Windows and Linux

You can transfer files from Windows to Linux using SCP, and vice versa. From Windows to Linux An SSH client is already enabled by default in the latest version of Windows 10, so there is no need to install any software on Windows. However, make sure SSH server is up and running on Linux. Open … Read more