File: simple

package info (click to toggle)
ioping 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 212 kB
  • sloc: ansic: 1,597; makefile: 276; sh: 6
file content (11 lines) | stat: -rwxr-xr-x 183 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

tmpdir="$(mktemp -d)"

ioping -i 10ms -c 3 -s 512 -S 16k "$tmpdir"
ioping -w 10ms -R -k -S 1m "$tmpdir"
ioping -w 10ms -RL "${tmpdir}/ioping.tmp"

rm -rf "$tmpdir"