[Orca-users] Re: newbie question 'find_files'

dotted_i dotted_i at yahoo.com
Mon Jan 14 03:32:10 PST 2002


yup ! you were right (duh !) the key is to wait 5 miutes after
running start_orcallator and wait till there is a 'percol' file in
the output dir *then* run orca.

dotted_i


--- In orca-users at y..., Blair Zajac <blair at o...> wrote:
> dotted_i wrote:
> >
> > so the answer was that start_orcallator sends the output of
> > orcallator.se to "$orcallator_DIR/HOSTNAME" however the find_files
> > line in the .cfg file /usr/local/var/orca/orcallator/(.*)/ was not
> > globbing the "hostname/se_output_file"
> >
> > once i changed the find_file
> > to /usr/local/var/orca/orcallator/MyHostname(.*)/
> > every thing worked fine.
> >
> > thanx for your help.
>
> You'll want to change find_files from
>
>     /usr/local/var/orca/orcallator/MyHostname(.*)/
>
> to
>
>     /usr/local/var/orca/orcallator/(.*)/
>
> otherwise you won't get the hostname in the generated HTML and PNG
plots.
>
> Best,
> Blair
>
> --
> Blair Zajac <blair at o...>
> Web and OS performance plots - http://www.orcaware.com/orca/



More information about the Orca-users mailing list