A list of Performance metric properties for the PerfData interval collection class. More...
Public Member Functions | |
def | __init__ (self) |
ECP Data Server active client connections. More... | |
Static Public Member Functions | |
_.Library.Status | SetSummary (_.Library.String Function, _.Library.String Period) |
Configure the summary methods for this class for either the Hourly or Daily summaries. More... | |
Public Attributes | |
ECPBlockAdd | |
ECP App Server database blocks added to cache. More... | |
ECPBlockPurgeBuff | |
ECP App Server database blocks purged by buffer allocation. More... | |
ECPBlockPurgeSvr | |
ECP App Server database blocks purged as requested by a Data Server. More... | |
ECPByteRcvd | |
ECP App Server bytes received. More... | |
ECPByteSent | |
ECP App Server bytes sent. More... | |
ECPConn | |
GloASeize | |
Global resource "A" seize (acquired by spinning) More... | |
GloNSeize | |
Global resource "N" seize (spin failed) More... | |
GloRef | |
Global references (local databases) More... | |
GloRefRem | |
Global references (remote databases) More... | |
GloSeize | |
Global resource seize. More... | |
GloUpdate | |
Global updates (local SET and KILL) More... | |
GloUpdateRem | |
Global updates (remote SET and KILL) More... | |
JrnBlock | |
Journal Block Writes, journal blocks written to disk. More... | |
JrnEntry | |
Journal Entries, journal records created. More... | |
LogReads | |
Logical Database Reads (blocks in memory) More... | |
ObjASeize | |
Object resource "A" seize (acquired by spinning) More... | |
ObjDel | |
Object deleted. More... | |
ObjHit | |
Object references (found in process memory) More... | |
ObjLoad | |
Object loaded from disk (not in shared memory) More... | |
ObjMiss | |
Object references (not in process memory) More... | |
ObjNew | |
Object initialized. More... | |
ObjSeize | |
Object resource seize. More... | |
PhysReads | |
Physical Database Reads (blocks from disk) More... | |
PhysWrites | |
Physical Database Writes (blocks written to disk) More... | |
RtnASeize | |
Routine resource "A" seize (acquired by spinning) More... | |
RtnCallLocal | |
Routine calls (local) More... | |
RtnCallMiss | |
Routines calls not found in memory. More... | |
RtnCallRemote | |
Routine calls (remote) More... | |
RtnLoad | |
Routines loaded from disk (or saved to disk) locally. More... | |
RtnLoadRem | |
Routines loaded from disk (or saved to disk) remotely. More... | |
RtnSeize | |
Routine resource seize. More... | |
WIJWrites | |
WIJ physical block writes. More... | |
A list of Performance metric properties for the PerfData interval collection class.
These properties are all 'counter' types and the interval data is collected as deltas, which represent the change in the counter over the last interval. When this data is summarized into hourly and daily values, the data is normalized to per-second rates.
For details, see History Monitor.
def __init__ | ( | self | ) |
ECP Data Server active client connections.
** DEPRECATED ** This property is not a 'counter' like the rest of this class, and does not produce values suitable for per-second summaries. All values will now be zero.
|
static |
Configure the summary methods for this class for either the Hourly or Daily summaries.
This is a comma-delimited list of functions to use for the summary. The available functions are Average, Maximum (high-water mark), Minimum (lowest value), Standard Deviation, Median, and Total. These are abbreviated in the 'Function' argument as "Avg", "Max", "Min", StDev", Med", and "Tot". If nothing is specified, the default is "Avg,Max,StDev". You may also specify the string "None" for a summary period to disable that summary.
A null 'Function' argument will return the current summary setting in the 'Function' variable.
The 'Period' argument can be either "Hourly" or "Daily".
ECPBlockAdd |
ECP App Server database blocks added to cache.
ECPBlockPurgeBuff |
ECP App Server database blocks purged by buffer allocation.
ECPBlockPurgeSvr |
ECP App Server database blocks purged as requested by a Data Server.
ECPByteRcvd |
ECP App Server bytes received.
ECPByteSent |
ECP App Server bytes sent.
ECPConn |
GloASeize |
Global resource "A" seize (acquired by spinning)
GloNSeize |
Global resource "N" seize (spin failed)
GloRef |
Global references (local databases)
GloRefRem |
Global references (remote databases)
GloSeize |
Global resource seize.
GloUpdate |
Global updates (local SET and KILL)
GloUpdateRem |
Global updates (remote SET and KILL)
JrnBlock |
Journal Block Writes, journal blocks written to disk.
JrnEntry |
Journal Entries, journal records created.
LogReads |
Logical Database Reads (blocks in memory)
ObjASeize |
Object resource "A" seize (acquired by spinning)
ObjDel |
Object deleted.
ObjHit |
Object references (found in process memory)
ObjLoad |
Object loaded from disk (not in shared memory)
ObjMiss |
Object references (not in process memory)
ObjNew |
Object initialized.
ObjSeize |
Object resource seize.
PhysReads |
Physical Database Reads (blocks from disk)
PhysWrites |
Physical Database Writes (blocks written to disk)
RtnASeize |
Routine resource "A" seize (acquired by spinning)
RtnCallLocal |
Routine calls (local)
RtnCallMiss |
Routines calls not found in memory.
RtnCallRemote |
Routine calls (remote)
RtnLoad |
Routines loaded from disk (or saved to disk) locally.
RtnLoadRem |
Routines loaded from disk (or saved to disk) remotely.
RtnSeize |
Routine resource seize.
WIJWrites |
WIJ physical block writes.