[Orca-users] Problem with the graphics plot

Edgard Dapás edapas at telecompersonal.com.ar
Thu Sep 26 07:14:25 PDT 2002


I 'm taking CPU metrics from a machine and put them on a machine with orca,
when I execute the orca comand, it generate the html pages but don't
generate the GIF, I don't know what's happen, anyone can help me?

I added to the orcallator.cfg the followins lines

group PPASAMBA_COS {
find_files              /usr/local/orca/PPASAMBA_COS/userfiles/CPU\d{4}\d{2}\d{2}
column_description      first_line
date_source             column_name timestamp
interval                300
reopen                  1
}

plot {
title                   %g CPU Usage
source                  PPASAMBA_COS
data                    usr%
data                    sys%
data                    wio%
data                    idle%
line_type               area
line_type               stack
line_type               stack
line_type               stack
legend                  User
legend                  System
legend                  Wait IO
legend                  Idle
y_legend                Percent
data_min                0
data_max                100
plot_min                0
plot_max                100
rigid_min_max           1
}


the orca comand I'm using

# /usr/local/bin/perl /opt/orca-0.26/bin/orca -gifs -o -v /opt/orca-0.26/orcallator/orcallator.cfg
Orca version 0.264 using RRDs version 1.000331 at Thu Sep 26 11:16:27 2002.
Loading state from `/usr/local/rrdtool-1.0.33/orcallator/orca.state'.
Creating orca.gif.
Creating rrdtool.gif.
Finding files and setting up data structures at Thu Sep 26 11:16:27 2002.
 RSS  VSZ %MEM        TIME     USER   PID COMMAND
5416 6168  0.2        0:01     root 20341 /usr/local/bin/perl
Current running time is 0:01 minutes.
Loading new data from group orcallator for portaltogo.
  Read     1 data point from `/opt/orca-0.26/orcallator/portaltogo/percol-2002-09-26-000'.
Flushing new data and updating GIFs from portaltogo.
Saving state into `/usr/local/rrdtool-1.0.33/orcallator/orca.state'.
Loading new data from group PPASAMBA_COS.
Updating GIFs.
Creating HTML files in `/usr/local/apache/htdocs/'.
 RSS  VSZ %MEM        TIME     USER   PID COMMAND
6144 6920  0.2        0:10     root 20341 /usr/local/bin/perl
Current running time is 0:26 minutes.
Orca has completed.

and the files with the metrics looks like :
# more CPU20020926
timestamp user system wio idle
1033009200 41.225 24.75 19 15
1033009500 12.275 11.85 16.225 59.625
1033009800 13.5 12.775 27.7 46
1033010100 16.425 10.8 10.775 61.975
1033010400 22 22.625 28.15 27.2

Thanks



More information about the Orca-users mailing list