Skip to content

illinoisrobert/icount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

icount

Python lib to query /proc/interrupts

Usage

Install

pip install git+https://github.com/illinoisrobert/[email protected]

Program

import icount
from pprint import pprint

pprint(list(icount.snapshot("wifi")))

Output

[{'Device': 'iwlwifi',
  'Edge': '0-edge',
  'IRQ': '152:',
  'PerCPU': [3205894, 0, 0, 0, 0, 0, 980976, 0],
  'Total': 4186870,
  'Type': 'IR-PCI-MSI-0000:02:00.0'}]

Copying

Copyright 2025, The Board of Trustees of the University of Illinois See LICENSE for details.

About

Python lib to query `/proc/interrupts`

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages