home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.morenci.k12.mi.us
/
ftp.morenci.k12.mi.us.tar
/
ftp.morenci.k12.mi.us
/
Clients
/
w2kxpv492
/
49sp2e.exe
/
English
/
WINNT
/
i386
/
redir
/
ODISTATS.H
< prev
next >
Wrap
C/C++ Source or Header
|
1997-11-03
|
2KB
|
54 lines
//++=======================================================================
// Program Name: Personal NetWare for Windows NT Performance Counters
// File Name: ODISTATS.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 _ODI_STATS_INC_
#define _ODI_STATS_INC_
//
// Defines for the automated installation of the performance counters
// using Windows NT LODCTR program
//
#define ODI_STATS 0
#define TOTAL_TX_PACKET_COUNT 2
#define TOTAL_RX_PACKET_COUNT 4
#define NO_ECB_AVAILABLE_COUNT 6
#define PACKET_TX_TOO_BIG_COUNT 8
#define PACKET_TX_TOO_SMALL_COUNT 10
#define PACKET_RX_OVERFLOW_COUNT 12
#define PACKET_RX_TOO_BIG_COUNT 14
#define PACKET_RX_TOO_SMALL_COUNT 16
#define TOTAL_TX_MISC_COUNT 18
#define TOTAL_RX_MISC_COUNT 20
#define RETRY_TX_COUNT 22
#define CHECKSUM_ERROR_COUNT 24
#define HARDWARE_RX_MISMATCH_COUNT 26
#define TOTAL_TX_OK_BYTE_COUNT 28
#define TOTAL_RX_OK_BYTE_COUNT 30
#define TOTAL_GROUP_ADDR_TX_COUNT 32
#define TOTAL_GROUP_ADDR_RX_COUNT 34
#define ADAPTER_RESET_COUNT 36
#define ADAPTER_OPR_TIME_STAMP 38
#define Q_DEPTH 40
#endif // _ODI_STATS_INC_
//=========================================================================
//=========================================================================