You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
377 B

  1. --- a/plugins/irqstats 2007-11-30 11:39:08.000000000 +0100
  2. +++ b/plugins/irqstats 2018-08-29 08:20:50.809468406 +0200
  3. @@ -1,6 +1,6 @@
  4. config_irqstats() {
  5. echo "graph_title Individual interrupts
  6. -graph_args --base 1000 -l 0;
  7. +graph_args --base 1000 -l 0
  8. graph_vlabel interrupts / \${graph_period}
  9. graph_category system"
  10. CPUS=$(grep 'CPU[0-9]' /proc/interrupts | wc -w)