Scroll to navigation

IRQTOP(1) User Commands IRQTOP(1)

NAME

irqtop - Observe IRQ and SoftIRQ in a top-like fashion

DESCRIPTION

Shows interrupt rates (per second) per cpu. Also shows irq affinity ('.' for disabled cpus), and rps/xps affinity ('+' rx, '-' tx, '*' tx/rx). Can show packet rate per eth queue.

SYNOPSIS

irqtop [-h] [-d] [-b] [-t|-x] [-i|-s] [-r]

OPTIONS

refresh interval
select softirqs only
select hardware irqs only
show extra eth stats (from ethtool)
enable display of rps/xps
output in table mode (default)
output in flat top mode
output non-interactively
reverse sort order
disable colors

NOTES

Rates marked as '.' is forbidden by smp_affinity mask.

SEE ALSO

htop(1), top(1), ntop(1)

AUTHOR AND LICENSE

irqtop was written by ABC <abc@openwall.com> and is licensed under the GNU GPL.

This man page was written by Axel Beckert <abe@debian.org> for the Debian GNU/Linux distribution (but it may be used by others).

March 2018 irqtop