The display web-manager command displays information about a web server and web UI administrators.
| Parameter | Description | Value |
|---|---|---|
| configuration | Displays web server configuration. | - |
| statistics | Displays web server statistics. | - |
| users | Displays online web UI administrator information. | - |
# Display the web server configuration.
<sysname> display web-manager configuration Httpd server is enable. Httpd security server is enable. HTTP port is 80. HTTPS port is 8443. rootdir is CFCARD:/web/. default file name is /default.html. Httpd ssl-renegotiation is enable
# Display web server statistics.
<sysname> display web-manager statistics HTTP Statistics: RecvAll :1559 RecvHttpMsg :509 RecvHttpAcceptMsg :13 RecvHttpReadMsg :327 RecvHttpWriteMsg :143 RecvHttpCloseMsg :13 RecvHttpPeerCloseMsg :13 RecvHttpErrMsg :0 RecvMsgErr :0 SndAll :0 SndHttpHeader :0 AcceptErr :0 RecvHttpErr :327 SndErr :5 MemAllocErr :0 CloseByCheckSockTimeout :0 HttpTooLarge :0
# Display online web UI administrator information.
<sysname> display web-manager users Username CurOnline ------------------------------------------------------- admin 2 ------------------------------------------------------- Total online web users: 2 Total SockNum: 0, SessionNum: 2 ------------------------------------------------------- ----------detail users info---------------------------- UserName Level UserIp LoginTime --------------------------------------------------------- admin 15 192.168.0.233 2011/07/26 10:41:28 admin 15 192.168.0.222 2011/07/26 10:39:19 ---------End------------------------------------------
Item |
Description |
|---|---|
Username |
Name of an administrator |
CurOnline |
Number of online users with the same account |
Total online web users |
Number of administrators that logged in to the web UI |
Level |
Administrator level |
UserIp |
IP address that an administrator uses to log in to the FW |
LoginTime |
Date and time when an administrator logged in to the FW |