Other notes:
ifSpeed 100000000 ifType 15 ifDescr "Fddi1/0" Wed Jun 11 00:03:31 1997 ifInOctets.5 773449322 Wed Jun 11 00:03:31 1997 ifInUcastPkts.5 3046116449 Wed Jun 11 00:03:31 1997 ifInNUcastPkts.5 4994188 Wed Jun 11 00:03:31 1997 ifInDiscards.5 38 Wed Jun 11 00:03:31 1997 ifInErrors.5 113056 Wed Jun 11 00:03:31 1997 ifOutOctets.5 3763151177 Wed Jun 11 00:03:31 1997 ifOutUcastPkts.5 4015824231 Wed Jun 11 00:03:31 1997 ifOutNUcastPkts.5 1992451 Wed Jun 11 00:03:31 1997 ifOutDiscards.5 97832 Wed Jun 11 00:03:31 1997 ifOutErrors.5 0
The time stamps are not simply the "raw seconds" for a reason;
if the rotation of the logs doesn't happen as they should it is
relatively easy to separate the pieces later through use of
egrep
and/or sed
.
C
and the config file was
parsed with yacc
. The format of the config file
will probably change, so that other information can be collected
there and parsed more easily (e.g. region information for
filtering of the tabular reports).