home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
pelne
/
optionp
/
setup3.cab
/
pak210-x86.exe
/
RCDATA
/
CABINET
/
cpscntrs.h
< prev
next >
Wrap
Text File
|
1997-05-22
|
958b
|
35 lines
// -*- c++ -*-
// cpscnts.H
//
// Copyright (C) 1996 Microsoft Corp.
// All rights reserved.
//
// counter definitions for the Data Source Service
//
// History:
// 04-10-96 alanpe created
// 02-20-97 leszekm modified for cpshost
//
// CPS Object
//
#define OBJECT_CPS 0
#define COUNTER_CPS_CURRENT_POSTS 2
#define COUNTER_CPS_MAX_POSTS 4
#define COUNTER_CPS_POSTS_IN 6
#define COUNTER_CPS_POSTS_IN_PER_SEC 8
#define COUNTER_CPS_POSTS_OUT 10
#define COUNTER_CPS_POSTS_OUT_PER_SEC 12
#define COUNTER_CPS_POSTS_FAIL 14
#define COUNTER_CPS_POSTS_FAIL_PER_SEC 16
#define COUNTER_CPS_UNRESOLVED 18
#define COUNTER_CPS_FILES_IN 20
#define COUNTER_CPS_FILES_IN_PER_SEC 22
#define COUNTER_CPS_BYTES_IN 24
#define COUNTER_CPS_BYTES_IN_PER_SEC 26
#define COUNTER_CPS_REPOSTS 28
#define COUNTER_CPS_REPOSTS_PER_SEC 30