Unix has yes
command that print a line of spesified string or a y
repeatedly until killed.
This command is written by David MacKenzie.
example:
yes
will output:
y
y
y
y
y
y
.... (still continue)
yes man
will output:
man
man
man
man
man
Running on i7-6820HQ 2.70GHz, 16GB RAM, 256SSD.
How to measure? use pv -r
to get rate of data transfer
yes | pv -r > /dev/null