home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 January
/
CHIPCD1_98.iso
/
software
/
testsoft
/
nds
/
i386
/
redir
/
rdrstats.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-08-20
|
2KB
|
53 lines
//++=======================================================================
// Program Name: Personal NetWare for Windows NT Performance Counters
// File Name: RDRSTATS.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 _RDR_STATS_INC_
#define _RDR_STATS_INC_
//
// Defines for the automated installation of the performance counters
// using Windows NT LODCTR program
//
#define RDR_STATS 0
#define IOCTLS 2
#define IO_ZONE_HITS 4
#define IO_ZONE_MISSES 6
#define MAX_CONCURRENT_CONNECTIONS 8
#define CURRENT_CONNECTIONS 10
#define TOTAL_SUCCESSFUL_RECONNECTS 12
#define TOTAL_FAILED_RECONNECTS 14
#define TOTAL_TRANSPORT_FAILURES 16
#define TOTAL_RETRIES 18
#define TOTAL_RETRY_EXHAUSTIONS 20
#define SERVER_BUSY_PACKETS 22
#define OPEN_FILES 24
#define TOTAL_BYTES_READ 26
#define TOTAL_BYTES_WRITTEN 28
#define TOTAL_BYTES_READ_OR_WRITTEN 30
#define TOTAL_IO_REQUESTS_COMPLETED 32
#define TOTAL_ASYNCHRONOUS_IO_REQUESTS 34
#define TOTAL_NCPS_COMPLETED 36
#endif // _RDR_STATS_INC_
//=========================================================================
//=========================================================================