Parameter: reportlbstatus

Parameter

reportlbstatus

Description

This parameter displays information about available ports and threads in horizontal and vertical scaling servlet implementations. You can capture the output of this report in a text file using standard output (stdout) parameters appropriate to your operating system.

The following example shows connection statistics for a vertical scaling servlet implementation on one host.

Note  

  • This example report has been reformatted for print display.
  • The output in this example has been truncated (this is not the full output from the command).
Load Balancer Status:Sat Jun 23 09:58:52 PDT 2012
HP Service Manager LoadBalancer Running on Host:myhost.myserver.com Port:34567
List of Hosts:

HostName: myhost.myserver.com
-------------------------------------------------------------------Server Instances
 ProcessID     ClusterAddress     HttpPort  HttpsPort  Sessions  DbgMode  QMode  LB  
    7872     15.178.177.72:33285    34568       0       (3/50)      N       N     N   
    7881     15.178.177.72:33283    34569       0       (1/50)      N       N     N      
    7837     15.178.177.72:33278    34567       0       (0/50)      N       N     Y       


---------------------------------------------------
State         LowMem     JAVA_USED/MAX/PERCENT 
WR[6d22h39m]  N       (4404408/238616576/1.8458097)
QR[9m]        N       (2983152/238616576/1.2501864)
RUN           N       (2601080/238616576/1.0900668)

------------------------------------------------------------Non Server Instances---
 ProcessID     ClusterAddress         State      LowMem     JAVA_USED/MAX/PERCENT    
    8510     15.178.177.72:33329       RUN          N         (0/89522176/0.0)         
    7931     15.178.177.72:33299       RUN          N   (1502256/59703296/2.5162027)    
    7880     15.178.177.72:33280       RST          N   (1539248/59703296/2.5781624)    
    7930     15.178.177.72:33291       SHT          N   (1514024/59703296/2.5359137)   
---------------------------------------
Command Line parameters
-reportlbstatus 
-sync -log:../logs/sm.sync.log 
system.start -log:../logs/sm.start.log
-que:ir -log:../logs/sm.que.log
      

The State column lists one of the following values:

State Description
RUN The process is currently running.
WR[<time>] The process is in restart waiting interval. The value in brackets is the remaining waiting interval expressed in d days, h hours, and m minutes.
QR[<time>] The process is in quiesce mode prior to restarting. The value in brackets is the time remaining until the process restarts expressed in d days, h hours, and m minutes.
RST The process is currently restarting.
SHT The process is currently shutting down.

The report output will appear in the log directory with a file name of sm.log_datetime.log, where datetime is in the format mmddyyhhmmss and represent the time at which the command was submitted.

Valid if set from

Server's operating system command prompt

Requires restart of the Service Manager server?

Yes

Default value

None

Possible values

The number of seconds in which the report should execute again

Example usage

Command line: sm -reportlbstatus status.txt

Related topics

Servlet implementation
System parameters

Related topics

Enter a parameter in the sm.ini file

Related topics

Connection parameters
Servlet parameters