This chapter describes the menus of WebAdmin and how to use them.
In [System Settings], you can check the current WebtoB configuration and connected client information. This is similar to using the wsadmin config command. For more information about the command, refer to WebtoB. "6.1.1.2. config (cfg)".
Click [Node] from the navigation pane to display the list of nodes.
Click a node name to display more information about the node. For information about each item, refer to WebtoB. "3.3. NODE Section".
You can view information about each system component. For information about individual settings, refer to WebtoB. "Chapter 3. Environment Configuration".
Some settings can be changed dynamically. Settings that can be changed dynamically do not require restart of WebtoB. Dynamic configuration changes have the same effect as using the wsadmin set command. For more information about using this command, refer to WebtoB. "6.1.5.1. set".
Click [Dynamic Configuration] at the top left to open the following window:
To change an item, enter a value and then click [OK] to apply the changes.
In [Environment Configuration], you can view, add, or modify each item in the current WebtoB configuration file.
Click [VHost] from the navigation pane to display the list of vhosts.
Click a vhost name to view its current settings in the environment file. For more information about each items, refer to WebtoB. "Chapter 3. Environment Configuration". You can manage all vhost settings in the configuration file.
The following describes how to add an environment file.
Under System Components, select a component to add to the environment file.
Click [New] at the top left of the page.
Enter all required fields, and then click [Add].
After adding the configuration, click [Save].
Click [Compile] to apply the changes.
The following describes how to modify an environment file.
Under System Components, select a component to modify in the environment file. Modify the desired items, and then click [Save].
To compare the changed file with the original file, click [Diff] on the right to display the following page.
Click [Revert] to revert back to the original configuration.
When you are finished with making changes, click [Save].
Click [Compile] to save the changes.
In [Monitoring], you can check the current number of requests processed by WebtoB, as well as the status of individual servers.
Click a menu from the navigation pane. To automatically refresh the monitoring data at a set interval, click [Monitoring] at the top right and then enter a refresh interval in the page displayed.
Click [Node] from the navigation pane to view node statistics.
The following describes some items on this page.
Item | Description |
---|---|
shmkey | SHMKEY value of the NODE section. |
shmsize | Actual shared memory size. |
Under Monitoring, click [HTH Stats] to view HTH statistics. You can also view this information by using the wsadmin stat -h command. For more information, refer to WebtoB. "6.1.2.3. stat (st)".
Click [Thread] from the navigation pane to view thread statistics. You can also view this information by using the wsadmin stat -t command. For more information, refer to WebtoB. "6.1.2.3. stat (st)".
Item | Description |
---|---|
hth | HTH number. |
threadid | Thread name. |
status | Current status. One of:
|
elapsed | Amount of time passed since the start or end of a task. |
atasks | Total number of tasks. |
ptasks | Number of tasks processed up to now. |
qtasks | Number of tasks currently in the queue. |
Click [Thread Summary] from the navigation pane to view tread statistics. You can also view this information by using the wsadmin stat -T command. For more information, refer to WebtoB. "6.1.2.3. stat (st)".
Item | Description |
---|---|
hth | HTH number. |
threadtype | Type of thread. |
status | Current status. One of:
|
threads | Number of threads of the threadtype. |
atasks | Total number of tasks. |
ptasks | Number of tasks processed up to now. |
qtasks | Number of currently queued requests. |
Click [Server] from the navigation pane to view server statistics. You can also view this information by using the wsadmin svrinfo command. For more information, refer to WebtoB. "6.1.2.2. svrinfo (si)".
Item | Description |
---|---|
hth | HTH number. |
svrname | Server name set in the environment configuration. |
svri | Server index number. |
status | Server status.
|
reqs | Number of requests sent to the server. |
count | Number of requests processed. |
cqcnt | Number of currently queued requests. |
aqcnt | Number of cumulative queued requests. |
qpcnt | Number of requests removed from queue due to a timeout or qp command. |
emcnt | Number of queued requests that exceeds MaxQCount. |
rscnt | Number of restarts caused by abnormal termination of the server. |
rbcnt | Number of reboots via rbs command. |
Click [JSV Server] from the navigation pane to view JSV server statistics. You can also view this information by using the wsadmin stat -j command.
For more information, refer to WebtoB. "6.1.2.3. stat (st)".
Item | Description |
---|---|
hth | HTH number. |
svrname | Server name set in the environment configuration. |
jengineno | Engine number specified in JEUS. |
cons | Number of JEUS connections. |
reqs | Number of requests sent to the server. |
count | Number of requests processed. |
avg | Average processing time. |
jengineid | Name of JEUS Servlet engine connected to WebtoB. |
Click [Process] from the navigation pane to view process statistics. You can also view this information by using the wsadmin stat -p command. For more information, refer to WebtoB. "6.1.2.3. stat (st)".
Item | Description |
---|---|
hth | HTH number. |
svrname | Server name set in the SERVER section. |
svgname | Server group name of the SVRGROUP section. |
sprno | Process number set in WebtoB. |
pid | Process ID. For JVS servers, this is the ID received from the worker thread for each connection. |
status | Process status.
|
reqs | Number of requests sent to the process. |
count | Number of requests processed by the process. |
avg | Average processing time. (Unit: second) |
rt | Time consumed by the currently processed request. |
clid | Client ID of the current request. |
svc | Service name of EXT or URI of the current request. |
v | WJP (WebtoB-JEUS Protocol) version information for a JEUS connection. Internal server processes are indicated with a '0'. |
contime | Time elapsed since the process was connected to HTH (duration connected to HTH). |
Click [Service] from the navigation pane to view service statistics. You can also view this information by using the wsadmin stat -s command.
For more information, refer to WebtoB. "6.1.2.3. stat (st)".
Item | Description |
---|---|
hth | HTH number. |
svrname | Server name set in the SERVER section. |
count | Number of requests processed by WebtoB for this service. |
avg | Number of requests processed by the server. |
cqcnt | Number of currently queued requests. |
aqcnt | Number of cumulative queued requests. |
qavg | Average queued time. |
status | Current status.
|
Click [Reverse Proxy Group] from the navigation pane to view reverse proxy group statistics. You can also view this information by using the wsadmin stat -rpg command.
For more information, refer to WebtoB. "6.1.2.3. stat (st)".
Item | Description |
---|---|
hth | HTH number. |
rpgi | Reverse proxy group number. |
rpgname | Reverse proxy group name. |
rproxyname | Reverse proxy name. |
count | Number of requests processed. |
qcnt | Number of requests queued for the proxy group. |
avg | Average processing time. (Unit: second) |
cons | Number of WAS connections. |
remoteaddress | Client IP and port. |
The following page is displayed when selecting [Reverse Proxy] under Monitoring. You can al so view this information by using the wsadmin stat -rp command. For more information, refer to WebtoB. "6.1.2.3. stat (st)".
Item | Description |
---|---|
hth | HTH number. |
rproxyname | Reverse proxy name. |
rpgname | Reverse proxy group. |
status | Connection status.
|
count | Number of requests processed. |
idle | Idle time. (Unit: second) |
spri | Connection index number. |
clid | Client ID of the current request. |
ssl | Whether or not SSL is in use. |
websocket | Whether or not web socket is in use. |
Click [Handler (Client)] from the navigation pane to view client handler statistics. You can also view this information by using the wsadmin cliinfo command. For more information, refer to WebtoB. "6.1.2.1. cliinfo (ci)".
Item | Description |
---|---|
hth | HTH number. |
status | Client status.
|
count | Number of requests sent by the client. |
idle | Idle time. (Unit: second) |
localaddress | WebtoB server address. |
remoteaddress | Address of the connected client. |
spri | Server process processing a request (-1 means that a process has not been allocated yet). |
user | User name of the request. |
ssl | Whether or not the client is connected via SSL. |
Click [Handler Summary] from the navigation pane to view client handler statistics of client requests by processing state. You can also view this information by using the wsadmin cliinfo -S command.
For more information, refer to WebtoB. "6.1.2.1. cliinfo (ci)".
Item | Description |
---|---|
hth | HTH number. |
rdy | Number of incoming client requests. |
qed | Number of currently queued requests because all target servers are currently busy processing requests. |
run | Number of client requests being processed. |
etc | Number of client requests in a state other than ready, run, and queued states. |
total | Total number of incoming or already received client requests. |