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 / LSLSTATS.H < prev    next >
C/C++ Source or Header  |  1995-04-28  |  1KB  |  44 lines

  1. //++=======================================================================
  2. // Program Name:    Personal NetWare for Windows NT Performance Counters
  3. // File Name:        LSLSTATS.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    _LSL_STATS_INC_
  21. #define    _LSL_STATS_INC_
  22.  
  23. //
  24. // Defines for the automated installation of the performance counters
  25. // using Windows NT LODCTR program
  26. //
  27.  
  28. #define    LSL_STATS                                0
  29. #define    TOTAL_TX_PACKETS                        2
  30. #define    GET_ECB_REQUESTS                        4
  31. #define    GET_ECB_FAILURES                        6
  32. #define    AES_EVENTS_COUNT                        8
  33. #define    POSTPONED_EVENTS                        10
  34. #define    CANCEL_EVENT_FAILURES                12
  35. #define    VALID_BUFFERS_REUSED                    14
  36. #define    ENQUEUED_SEND_COUNT                    16
  37. #define    TOTAL_RX_PACKETS                        18
  38. #define    UNCLAIMED_PACKETS                        20
  39.  
  40. #endif    // _LSL_STATS_INC_
  41.  
  42. //=========================================================================
  43. //=========================================================================
  44.