1QUEUELAT(8) System Manager's Manual QUEUELAT(8)
2
3
4
5# SPDX-License-Identifier: GPL-2.0-or-later
6
8 queuelat - Queue latency test program
9
11 queuelat [-c|--cycles N] [-f|--freq F] [-h|--help] [-m|--max-len LEN]
12 [-p|--packets F] [-q|--queue-len N] [-t|--timeout TIME]
13
15 queuelat simulates a network queue checking for latency violations in
16 packet processing.
17
18
20 A summary of options is included below.
21
22 -c, --cycles=N
23 Estimated number of cycles it takes to process one packet. This
24 value should come from the envisioned packet forwarding applica‐
25 tion being simulated.
26
27 -f, --freq=F
28 TSC frequency in MHz.
29
30 -h, --help
31 Show help
32
33 -m, --max-len=N
34 Maximum allowed latency, in nanoseconds. If latency to process
35 any packet exceeds this value, the program quits, writing a mes‐
36 sage to the trace buffer.
37
38 -p, --packets=F
39 Million packets per second that arrive for processing.
40
41 -q, --queue-len=N
42 Minimum queue length to print in the trace
43
44 -t, --timeout=TIME
45 Timeout in seconds to quit the program.
46
47
49 queuelat was written by Marcelo Tosatti <mtosatti@redhat.com>
50
51
52
53 Sept 3, 2018 QUEUELAT(8)