3.2.3.1 Sample 1 - Default Usage
For SimpleServer, here we set its CLOPT parameter as -A -a simpserv_acct -- ”
Every day this server outputs its accounting information into a new file named simpserv_acct.mmddyy.
>cat simpserv_acct.022102
# SVC UID STIME ETIME SYSTIME USRTIME
TOUPPER John 1789249093/34452 1789249093/65389 100 50
......
>accrpt account3. 022102
#STIME ETIME SVC TIMES ELPTIME SYSTIME USRTIME
00:00:00 01:00:00 TOLOWER 10 100 20 40
01:00:00 02:00:00 TOLOWER 15 200 30 50
00:00:00 01:00:00 TOUPPER 10 100 20 40
01:00:00 02:00:00 TOUPPER 10 100 20 40
......Parent topic: Samples