home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 November / PCO1197.ISO / FilesBBS / OS2 / SL13A8.ARJ / SL13A8.ZIP / SL13A8.RAR / TEMPLATE.ZIP / STATENG.TPL < prev    next >
Encoding:
Text File  |  1997-09-11  |  3.1 KB  |  74 lines

  1. ;
  2. ; Macros:
  3. ; ~~~~~~~
  4. ; @fsname@      First name of sysop
  5. ; @lsname@      last name of sysop 
  6. ; @sname@       first+last name of sysop
  7. ; @frname@      first name of current receipient (netmail)
  8. ; @lrname@      last name of current receipient (netmail)
  9. ; @rname@       first+last name of current receipient (netmail)
  10. ; @saka@        AKA of sysop
  11. ; @raka@        AKA of receipient (netmail)
  12. ; @task@        current line number
  13. ; @statdate@    Date of this statistic
  14. ; @pid@         Name and version number of ShowLog
  15. ;
  16. ; @count_i@     Number of incomming calls
  17. ; @count_o@     Number of outgoing calls
  18. ; @count_u@     Number of incoming bbs-calls
  19. ; @time_i@      Time of all incoming calls
  20. ; @time_o@      Time of all outgoing calls
  21. ; @time_u@      Time of all incoming bbs-calls
  22. ; @avtime_i@    Average time of incoming calls
  23. ; @avtime_o@    Average time of outgoing calls
  24. ; @avtime_u@    Average time of incoming bbs calls
  25. ; @uoc_i@       Incoming calls in percent
  26. ; @uoc_o@       Outgoing calls in percent
  27. ; @uoc_u@       Incoming bbs-calls in percent
  28. ; @part_u@      Inxoming bbs-calls in percent of all incoming calls
  29. ; @cost_i@      Cost of all incoming calls
  30. ; @cost_o@      Cost of all outgoing calls
  31. ; @err_i@       Number of sessions with errors (in)
  32. ; @err_o@       Number of sessions with errors (out)
  33. ; @noerr_i@     Number of sessions without errors (in)
  34. ; @noerr_o@     Number of sessions without errors (out)
  35. ; @err%_i@      Errors in percent (in)
  36. ; @err%_o@      Errors in percent (out)
  37. ; @fcount_i@    Number of received files
  38. ; @fcount_o@    Number of sent files
  39. ; @fsize_i@     Size of all received files
  40. ; @fsize_o@     Size of all sent files
  41. ; @ffsize_i@    Size of all received files (formated)
  42. ; @ffsize_o@    Size of all sent files (formated)
  43. ; @fcps_i@      Average cps rate of all received files
  44. ; @fcps_o@      Avergae cps rate of all sent files
  45. ;
  46. @desc@LOGFILE-STATISTIC of @statdate@:
  47. @desc@=================================
  48. @desc@
  49. @data@Line @task@:
  50. @data@---------
  51. @data@                     Inbound (Online-User)    Outbound
  52. @data@Number of calls        @count_i,4,R@      (@count_u,4,R@)         @count_o,4,R@
  53. @data@Time                 @time_i@  (@time_u@)     @time_o@
  54. @data@Time per call        @avtime_i@  (@avtime_u@)     @avtime_o@
  55. @data@                       @uoc_i,4,R@%     (@uoc_u,4,R@%)        @uoc_o,4,R@%
  56. @data@
  57. @data@Anteil der Onlineuser am Inbound: @part_u@%
  58. @data@
  59. @data@                       Inbound    Outbound
  60. @data@Kosten                 @cost_i,6,R@     @cost_o,6,R@
  61. @data@Fehleranzahl          @err_i,6,R@     @err_o,6,R@
  62. @data@fehlerfreie Sessions  @noerr_i,6,R@     @noerr_o,6,R@
  63. @data@Fehleranteil          @err%_i,6,R@%    @err%_o,6,R@%
  64. @data@
  65. @data@                         Gesendet      Empfangen
  66. @data@Dateianzahl               @fcount_o,5,R@          @fcount_i,5,R@
  67. @data@Dateigröße             @fsize_o,10,R@     @fsize_i,10,R@ ;unformatiert
  68. @data@Dateigröße          @ffsize_o,13,R@  @ffsize_i,13,R@ ;formatiert
  69. @data@Durchschn. CPS-Rate        @fcps_o,5,R@          @fcps_i,5,R@
  70. @data@
  71. @desc@Created by @pid@.
  72. ;
  73. ; EOF
  74.