We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2dde8 commit 9060072Copy full SHA for 9060072
irqtop
@@ -60,7 +60,7 @@ def read_table(tag, file)
60
@cpus = []
61
lines = IO.readlines(file)
62
@cpus = lines[0].scan(/CPU\d+/)
63
- @icpu = @cpus if tag == 'i'
+ @icpus = @cpus if tag == 'i'
64
lines[2..-1].each do |li|
65
irq, stat, desc = li.match(/^\s*(\S+):((?:\s+\d+)+)(.*)$/).captures
66
stat = stat.scan(/\d+/)
0 commit comments