CISCO-APPLICATION-ACCELERATION-MIB
AI MIB Summary
The CISCO-APPLICATION-ACCELERATION-MIB monitors the operational status and performance statistics of Cisco condenser software accelerators deployed within Content Switching Modules or appliances to optimize HTTP/HTTPS traffic. It tracks specific acceleration metrics including delta updates, FlashForward object validation states, and transformation statistics to quantify bandwidth reduction and response time improvements for HTML and XML-based web applications.
This is a MIB for managing Application Acceleration System(s). This MIB includes instrumentation for providing the performance statistics and status of the condenser which is the core of the Application Acceleration System. A condenser is a software accelerator that applies several optimization techniques to accelerate Web application access. The condenser application accelerates and optimizes any HTML or XML-based application over HTTP resulting in response time improvements and decrease in bandwidth requirements. This application shall reside in a content switching module or appliance.
Acronyms and terminology:
HTTP
In this MIB it refers to both secure ('HTTPS') as well as non-secure ('HTTP') web traffic.
IMS
If-Modified-Since is an HTTP request type. The If-Modified-Since request-header field is used with a method to make it
conditional: if the requested variant has not
been modified since the time specified in this field, an entity will not be returned from the server; instead, a '304' ('not modified') response will be returned without any message-body.
Delta
It is the ability of condenser to dynamically update client browser caches directly with content differences, or deltas, resulting in faster page downloads.
FlashForward
FlashForward is a object acceleration technology that eliminates network delays associated with embedded cacheable web objects such as images, style sheets, JavaScript files, etc. FlashForward object acceleration places the responsibility for validating object freshness on the condenser, rather than on the client, making it more efficient. With FlashForward, the client never needs to validate the freshness of browser-cached objects with the origin server, thus significantly accelerating page downloads, and reducing both upstream and downstream traffic associated with object validation requests.
Transformation
It is the change applied on the incoming web traffic, as part of specific optimization method like delta or flashforward, to achieve web traffic acceleration.
Objects
All the non-textual embedded components of a web page are referred to as Objects in this MIB.
Condensable
It refers to all objects that can be subjected to optimization by condenser.
Non-Condensable
It refers to all objects that cannot be subjected to optimization by condenser.
REFERENCE
[1] Hypertext Transfer Protocol Section 14.25 If-Modified-Since.
Main OID:
ciscoApplicationAccelerationMIB.1.3.6.1.4.1.9.9.594
33
Objects
Active
Status
5
Dependencies
Imported Objects
Objects
33 total| Object Name |
|---|
ciscoApplicationAccelerationMIBThis is a MIB for managing Application Acceleration System(s).
This MIB includes instrumentation for providing the
performance statistics and status of the condenser which is
the core of the Application Acceleration System.
A condenser is a software accelerator that applies several
optimization techniques to accelerate Web application access.
The condenser application accelerates and optimizes any HTML or
XML-based application over HTTP resulting in response
time improvements and decrease in bandwidth requirements.
This application shall reside in a content switching module or
appliance.
Acronyms and terminology:
HTTP
In this MIB it refers to both secure ('HTTPS') as
well as non-secure ('HTTP') web traffic.
IMS
If-Modified-Since is an HTTP request type.
The If-Modified-Since request-header field
is used with a method to make it
conditional: if the requested variant has not
been modified since the time specified in this field,
an entity will not be returned from the server; instead,
a '304' ('not modified') response will be returned without
any message-body.
Delta
It is the ability of condenser to dynamically
update client browser caches directly
with content differences, or deltas,
resulting in faster page downloads.
FlashForward
FlashForward is a object acceleration technology that
eliminates network delays associated with embedded cacheable
web objects such as images, style sheets, JavaScript files, etc.
FlashForward object acceleration places the responsibility for
validating object freshness on the condenser, rather than on
the client, making it more efficient. With FlashForward, the
client never needs to validate the freshness of browser-cached
objects with the origin server, thus significantly accelerating
page downloads, and reducing both upstream and downstream
traffic associated with object validation requests.
Transformation
It is the change applied on the incoming
web traffic, as part of specific
optimization method like delta or
flashforward, to achieve web traffic
acceleration.
Objects
All the non-textual embedded components of a web
page are referred to as Objects in this MIB.
Condensable
It refers to all objects that can be subjected
to optimization by condenser.
Non-Condensable
It refers to all objects that cannot be
subjected to optimization by condenser.
REFERENCE
[1] Hypertext Transfer Protocol
Section 14.25 If-Modified-Since. MODULE-IDENTITY .1.3.6.1.4.1.9.9.594 |
caaMIBNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.594.0 |
caaStateChangeThis object represents the notification to be generated
when a condenser undergoes a state change. caaState represents
the new state of the condenser. NOTIFICATION-TYPE .1.3.6.1.4.1.9.9.594.0.1 |
caaMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.594.1 |
caaStats OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.594.1.1 |
caaStatTableThis table provides the information about the
performance related statistics and the status
of the condenser on this system. An entry is added
to this system automatically by the agent when
the system boots up. SEQUENCE OF CaaStatEntry .1.3.6.1.4.1.9.9.594.1.1.1 |
caaStatEntryAn entry in caaStatTable and corresponds to the performance
statistics and status of a condenser on the system. CaaStatEntry .1.3.6.1.4.1.9.9.594.1.1.1.1 |
caaPortThis object represents the port on which the condenser
listens. InetPortNumber (1..65535 ) .1.3.6.1.4.1.9.9.594.1.1.1.1.1 |
caaStateThis object represents the current state of
the condenser.ro CaaState .1.3.6.1.4.1.9.9.594.1.1.1.1.2 |
caaRequestsThis object represents the total number of end-user
HTTP requests the condenser has received.ro Counter32 UNITS "requests" .1.3.6.1.4.1.9.9.594.1.1.1.1.3 |
caaNoncondensableRequestsThis object represents the total number of end-user
HTTP requests the condenser has received, that cannot
be optimized.ro Counter32 UNITS "requests" .1.3.6.1.4.1.9.9.594.1.1.1.1.4 |
caaRequestedObjectSizeThis object represents the accumulated size (in bytes)
of each end-user requested object.ro Counter32 UNITS "bytes" .1.3.6.1.4.1.9.9.594.1.1.1.1.5 |
caaFinalResponseSizeThis object represents the accumulated size (in bytes)
of each responses, both for condensable and non-condensable
end-user HTTP request.ro Counter32 UNITS "bytes" .1.3.6.1.4.1.9.9.594.1.1.1.1.6 |
caaLastRestartedTimeThis object represents the time when the
condenser was last started.ro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.9.9.594.1.1.1.1.7 |
caaTransformedThis object represents the total number of successful
transformations for FlashForward Objects.ro Counter32 UNITS "transformations" .1.3.6.1.4.1.9.9.594.1.1.1.1.8 |
caaUntransformedThis object represents the total number of unsuccessful
transformations for FlashForward Objects.ro Counter32 UNITS "transformations" .1.3.6.1.4.1.9.9.594.1.1.1.1.9 |
caaTransformedObjectRequestsThis object represents the total number of HTTP
requests (excluding the IMS requests) for the transformed
FlashForward objects.ro Counter32 UNITS "requests" .1.3.6.1.4.1.9.9.594.1.1.1.1.10 |
caaTransformedObjectIMSRequestsThis object represents the total number of IMS requests
for those transformed FlashForward objects.ro Counter32 UNITS "requests" .1.3.6.1.4.1.9.9.594.1.1.1.1.11 |
caaStaticObjectHitsThis object represents the total number of cacheable objects
served from the cache, excluding the '304'
('not modified') replies.ro Counter32 UNITS "cache-hits" .1.3.6.1.4.1.9.9.594.1.1.1.1.12 |
caaStaticObjectHitSizeThis object represents the accumulated size (in bytes)
of the cacheable objects served from the cache,
excluding '304' ('not modified') replies.ro Counter32 UNITS "bytes" .1.3.6.1.4.1.9.9.594.1.1.1.1.13 |
caaStaticObjectMissesThis object represents the total number of cacheable
objects not found in the cache.ro Counter32 UNITS "cache-misses" .1.3.6.1.4.1.9.9.594.1.1.1.1.14 |
caaStaticObjectMissSizeThis object represents the accumulated size (in bytes)
of the cacheable objects not found in the cache.ro Counter32 UNITS "bytes" .1.3.6.1.4.1.9.9.594.1.1.1.1.15 |
caaRefreshHitsThis object represents the total number of requests for
stale objects that have the responses from the origin
server as 'not modified'.ro Counter32 UNITS "requests" .1.3.6.1.4.1.9.9.594.1.1.1.1.16 |
caaIMSHitsThis object represents the total number of IMS requests
for valid copies of objects in the cache.ro Counter32 UNITS "requests" .1.3.6.1.4.1.9.9.594.1.1.1.1.17 |
caaIMSMissesThis object represents the total number of IMS requests
for objects that either do not exist or are stale in
the cache.ro Counter32 UNITS "requests" .1.3.6.1.4.1.9.9.594.1.1.1.1.18 |
caaDirectRequestsThis object represents the total number of
non-cacheable object requests.ro Counter32 UNITS "requests" .1.3.6.1.4.1.9.9.594.1.1.1.1.19 |
caaRequestSizeThis object represents the accumulated size (in bytes)
of each requests, both for condensable and non-condensable.ro Counter32 UNITS "bytes" .1.3.6.1.4.1.9.9.594.1.1.1.1.20 |
caaDeltaAbandonsThis object represents the total number of abandons of
delta optimization requests.ro Counter32 UNITS "requests" .1.3.6.1.4.1.9.9.594.1.1.1.1.21 |
caaNotificationObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.594.1.2 |
caaStateChangeNotifEnabledThis object represents the status of generation of the
caaStateChange notification in response to a change in
the state of condenser. A value of 'true' indicates
that the notification generation is enabled and the
caaStateChange notification is to be generated when the
state changes. A value of 'false' indicates that the
notification generation is disabled.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.9.9.594.1.2.1 |
caaMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.594.2 |
caaMIBCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.594.2.1 |
caaMIBGroups OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.594.2.2 |