home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Wtestowe / Clico / UNIX / SAMBA / SOURCE / SAMBA.TAR / samba-1.9.17 / examples / printer-accounting / README < prev   
Text File  |  1996-07-22  |  2KB  |  64 lines

  1. These are just a few examples of what you can do for printer accounting;
  2. they are really just hacks to show a manager how may pages were being
  3. printed out on his new hp5n :)
  4.  
  5. acct-all will run acct-sum and read the log files to generate some
  6. stats.
  7.  
  8. Here is a sample output of the raw stats :
  9.  
  10. 1996-06-10.15:02:15 pkelly master.fcp.oypi.com 538 0
  11. 1996-06-10.15:06:40 pkelly master.fcp.oypi.com 537 0
  12. 1996-06-10.15:32:12 ted master.fcp.oypi.com 547 0
  13. 1996-06-11.09:06:15 violet master.fcp.oypi.com 2667 0
  14. 1996-06-11.09:48:02 violet master.fcp.oypi.com 66304 5
  15. 1996-06-11.09:50:04 violet master.fcp.oypi.com 116975 9
  16. 1996-06-11.09:57:20 violet master.fcp.oypi.com 3013 1
  17. 1996-06-11.10:13:17 pkelly master.fcp.oypi.com 3407 1
  18. 1996-06-11.12:37:06 craig master.fcp.oypi.com 13639 2
  19. 1996-06-11.12:42:23 pkelly master.fcp.oypi.com 13639 2
  20. 1996-06-11.12:45:11 marlene master.fcp.oypi.com 515 0
  21. 1996-06-11.14:17:10 lucie master.fcp.oypi.com 1405 1
  22. 1996-06-11.14:36:03 laura master.fcp.oypi.com 45486 5
  23. 1996-06-11.15:08:21 violet master.fcp.oypi.com 1923 1
  24. 1996-06-11.15:09:42 laura master.fcp.oypi.com 4821 1
  25. 1996-06-11.15:12:28 laura master.fcp.oypi.com 46277 5
  26. 1996-06-11.15:19:38 violet master.fcp.oypi.com 3503 1
  27. 1996-06-11.15:21:49 lucie master.fcp.oypi.com 493 0
  28. 1996-06-11.15:43:36 al master.fcp.oypi.com 3067 1
  29.  
  30. And the output after the acct-sum is done on a full set of files
  31. in /var/log/lp/*
  32.  
  33. master[1072] /var/log/lp$ /etc/conf/acct-all 
  34.  
  35. Sun Jul 21 23:03:16 EDT 1996
  36.  
  37. Pages are approximate ...
  38.  
  39. User             Jobs    Pages     Size
  40. al                  1        1        2 KB
  41. craig               1        2       13 KB
  42. jack               68      235     1995 KB
  43. laura              88      328     3050 KB
  44. lucie             221      379     3529 KB
  45. marlene            12      151     1539 KB
  46. melanie            83      365     3691 KB
  47. michelle           68      219     1987 KB
  48. mike                2       10       81 KB
  49. neil              111      225     2753 KB
  50. operator           44      137     1132 KB
  51. pkelly            368      984    11154 KB
  52. root                8        0       29 KB
  53. ted               158      257     2337 KB
  54. tony              244      368     2455 KB
  55. violet            419     1002    10072 KB
  56.  
  57.  
  58. Printer          Jobs    Pages         
  59. hp2p                3        4
  60. hp5               915     2135
  61. lp                978     2524
  62.  
  63. <pkelly@ets.net>
  64.