Révision 8589c6df
spelling fixes (2nd try)
| plugins/system/irq | ||
|---|---|---|
| 76 | 76 |
{
|
| 77 | 77 |
'title' => 'Interrupts per cpu', |
| 78 | 78 |
'args' => '--base 1000', |
| 79 |
'vlabel' => 'count of IRQ (+) / sIRQ (-) per secund',
|
|
| 80 |
'info' => 'This graph shows interrupts per secund from last update',
|
|
| 79 |
'vlabel' => 'count of IRQ (+) / sIRQ (-) per second',
|
|
| 80 |
'info' => 'This graph shows interrupts per second from last update',
|
|
| 81 | 81 |
'category' => 'system' |
| 82 | 82 |
}, |
| 83 | 83 |
'irq_cpu' => |
| 84 | 84 |
{
|
| 85 | 85 |
'title' => 'CPU:cpu: :irq_type:', |
| 86 | 86 |
'args' => '--base 1000', |
| 87 |
'vlabel' => 'count per secund',
|
|
| 88 |
'info' => 'This graph shows :irq_type: for CPU:cpu: per secund from last update',
|
|
| 87 |
'vlabel' => 'count per second',
|
|
| 88 |
'info' => 'This graph shows :irq_type: for CPU:cpu: per second from last update',
|
|
| 89 | 89 |
'category' => 'cpu :cpu:' |
| 90 | 90 |
} |
| 91 | 91 |
}; |
| ... | ... | |
| 333 | 333 |
$gr->{$graph_name}{'graph'}{'category'} = replace($graphs->{'irq_cpu'}{'category'}, ':cpu:', $i);
|
| 334 | 334 |
# -- child fields -- |
| 335 | 335 |
my @irq_names = keys %{$IRQi->{'stat'}{$irq_type}{$i}};
|
| 336 |
# names splitted for better sorting
|
|
| 336 |
# names split for better sorting |
|
| 337 | 337 |
for my $irq_name (( |
| 338 | 338 |
(sort {int $a <=> int $b} grep{/^\d/} @irq_names),
|
| 339 | 339 |
(sort grep{!/(^\d|ERR|MIS)/} @irq_names),
|
Formats disponibles : Unified diff