[Orca-users] Re: Multiple systems per graph

Blair Zajac blair at gps.caltech.edu
Thu Jun 14 09:21:26 PDT 2001


The previous message said this (albeit not clearly enough).

Change the (.*) to either .* or (?:.*) and Orca will not separate the
data from the different systems.  Unfortunately though, it may not give
the right plot titles on the plot to distinguish which data is from
which system though.

Blair

mediacult at yahoo.com wrote:
> 
> Blair (et al...),
> 
> I am not sure I was clear. Here is my find files:
> 
> find_files
> /Orca/(.*)/(?:(?:orcallator)|(?:percol))-\d{4}-\d{2}-\d{2}(?:\.(?:\d{1
> }|Z|gz|bz2))?
> 
> This is graphing all of the systems in the cluster on separate
> graphs.
> What I would like to do is build a combined plot that has, for
> example, the CPU for all 4 systems in the cluster on one graph.  Is
> there something I need to do in my "plot", or does the "find" still
> need some work?
> 
> Thanks,
> 
> Peter
> 
> --- In orca-users at y..., Blair Zajac <blair at g...> wrote:
> > To do this, make sure your find_files parameter does not have any
> > regular expression expressions with the ().  If you do need to use
> > the (...), then use the form (?:...) instead.  This tells the
> regular
> > expression engine to not set a $1, $2, etc value with the contained
> > (?:...) text.
> >
> > For an example, see the orcallator.cfg file:
> >
> > find_files
> >
> @ORCALLATOR_DIR@/(.*)/(?:(?:orcallator)|(?:percol))-\d{4}-\d{2}-\d{2}(
> ?:\.(?:Z|gz|bz2))?
> >
> > Regards,
> > Blair
> >
> > mediacult at y... wrote:
> > >
> > > Group -
> > >
> > > I would like to set up a new Orca site and write the .cfg file so
> it
> > > reports all of the systems in the group on the same graph.  Can
> anyone
> > >
> > > tell me how that can be done?
> > >
> > > Thanks,
> > >
> > > Peter Hand
> > > Sabre, Inc.
> > > (Soon to be assimilated by EDS)



More information about the Orca-users mailing list