> pcpmon -a localhost=/var/log/pcp/pmlogger/swampy.atlanticos.com/20000605.10.41
> cpu.cfg
>
> produces error message : Cannot lookup metric 'localhost:kernel.all.cpu.idle'
> ... (good date range)
>
Is that metric in the archive? Try
pminfo -a /var/log/pcp/pmlogger/swampy.atlanticos.com/20000605.10.41
kernel.all.cpu.idle
> pcpmon -a swampy=/var/log/pcp/pmlogger/swampy.atlanticos.com/20000605.10.41
> cpu.cfg
>
> produces error message : Alias for 'localhost' not defined (archive mode)
> (bogus date range)
You have defined that you want some metrics (kernel.all.cpu.idle) from
localhost,
but you didn't defined in which archive the stored metrics for localhost could
be found.
The first command defined alias for localhost so it got further :) So it
seems you only
need to instruct PCP to store the kernel.all.cpu.idle into the archive and it
will
be OK, the invocation was OK.
Please write when you need further help.
Michal Kara
|