Scroll to navigation

LTTNG-IOLATENCYTOP(1) User Commands LTTNG-IOLATENCYTOP(1)

NAME

lttng-iolatencytop - LTTng analyses IO latency top

DESCRIPTION

usage: lttng-iolatencytop [-h] [-r REFRESH] [--gmt] [--skip-validation]

[--begin BEGIN] [--end END] [--period PERIOD]
[--period-captures PERIOD_CAPTURES] [--period-begin PERIOD_BEGIN] [--period-end PERIOD_END] [--period-begin-key PERIOD_BEGIN_KEY] [--period-end-key PERIOD_END_KEY] [--period-key-value PERIOD_KEY_VALUE] [--cpu CPU] [--timerange TIMERANGE] [--progress-use-size] [--no-intersection] [-V] [--debug] [--no-color] [--no-progress] [--min MIN] [--max MAX] [--log] [--limit LIMIT] [--top] [--stats] [--freq] [--freq-resolution FREQ_RESOLUTION] [--freq-uniform] [--freq-series] [--usage] [--minsize MINSIZE] [--maxsize MAXSIZE] <path/to/trace>

The I/O command.

positional arguments:

<path/to/trace>
trace path

optional arguments:

show this help message and exit
Refresh period, with optional units suffix (default units: s)
Manipulate timestamps based on GMT instead of local time
Skip the trace validation
start time: hh:mm:ss[.nnnnnnnnn]
end time: hh:mm:ss[.nnnnnnnnn]
Period definition
Period captures definition
Analysis period start marker event name
Analysis period end marker event name (requires --period-begin)
Optional, list of event field names used to match period markers (default: cpu_id)
Optional, list of event field names used to match period marker. If none specified, use the same --period-begin-key
Optional, define a fixed key value to which a period must correspond to be considered.
Filter the results only for this list of CPU IDs
time range: [begin,end]
use trace size to approximate progress
disable stream intersection mode
show program's version number and exit
Enable debug mode (or set LTTNG_ANALYSES_DEBUG environment variable)
Disable colored output
Don't display the progress bar
Filter out durations shorter than min usec
Filter out durations longer than max usec
Output the I/O requests in chronological order
Limit to top X (default = 10)
Output the top I/O latencies by category
Output the I/O latency statistics
Output the I/O latency frequency distribution
Frequency distribution resolution (default 20)
Use a uniform resolution across distributions
Consolidate frequency distribution histogram as a single one
Output the I/O usage
Filter out, I/O operations working with less that minsize bytes
Filter out, I/O operations working with more that maxsize bytes
January 2017 LTTng Analyses v0.6.0