|
|
Description:
|
artEntry OBJECT-TYPE
SYNTAX ArtEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A conceptual row in the artTable.
Each row corresponds to an application response time report for an individual {data source, application-protocol, client, server} quadruple.
Rows are created and deleted by the probe, and all objects are read-only to the NMS.
Rows are indexed (in effect) by data source, application protocol identifier, server address, and client address.
Note that only the client and server address index components correspond to objects in the table."
INDEX {
artControlIndex, -- identifies data source
protocolDirLocalIndex, -- identifies application protocol
artServerAddress, -- identifies server
artClientAddress -- identifies client
}
|
|
|
|