How to Install sluice in Ubuntu 18.04



Install sluice by entering the following commands in the terminal:

sudo apt update
sudo apt install sluice

Description:

rate limiting data piping tool

Sluice reads from standard input and write to standard output at a specified data rate. This can be useful for benchmarking and exercising I/O streaming at desired throughput rates.

Homepage: http://kernel.ubuntu.com/~cking/sluice

Version: 0.02.07-1

Section: universe/utils