Help for this page

Select Code to Download


  1. or download this
       my $data = {
            Sleep   => 51,
    ...
       # or ...
    
       $ca->set($data);        # set data
    
  2. or download this
        $data = {
            $queue => $usage
    ...
    
        $ca = $MW->Graph(-type => 'BARS', -ylabel => 'percentage', -xlabel
    + => 'queue');
        $ca->pack(-expand => 1, -fill => 'both');
    
  3. or download this
        $data->{$queue} = $usage;