Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 2 Managing TIBCO Rendezvous Tasks : Monitoring Rendezvous Services

Monitoring Rendezvous Services
You can use several show commands to monitor and validate Rendezvous service configurations and status on TIBCO Messaging Appliance P-7500 systems:
show client
To view the current Rendezvous client information on the P-7500 system, enter the show client User EXEC command:
show client [ip-and-port] [service service-id] [stats [congestion | queues] | subscriptions | connections [wide]] [primary | backup]
where:
is the IP address and port or IP address and network mask of the client in Classless Inter-Domain Routing (CIDR) form: n.n.n.n:x or n.n.n.n/y (n is 0-255, x is 1-65535, y is 0-32). Entering the wildcard character * in place of the IP address specifies all clients.
filters the command output to display system information only for clients associated with the specified service-id.
is the port number or name identifying the service. Entering the wildcard character * in place of a specific client service name specifies all client services.
asks to show the client TCP connection information in a widescreen computer display format (300+ character width).
Example:
tibco> show client 192.168.1.219:35582 stats
Service: 7500
Original Service: 7500
Network: ;225.0.0.1
Client Address: 192.168.1.219:35582
User: user1
Description: sys_overnightS0001
URL:
Uptime: 0d 0h 4m 3s
Identifier: C0A8A497.4E4C48C53EF681510F8
Version: 8.1.1
Type: Primary
No Echo: Disabled
Hidden Client: No
Profile: default
Client Id: 0
Subscriptions: 6
Pid: 20044
 
Received Sent
-------------------- --------------------
Rv Control Messages 0 0
Rv Data Messages 0 242652
Rv Total Messages 0 242652
 
Rv Control Bytes 0 0
Rv Data Bytes 0 45618576
Rv Total Bytes 0 45618576
 
Ingress (msg/sec) Egress (msg/sec)
-------------------- --------------------
Current Rate (1 sec sample) 0 1000
Avg. Rate (60 sec interval) 0 1000
 
*************************** Ingress Discards ***************************
No Subscription Match 0
Subject Parse Error 0
Internal Error 0
RV Header Parse Error 0
 
*************************** Egress Discards ****************************
Transmit Congestion - Slow Consumer 0
 
show client-profile
To view the current Rendezvous client profile information on the P-7500 system, enter the show client-profile User EXEC command:
tibco> show client-profile name
where name is the name of the client profile configured on the system.
Note: Currently, only one profile named default is supported and it is assigned automatically to each client. The default profile cannot be deleted from the P-7500 system.
Example:
tibco> show client-profile default
Profile Name : default
Queue Max Depths
Egress : 100000 work units
Queue Min Burst
Egress : 4 work units
Note: A work unit represents 2048 bytes of a message.
show rv config
To view the Rendezvous configuration information on the P-7500 system, enter the show rv config User EXEC command:
tibco> show rv config
 
Enabled
Disabled


RV Listen Port
RV-Gateway Status
Primary
---------------------
7500
Up
Backup
---------------------
7500
Up
show rv network-mapping
To view the Rendezvous network mapping configuration on the P-7500 system, enter the show rv network-mapping User EXEC command:
tibco> show rv network-mapping
Example:
tibco> show rv network-mapping
Original network Mapped network
---------------------- ------------------------
;225.9.9.9    ;225.10.10.10
;239.1.1.1    ;239.1.1.2
show rv service
To view the Rendezvous service information on the P-7500 system, enter the show rv service User EXEC command:
tibco> show rv service service [stats | subscriptions] [primary | backup]
where:
is the port number or name identifying the Rendezvous service. Entering the wildcard character * in place of a specific Rendezvous service name specifies all Rendezvous services.
asks to show Rendezvous service information only for clients associated with the primary virtual system.
asks to show Rendezvous service information only for clients associated with the backup virtual system.
Example:
tibco> show rv service 9999
Primary Virtual Router (10.10.2.78):
   Service:    9999
   Uptime:   0d 0h 2m 34s
   Clients:    1000
   Subscriptions: 1003
 
Network Clients
----------------------------------      -------
;224.3.4.5 1000
 
Backup Virtual Router (N/A):
show rv service-mapping
To view the Rendezvous service mapping configuration on the P-7500 system, enter the show rv service-mapping User EXEC command:
tibco> show rv service-mapping
Example:
tibco(config-rv)# show rv service-mapping
Original service  Mapped service
---------------------- ------------------------
equities             7800
show stats client
To view aggregate Rendezvous client statistics information for all clients on the P-7500 system, enter the show stats client User EXEC command:
tibco> show stats client
 
                                  Received                    Sent
                       -------------------- --------------------
RV Control Messages                      5 1
RV Data Messages                        125 79321
RV Total Messages                       130 79322
 
RV Control Bytes                       8323 480
RV Data Bytes                         12540 807239
RV Total Bytes                        20863 807719
 
                          Ingress (msg/sec) Egress (msg/sec)
                       -------------------- --------------------
Current Rate (1 sec sample)               0 0
Avg. Rate (60 sec interval)               0 100
 
 
******************** Ingress Discards ***************************
No Subscription Match                                        0
Subject Parse Error                                          0
Internal Error                                               N/A
RV Header Parse Error                                       0
 
********************* Egress Discards ***************************
Transmit Congestion - Slow Consumer                          5
To clear the statistics for one or more clients on the P-7500 system, run the clear client stats command from the Privileged EXEC level:
tibco> enable
tibco# clear client ip-and-port [serviceservice] [primary|backup] stats
where:
is the IP address and port in the form n.n.n.n:x to clear one client, or IP address and mask combination in the form n.n.n.n/y to clear several clients matching the criteria. Entering the wildcard character * in place of the IP address and port or mask specifies clear the statistics for all clients.
service service
is the port number or name identifying a Rendezvous subscription service. Omit this parameter to clear client statistics regardless of service.
show subscriptions
To view Rendezvous client subscription information on the P-7500 system, enter the show subscriptions User EXEC command:
tibco> show subscriptions [service service] [{subject subject} | {subject-starts subject-starts} | following-seq-num sequence-num summary] [count number][primary | backup]
where:
service service
filters the command output to display subscriptions associated only with the service port number or name specified by service. Entering the wildcard character * in place of a specific Rendezvous client subscription service name specifies all Rendezvous subscription services.
subject subject
asks to show Rendezvous client subscription subject information where subject is the subscription subject in the form a.b.c
subject-starts subject-starts
asks to show all Rendezvous client subscription subjects that start with the string specified in subject-starts.
following-seq-num sequence-num
asks to show subscriptions starting from the sequence number specified by sequence-num. Can be used in combination with count to iterate over a large number of subscriptions.
If you set sequence-num to -1, all subscriptions are displayed. -1 is the default.
asks to show the number of Rendezvous client subscriptions for each client.
count number
If you set number to -1, all subscriptions are displayed. -1 is the default.
If either count or following-seq-num are specified, subscriptions are listed in sequence number order and the sequence numbers are displayed. Otherwise the sequence numbers are not displayed and subscriptions are listed in service/IP address order.
To clear the service-level statistics for one or more Rendezvous subscription services on the P-7500 system, run the clear rv service stats command from the Privileged EXEC level:
tibco> enable
tibco# clear rv service service stats [primary|backup]
where:
service service
is the port number or name identifying the Rendezvous subscription service. Entering the wildcard character * in place of the port number or name asks to clear the service-level statistics for all Rendezvous subscription services.
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved