/** BEGIN COPYRIGHT BLOCK * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission. * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ /* * nsctrdef.h * * Defines offsets of netscape server performance monitor counters. */ #define NS_OBJ 0 #define CONN_RATE 2 #define THROUGHPUT 4 #define TOTAL_BYTES_WRITTEN 6 #define TOTAL_BYTES_READ 8 #define OP_RATE 10 #define TOTAL_ERRORS 12 #define SEARCH_RATE 14 #define ADD_RATE 16 #define DELETE_RATE 18 #define MODIFY_RATE 20 #define COMPARE_RATE 22 #define MODDN_RATE 24 #define CONNECTIONS 26 #define BIND_RATE 28 #define ENTRIES_RETURNED 30 #define ENTRIES_RETURNED_RATE 32 #define REFERRALS_RETURNED 34 #define REFERRALS_RETURNED_RATE 36 #define BYTES_READ_RATE 38 #define BYTES_WRITTEN_RATE 40