home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / ntws1.exe / NTCLI / NTCLNT_1.350 / I386 / REDIR / RDRSTATS.H < prev    next >
C/C++ Source or Header  |  1995-05-05  |  2KB  |  53 lines

  1. //++=======================================================================
  2. // Program Name:    Personal NetWare for Windows NT Performance Counters
  3. // File Name:        RDRSTATS.H
  4. // Version:            v1.00
  5. // Author:
  6. // Abstract:        This module contains the defines for the NetWare
  7. //                        Performance Counters.
  8. // Notes:
  9. // Revision History:
  10. //
  11. //
  12. // (C) Unpublished Copyright of Novell, Inc.  All Rights Reserved.
  13. //
  14. // No part of this file may be duplicated, revised, translated, localized,
  15. // or modified in any manner or compiled, linked or uploaded or downloaded
  16. // to or from any computer system without the prior written consent of
  17. // Novell, Inc.
  18. //=======================================================================--
  19.  
  20. #ifndef    _RDR_STATS_INC_
  21. #define    _RDR_STATS_INC_
  22.  
  23. //
  24. // Defines for the automated installation of the performance counters
  25. // using Windows NT LODCTR program
  26. //
  27.  
  28. #define    RDR_STATS                                    0
  29. #define    IOCTLS                                        2
  30. #define    IO_ZONE_HITS                                4
  31. #define    IO_ZONE_MISSES                                6
  32. #define    MAX_CONCURRENT_CONNECTIONS                8
  33. #define    CURRENT_CONNECTIONS                        10
  34. #define    TOTAL_SUCCESSFUL_RECONNECTS            12
  35. #define    TOTAL_FAILED_RECONNECTS                    14
  36. #define    TOTAL_TRANSPORT_FAILURES                16
  37. #define    TOTAL_RETRIES                                18
  38. #define    TOTAL_RETRY_EXHAUSTIONS                    20
  39. #define    SERVER_BUSY_PACKETS                        22
  40. #define    OPEN_FILES                                    24
  41. #define    TOTAL_BYTES_READ                            26
  42. #define    TOTAL_BYTES_WRITTEN                        28
  43. #define    TOTAL_BYTES_READ_OR_WRITTEN            30
  44. #define    TOTAL_IO_REQUESTS_COMPLETED            32
  45. #define    TOTAL_ASYNCHRONOUS_IO_REQUESTS        34
  46. #define    TOTAL_NCPS_COMPLETED                        36
  47.  
  48. #endif    // _RDR_STATS_INC_
  49.  
  50. //=========================================================================
  51. //=========================================================================
  52.  
  53.