home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / XStat114.lha / FORMS.doc < prev    next >
Encoding:
Text File  |  1993-12-25  |  3.6 KB  |  147 lines

  1. The new V1.14 output format specifications
  2. ==========================================
  3.  
  4. Since Version 1.14, you can also use your own format
  5. specifications to determine what the XStat output
  6. will look like. There are two new environment variables
  7. that you can set:
  8.  
  9. STATFORM determines the layout of the "Statistics" output
  10. which is written once for each system, and once for global
  11. statistics.
  12.  
  13. VERBFORM determines the layout of the "Verbose" output,
  14. which is written for each entry of the XferStat file.
  15.  
  16. You can use any ISO8859-1 (extended 8 bit ASCII as used
  17. by the Amiga) character (except CHAR(0)), plus the following
  18. special format strings: (case sensitive!)
  19.  
  20.  
  21. Format strings for STATFORM:
  22. ----------------------------
  23.  
  24. &LF     line feed
  25. &FF     form feed
  26. &HN     host name
  27. &CD     call direction (IN/OUT)
  28. &cd     call direction (< / > )
  29. &FD     from date
  30. &TD     to date
  31. &AC     total number of connects
  32. &IC     number of ignored connects
  33. &LC     number of local connects
  34. &OT     total online time
  35. &ot     average online time
  36. &UN     total units
  37. &un     average units
  38. &CO     total cost
  39. &co     average cost
  40. &GR     gross read
  41. &gr     average gross read
  42. &GS     gross send
  43. &gs     average gross send
  44. &NR     net read
  45. &nr     average net read
  46. &NS     net send
  47. &ns     average net send
  48. &GC     gross cps
  49. &gp     gross peak cps
  50. &NC     net cps
  51. &np     net peak cps
  52. &CG     average cost (gross)
  53. &CN     average cost (net)
  54. &CS     currency symbol
  55.  
  56.  
  57. Format variables for VERBFORM:
  58. ------------------------------
  59.  
  60. &LF     line feed
  61. &FF     form feed
  62. &HN     host name
  63. &CD     call direction (IN/OUT)
  64. &cd     call direction (< / > )
  65. &FD     from date
  66. &TD     to date
  67. &IC     ignored connect
  68. &LC     local connect
  69. &OT     online time
  70. &UN     units
  71. &CO     cost
  72. &GR     gross read
  73. &GS     gross send
  74. &NR     net read
  75. &NS     net send
  76. &GC     gross cps
  77. &NC     net cps
  78. &CS     currency symbol
  79.  
  80.  
  81. Usage is similar to C printf():
  82. -------------------------------
  83.  
  84.   &08HN
  85.   |^^^^
  86.   || |
  87.   || field type specification, see above
  88.   ||
  89.   |optional field width, 00..99 permitted (must be two digits)
  90.   |
  91.   escape character, use && to get it verbatim
  92.  
  93.  
  94. Defaults used by XStat:
  95. -----------------------
  96.  
  97. Use the environment variables STATFORM and VERBFORM to override
  98. these defaults.
  99.  
  100. WARNING! STATFORM and VERBFORM use internal buffers with a
  101. hardcoded width of 8191 characters.
  102.  
  103. VERBFORM
  104. --------
  105. - cut - cut - cut - cut - cut - cut - cut - cut -
  106. &cd &08HN &FD &IC &LC &03OT &02UN &06CO &07GR &07GS &07NR &07NS &04GC &04NC&LF
  107. - cut - cut - cut - cut - cut - cut - cut - cut -
  108.  
  109. STATFORM
  110. --------
  111. - cut - cut - cut - cut - cut - cut - cut - cut -
  112.  
  113.  
  114. &HN: Connection statistics for &CD calls.
  115.  
  116. Transfer statistics from &FD to &TD
  117.  
  118. number of connects  &08AC
  119. local connects      &08LC
  120. ignored connects    &08IC
  121.  
  122. total online time   &08OT     seconds
  123. total phone units   &08UN     units
  124. total phone cost    &12CO &CS
  125. average online time &08ot     seconds/connect
  126. average phone units &12un units/connect
  127. average phone cost  &12co &CS/connect
  128.  
  129. total gross read    &08GR     bytes
  130. total gross send    &08GS     bytes
  131. total net read      &08NR     bytes
  132. total net send      &08NS     bytes
  133. average gross read  &08gr     bytes/connect
  134. average gross send  &08gs     bytes/connect
  135. average net read    &08nr     bytes/connect
  136. average net send    &08ns     bytes/connect
  137.  
  138. average speed       &08GC     CPS (gross data transfer)
  139. fastest connect     &08gp     CPS (gross data transfer)
  140. average speed       &08NC     CPS (net data transfer)
  141. fastest connect     &08np     CPS (net data transfer)
  142.  
  143. average cost        &12CG &CS/MB (gross data transfer)
  144. average cost        &12CN &CS/MB (net data transfer)
  145.  
  146. - cut - cut - cut - cut - cut - cut - cut - cut -
  147.