home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / gpm108b.zip / Utils / GPMStat.CFG < prev    next >
Text File  |  1999-06-26  |  1KB  |  40 lines

  1. ;*=========================================================================*;
  2. ;* GPMSTAT v1.0.beta4.                                                     *;
  3. ;* Log analyzer for General Purpose Mailer.                                *;
  4. ;* Written by Igor Vanin (2:5030/448@fidonet, vanin@gpmail.spb.ru).        *;
  5. ;* Small changes by Alex Batickii (2:5054/8@fidonet).                      *;
  6. ;*=========================================================================*;
  7.  
  8. ; This is configuration file for GPMSTAT.
  9.  
  10. ; Number of lines, running with GPMail:
  11. lines=2
  12.  
  13. ; Names of log-files of all these lines:
  14. inlog.1='M:\Logs.~\GPMail.Log'
  15. inlog.2='O:\GPMail\GPMail.Log'
  16.  
  17. ; Sorting mode (default - no sorting). Possible values are:
  18. ; 'address' 
  19. ; 'sizein' (incoming traffic) 
  20. ; 'sizeout' (outgoing traffic) 
  21. ; 'size' (all traffic)
  22. ; 'time' (time online)
  23. ; 'sess' (number of sessions)
  24. ; 'mailer' (mailer name:)
  25. sortmode=time
  26.  
  27. ; Sorting direction: 'a'=ascending, 'd'=descending
  28. sortdir=d
  29.  
  30. ; Type of table with statistics:
  31. ; 1: address, sessions, traffic, time online, mailer 
  32. ; 2: address, sessions, traffic, time online, average cps (wide columns)
  33. tabletype=1
  34.  
  35. ; File with statistics, generated by GPMSTAT:
  36. outstat='M:\Logs.~\GPMstat.TXT'
  37.  
  38. ; That's all. :-)
  39.  
  40.