Next Up Previous Contents
Logfiles

3.4 Logfiles

Percival daemons are supposed to write their log files under the /usr/local/percival/var/lancelot-logs/ directory. While it is possible to change that using --logfile option and overlord.pl, it is p probably best to stick to the convention. Overlord has command rotate that can be used to rotate logs periodically. In particularly log of kollector can grow quite large.

Logs format is:

[dd-Mon-yyyy hh:mm:ss :pid] free text
Log of every kollector measurement is written in following format:

[time] Retrieved data for <path>(inst)[error] : <ds1>@timestamp[low_bound-upper_bound],<ds2>,...,<dsn>
where

time
log time stamp
path
location of the element in configuration database
inst
element instance as determined by mapping. Can be empty.
error
provides a precision estimation based on error in time measurement and database sampling interval.
timestamp
in milliseconds. Actual time that goes to database
low_bound
in fractional seconds. Shows when measurement was started.
upper_bound
in fractional seconds. Shows when measurement was completed.
ds1..dsn
datasourcses. Things like ifInOctets, ifOutOctets etc..


Next Up Previous Contents