home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / setup3.cab / pak210-x86.exe / RCDATA / CABINET / cpscntrs.h < prev    next >
Text File  |  1997-05-22  |  958b  |  35 lines

  1. //                                                                -*- c++ -*-
  2. // cpscnts.H
  3. //
  4. // Copyright (C) 1996 Microsoft Corp.
  5. //         All rights reserved.
  6. //
  7. // counter definitions for the Data Source Service
  8. //
  9. // History:
  10. //        04-10-96        alanpe            created
  11. //        02-20-97        leszekm            modified for cpshost
  12.  
  13.  
  14. //
  15. // CPS Object
  16. //
  17.  
  18. #define OBJECT_CPS                                        0
  19.  
  20. #define COUNTER_CPS_CURRENT_POSTS                        2
  21. #define COUNTER_CPS_MAX_POSTS                            4
  22. #define COUNTER_CPS_POSTS_IN                            6
  23. #define COUNTER_CPS_POSTS_IN_PER_SEC                    8
  24. #define COUNTER_CPS_POSTS_OUT                            10
  25. #define COUNTER_CPS_POSTS_OUT_PER_SEC                    12
  26. #define COUNTER_CPS_POSTS_FAIL                            14
  27. #define COUNTER_CPS_POSTS_FAIL_PER_SEC                    16
  28. #define COUNTER_CPS_UNRESOLVED                            18
  29. #define COUNTER_CPS_FILES_IN                            20
  30. #define COUNTER_CPS_FILES_IN_PER_SEC                    22
  31. #define COUNTER_CPS_BYTES_IN                            24
  32. #define COUNTER_CPS_BYTES_IN_PER_SEC                    26
  33. #define COUNTER_CPS_REPOSTS                                28
  34. #define COUNTER_CPS_REPOSTS_PER_SEC                        30
  35.