[Orca-users] Re: Problem with the graphics plot
Sean O'Neill
sean at seanoneill.info
Fri Sep 27 07:17:23 PDT 2002
At 11:14 AM 9/26/2002 -0300, Edgard Dapás wrote:
>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%
Change the above to this:
>data user
>data system
>data wio
>data idle
Your data file headers and the orcallator.cfg headers need to match -
generally speaking - assuming you aren't doing any math or something.
>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
>
>
>
>
>
--
........................................................
......... ..- -. .. -..- .-. ..- .-.. . ... ............
.-- .. -. -... .-.. --- .-- ... -.. .-. --- --- .-.. ...
Sean O'Neill
More information about the Orca-users
mailing list