mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
424 B
11 lines
424 B
#define CIISAPIOBJECT 0
|
|
#define NUM_CACHE_ITEMS 2
|
|
#define NUM_CACHE_HITS 4
|
|
#define NUM_CACHE_HITS_AND_MISSES_1 6
|
|
#define NUM_CACHE_MISSES 8
|
|
#define NUM_CACHE_HITS_AND_MISSES_2 10
|
|
#define NUM_RUNNING_QUERIES 12
|
|
#define NUM_TOTAL_QUERIES 14
|
|
#define NUM_QUERIES_PER_MINUTE 16
|
|
#define NUM_REQUESTS_QUEUED 18
|
|
#define NUM_REQUESTS_REJECTED 20
|