home *** CD-ROM | disk | FTP | other *** search
- //++=======================================================================
- // Program Name: Personal NetWare for Windows NT Performance Counters
- // File Name: LSLSTATS.H
- // Version: v1.00
- // Author:
- // Abstract: This module contains the defines for the NetWare
- // Performance Counters.
- // Notes:
- // Revision History:
- //
- //
- // (C) Unpublished Copyright of Novell, Inc. All Rights Reserved.
- //
- // No part of this file may be duplicated, revised, translated, localized,
- // or modified in any manner or compiled, linked or uploaded or downloaded
- // to or from any computer system without the prior written consent of
- // Novell, Inc.
- //=======================================================================--
-
- #ifndef _LSL_STATS_INC_
- #define _LSL_STATS_INC_
-
- //
- // Defines for the automated installation of the performance counters
- // using Windows NT LODCTR program
- //
-
- #define LSL_STATS 0
- #define TOTAL_TX_PACKETS 2
- #define GET_ECB_REQUESTS 4
- #define GET_ECB_FAILURES 6
- #define AES_EVENTS_COUNT 8
- #define POSTPONED_EVENTS 10
- #define CANCEL_EVENT_FAILURES 12
- #define VALID_BUFFERS_REUSED 14
- #define ENQUEUED_SEND_COUNT 16
- #define TOTAL_RX_PACKETS 18
- #define UNCLAIMED_PACKETS 20
-
- #endif // _LSL_STATS_INC_
-
- //=========================================================================
- //=========================================================================
-