User Mode Commands : Displaying system data : show web-proxy stats domain
  
show web-proxy stats domain
Displays the traffic statistics of the specified domain.
Syntax
show web-proxy stats domain <domain-name> [start-time <start-time> end-time <end-time>]
or
show web-proxy stats domain <domain-name> [duration <time-interval>]
Parameters
<domain-name>
Domain name. The domain names can be hostnames (for example, hostname.com).
start-time <start-time>
Specifies the start time to return statistics for a specified time period.
Use UNIX Epoch time (the number of seconds that have elapsed since 00:00:00 UTC on 1st May, 1970). For example, 12:00:00 AM PST on 4/15/2018 is represented as 1523775600.
To derive the UNIX time, you can use the date -j -f “%b %d %Y %T” “Mon DD YYYY HH:MM:SS” “+%s” command. For example, date -j -f “%b %d %Y %T” “Jan 01 2000 12:10:00” “+%s” returns 946708800.
end-time <end-time>
Specifies the end time to return statistics for a specified time period.
Use UNIX Epoch time (the number of seconds that have elapsed since 00:00:00 UTC on 1st May, 1970). For example, 12:00:00 AM PST on 5/15/2018 is represented as 1526367600.
To derive the UNIX time, you can use the date -j -f “%b %d %Y %T” “Mon DD YYYY HH:MM:SS” “+%s” command. For example, date -j -f “%b %d %Y %T” “Jan 01 2000 12:10:00” “+%s” returns 946708800.
duration <time-interval>
Returns statistics for one of the following time intervals:
last-15-min - Returns traffic statistics for the last 15 minutes.
last-hour - Returns traffic statistics for the last hour.
last-day - Returns traffic statistics for the last 24 hours.
last-week - Returns traffic statistics for the last week.
last-year - Returns traffic statistics for the last year.
Usage
Web proxy must be enabled on the appliance before you run this command.
This command displays the total number of requests, hits, misses, hit-rate, bytes served from cache, and total bytes served by the domain in the specified time interval.
See the SteelCentral Controller for SteelHead User Guide for more information.
Example
amnesiac (config) # show web-proxy stats domain riverbed.com duration last-year
Domain Hits Misses Requests Hit Rate Cache Bytes Total Bytes
-------------------------------------------------------------------------------------------------
riverbed.com 0 164 164 0.0000 0 54568
Product
SteelHead CX
Related Commands
“web-proxy enable,” “show web-proxy stats order-by,” show web-proxy stats service