| .\" Licensed to the Apache Software Foundation (ASF) under one .\" |
| .\" or more contributor license agreements. See the NOTICE file .\" |
| .\" distributed with this work for additional information .\" |
| .\" regarding copyright ownership. The ASF licenses this file .\" |
| .\" to you under the Apache License, Version 2.0 (the .\" |
| .\" "License"); you may not use this file except in compliance .\" |
| .\" with the License. You may obtain a copy of the License at .\" |
| .\" .\" |
| .\" http://www.apache.org/licenses/LICENSE-2.0 .\" |
| .\" .\" |
| .\" Unless required by applicable law or agreed to in writing, software .\" |
| .\" distributed under the License is distributed on an "AS IS" BASIS, .\" |
| .\" WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. .\" |
| .\" See the License for the specific language governing permissions and .\" |
| .\" limitations under the License. .\" |
| .TH "show:http-stats" |
| .SH NAME |
| show:http-stats \- This command displays HTTP protocol statistics. |
| .SH SYNOPSIS |
| show:http-stats |
| .SH DESCRIPTION |
| The show:http-stats command displays HTTP protocol statistics, including |
| document and header size and connections values. The show:http-stats command |
| takes no options. |
| .SH EXAMPLE |
| .PP |
| When you execute the show:http-stats command, you see results in the following format: |
| .PP |
| .nf |
| traffic_shell> show:http-stats |
| --Client-- |
| Total Document Bytes ----- 0 MB |
| Total Header Bytes ------- 0 MB |
| Total Connections -------- 0 |
| Transactins In Progress -- 0 |
| --Server-- |
| Total Document Bytes ----- 0 MB |
| Total Header Bytes ------- 0 MB |
| Total Connections -------- 0 |
| Transactins In Progress -- 0 |
| traffic_shell> |
| .SH "SEE ALSO" |
| show:cache, show:http-trans-stats, config:http |