[Orca-users] Re: I would like to plot this 6 data on the same plot

Blair Zajac blair at akamai.com
Tue Mar 27 11:13:59 PST 2001


Hi,

I think the issue is the use of regular expressions in the data
parameters.  Orca will split different regular expression matches
to different plots.

Try putting the data's explicitly:

data 1-table-entries 
data 1-cache-entries
data 3-table-entries 
data 3-cache-entries
data 5-table-entries 
data 5-cache-entries

And see if this works.

Regards,
Blair

> Mbh wrote:
> 
> Hi,
> 
> I have 3 files , and on each of them I have date columns + 2 data
> columns , so
> 
> /home/xana9.slot.1.point
> date  1-table-entries 1-cache-entries
> /home/xana9.slot.3.point
> date  3-table-entries 3-cache-entries
> /home/xana9.slot.5.point
> date  5-table-entries 5-cache-entries
> 
> and I would like to plot this 6 data on the same plot :
> for that I use the next config , but Orca plot on the different plot,
> why?
> 
> 
> group xana {
> find_files /home/.*\.point
> column_description first_line
> date_source column_name date
> date_format %s
> interval 60
> reopen 1}
> 
> plot {
> source xana
> data (?:.*\d)-table-entries
> data (?:.*\d)-cache-entries
> data_max 999999998
> data_type gauge
> data_type gauge
> line_type line2
> line_type line2
> color 0000ff
> color ff0000
> title %g ---->Slot table-entries cache-entries
> }
> 
> 
> Regards
> 
> Mehdi Ben Hassen
> Network Engineer
> Altran Europe: http://www.altran-group.com
> Tel: +32 (0)3 450 36 13
> Gsm: 0476/ 76.95.82
> Email: mehdi.ben_hassen at alcatel.be
> 
>                    Yahoo! Groups Sponsor
> [Click Here to Find Software Faster]
> Click Here to Find Software Faster
> 
> 



More information about the Orca-users mailing list