dst-host ( wildcard ) - IP address or DNS name used to make connection the target server (this is
the string user wrote in his/her browser before specifying port and path to a particular web page)
dst-port ( port ) - a list or range of ports the packet is destined to
hits ( read-only: integer ) - the number of requests that were policed by this rule
local-port ( port ) - specifies the port of the web proxy via which the packet was received. This
value should match one of the ports web proxy is listening on.
method ( any | connect | delete | get | head | options | post | put | trace ) - HTTP method used in the
request (see HTTP Methods section in the end of this document)
path ( wildcard ) - name of the requested page within the target server (i.e. the name of a particular
web page or document without the name of the server it resides on)
src-address ( IP address | netmask ) - source address of the IP packet
Proxy Monitoring
Command name: /ip proxy monitor
Description
This command displays some stats of the proxy server
Property Description
cache-used ( read-only: integer ) - disk space used for the cache
hits ( read-only: integer ) - number of requests found in cache and served from there
hits-sent-to-clients ( read-only: integer ) - amount of data served from the cache
ram-cache-used ( read-only: integer ) - RAM space used to store the cache
received-from-servers ( read-only: integer ) - amount of data received from other servers
requests ( read-only: integer ) - number of requests handled
sent-to-clients ( read-only: integer ) - amount of data sent to the clients of this proxy server
status ( read-only: text ; default: stopped ) - display status information of the proxy server
• stopped - proxy is disabled and is not running
• rebuilding-cache - proxy is enabled and running, existing cache is being verified
• running - proxy is enabled and running
• stopping - proxy is shutting down (max 10s)
• clearing-cache - proxy is stopped, cache files are being removed
• creating-cache - proxy is stopped, cache directory structure is being created
• dns-missing - proxy is enabled, but not running because of unknown DNS server (you should
specify it under /ip dns)
• invalid-address - proxy is enabled, but not running because of invalid address (you should
change address or port)
• invalid-cache-administrator - proxy is enabled, but not running because of invalid
cache-administrator's e-mail address
• invalid-hostname - proxy is enabled, but not running because of invalid hostname (you should
Page 535 of 695
Copyright 1999-2007, MikroTik. All rights reserved. Mikrotik, RouterOS and RouterBOARD are trademarks of Mikrotikls SIA.
Other trademarks and registred trademarks mentioned herein are properties of their respective owners.