[Orca-users] Re: How to configure orcallator.cfg???
Blair Zajac
blair at orcaware.com
Fri Apr 5 21:29:09 PST 2002
nurik_m wrote:
>
> > Which version of Orca and perl do you have installed?
> Perl - 5.005
> Orca - 0.26
OK. The warning you are getting about Orca::Config::fc are due to
an older version of Orca with an older version of Perl. First
try upgrading Orca which may make that warning go away.
I recommend using Perl 5.6.1 if you can use it. Use one of the
precompiled binaries at
http://www.activestate.com/Products/ActivePerl/
if you are running Solaris, Linux or Windows.
>
> > You need to make sure your find_files parameter in orcallator.cfg
> can find the input files you have.
> ====================================
> orcallator.cfg
> ------------------------------------
> group orcallator {
> find_files /opt/orca/var/orca/orcallator/(?:
> (?:orcallator)|(?:percol))-\d{4}-\d{2}-\d{2}(?:\.(?:Z|gz|bz2))?
> column_description first_line
> date_source column_name timestamp
> date_format %s
> interval 300
> reopen 1
> filename_compare sub {
> my ($ay, $am, $ad) = $a =~ /-(\d{4})-(\d\d)-
> (\d\d)/;
> my ($by, $bm, $bd) = $b =~ /-(\d{4})-(\d\d)-
> (\d\d)/;
> if (my $c = (( $ay <=> $by) ||
> ( $am <=> $bm) ||
> (($ad >> 3) <=> ($bd >> 3)))) {
> return 2*$c;
> }
> $ad <=> $bd;
> }
> }
> ====================================
>
> directories are exist, but they are empty...
Are you running orcallator.se? That's the data collection tool that
Orca uses.
Best,
Blair
--
Blair Zajac <blair at orcaware.com>
Web and OS performance plots - http://www.orcaware.com/orca/
More information about the Orca-users
mailing list