]> git.ipfire.org Git - thirdparty/util-linux.git/commit
irqtop: add per-cpu stats
authorKarel Zak <kzak@redhat.com>
Wed, 24 Feb 2021 19:10:56 +0000 (20:10 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 24 Feb 2021 19:11:05 +0000 (20:11 +0100)
commita23aecc1bfcde8b66eff3c261f1d972fcbe06d62
treee7da1ce398ebb271912a02207bec08cd08962d19
parent1b889dcc07fcbf1ca797082d3a45f89e028d6b07
irqtop: add per-cpu stats

irqtop | total: 1245107402 delta: 7394 | ws.net.home | 2021-02-24 20:11:09+01:00

        cpu0 cpu1 cpu2 cpu3 cpu4 cpu5 cpu6 cpu7
  %irq: 12.9 13.0 12.8 11.9 12.4 13.4 11.6 12.0
%delta: 13.7  9.7 22.6  7.9  9.5 17.5  8.3 10.8

       IRQ      TOTAL      DELTA NAME
       LOC  989162414       6111 Local timer interrupts
       TLB  100492740         67 TLB shootdowns
       CAL   95058001        321 Function call interrupts
        42   23893801        241 IR-PCI-MSI 1048576-edge nvidia
        30   20209392        494 IR-PCI-MSI 327680-edge xhci_hcd
       RES   12996335         86 Rescheduling interrupts
        29    1354219          4 IR-PCI-MSI 512000-edge ahci[0000:00:1f.2]
        41     682653         31 IR-PCI-MSI 409600-edge eno1
   ...

Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/irq-common.c
sys-utils/irq-common.h
sys-utils/irqtop.c