System information
Manual:IP/Proxy
180
state (closing | connecting | converting | hotspot | idle | resolving | rx-header |
tx-body | tx-eof | tx-header | waiting)
Connection state:
• closing - the data transfer is finished, and the
connection is being finalized
• connecting - establishing toe connection
• converting - replacing header and footer fields in
response or request paket
• hotspot - check if hotspot authentication allows to
continue (for hotspot proxy)
• idle - staying idle
• resolving - resolving server's DNS name
• rx-header - receiving HTTP header
• tx-body - transmitting HTTP body to the client
• tx-eof - writing chunk-end (when converting to
chunked response)
• tx-header - transmitting HTTP header to the client
• waiting - waiting for transmission form a peer
tx-bytes (integer) The amount of bytes sent by the client
Cache Inserts
Sub-menu: /ip proxy inserts
This menu shows statistics on objects stored in cache (cache inserts).
Read only properties:
Property Description
denied (integer) Number of inserts denied by the caching list.
errors (integer) Number of disk or other system-related errors
no-memory (integer) Number of objects not stored because there was not enough memory
successes (integer) Number of successfull cache inserts.
too-large (integer) Number of objects too large to store
Cache Lookups
Sub-menu: /ip proxy lookup
This menu shows statistics on objects read from cache (cache lookups).
Read only properties:
Property Description
denied (integer) Number of requests denied by the access list.
expired (integer) Number of requests found in cache, but expired, and, thus, requested from an external server
no-expiration-info
(integer)
Conditional request received for a page that does not have the information to compare the request with
non-cacheable (integer) Number of requests requested from the external servers unconditionally (as their caching is denied by the cache
access list)
not-found (integer) Number of requests not found in the cache, and, thus, requested from an external server (or parent proxy if
configured accordingly)
successes (integer) Number of requests found in the cache.