I’m looking for a way to capture and
e-mail repeater useage statistics. In searching through app_rpt.c, I found the
following.
From app_rpt.c
myrpt->dailytxtime
= 0;
myrpt->totaltxtime
= 0;
myrpt->dailykeyups
= 0;
myrpt->totalkeyups
= 0;
myrpt->dailykerchunks
= 0;
myrpt->totalkerchunks
= 0;
myrpt->dailyexecdcommands
= 0;
myrpt->totalexecdcommands
= 0;
My next questions is what is the form of
an rpt.conf stanza that could utilize these variables, capturing these
statistics?
Is there a way of saving these statistics
to a log file, or perhaps a way to send by e-mail from the repeater to my
e-mail address?
Thanks,
Bob
kk6ecm