[rrd-users] larrd-grapher.cgi Question

Lozovsky, Daniel daniel.lozovsky at attws.com
Wed Sep 25 02:59:53 MEST 2002


I am trying to graph the number to process in the run que and number of
blocked processes.  I made the following entry in the larrd-grapher.cgi
file:

  vmstat4 => {
  hourly => {
      start_sec => "e-48h",
      title => "$host Processes in Que Last 48 Hours",
  },
  daily => {
      start_sec => "e-12d",
      title => "$host Processes in Que Last 12 Days",
  },
  weekly => {
      start_sec => "e-48d",
      title => "$host Processes in Que Last 48 Days",
  },
  monthly => {
      start_sec => "e-576D",
      title => "$host Processes in Que 576 Days",
  },
  yaxis => "# of Processes",
  lines => sub {
      my ($RRD,$service,$graph,$p,$color)=@_;

      return [
          #qq{-b 1024},

          qq{DEF:r=$host.vmstat.rrd:cpu_r:AVERAGE},
          qq{DEF:b=$host.vmstat.rrd:cpu_b:AVERAGE},

          qq{LINE1:r#0000ff:Processes in Run Que},
          qq{LINE1:b#00FF00:Blocked Processes},
      ]
      },
  },


However, I am not getting any new graphs to appear.  

Could someone tell me what I am doing wrong.

Thanks,

Daniel

--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help        mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi



More information about the rrd-users mailing list