home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / software / testsoft / nds / i386 / redir / odistats.h < prev    next >
C/C++ Source or Header  |  1997-08-20  |  2KB  |  54 lines

  1. //++=======================================================================
  2. // Program Name:    Personal NetWare for Windows NT Performance Counters
  3. // File Name:        ODISTATS.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    _ODI_STATS_INC_
  21. #define    _ODI_STATS_INC_
  22.  
  23. //
  24. // Defines for the automated installation of the performance counters
  25. // using Windows NT LODCTR program
  26. //
  27.  
  28. #define    ODI_STATS                                0
  29. #define    TOTAL_TX_PACKET_COUNT                2
  30. #define    TOTAL_RX_PACKET_COUNT                4
  31. #define    NO_ECB_AVAILABLE_COUNT                6
  32. #define    PACKET_TX_TOO_BIG_COUNT                8
  33. #define    PACKET_TX_TOO_SMALL_COUNT            10
  34. #define    PACKET_RX_OVERFLOW_COUNT            12
  35. #define    PACKET_RX_TOO_BIG_COUNT                14
  36. #define    PACKET_RX_TOO_SMALL_COUNT            16
  37. #define    TOTAL_TX_MISC_COUNT                    18
  38. #define    TOTAL_RX_MISC_COUNT                    20
  39. #define    RETRY_TX_COUNT                            22
  40. #define    CHECKSUM_ERROR_COUNT                    24
  41. #define    HARDWARE_RX_MISMATCH_COUNT            26
  42. #define    TOTAL_TX_OK_BYTE_COUNT                28
  43. #define    TOTAL_RX_OK_BYTE_COUNT                30
  44. #define    TOTAL_GROUP_ADDR_TX_COUNT            32
  45. #define    TOTAL_GROUP_ADDR_RX_COUNT            34
  46. #define    ADAPTER_RESET_COUNT                    36
  47. #define    ADAPTER_OPR_TIME_STAMP                38
  48. #define    Q_DEPTH                                    40
  49.  
  50. #endif    // _ODI_STATS_INC_
  51.  
  52. //=========================================================================
  53. //=========================================================================
  54.