To get detailed information about an activity, use the following rhino-console command or related MBean operation.

Console command: getactivityinfo

Command

getactivityinfo [-v] <activity pkey>*
  Description
    Get activity information [-v = verbose]

Example

To display activity information for activity A.102:108976017309:355.1:

$ ./rhino-console getactivityinfo A.102:108976017309:355.1
pkey             : A.102:108976017309:355.1
activity         : SAH[switchID=1208487638,connectionID=11261,address=1]
creating-gen     : 74295
ending           : false
events-submitted : 4
flags            : 0x0
handle           : SAH[switchID=1208487638,connectionID=11261,address=1]
head-event       : null
last-event-time  : 20080418 15:39:16
node             : 102
ra-entity        : simple
replicated       : true
submission-time  : 20080418 15:38:45
submitting-node  : 102
update-time      : 20080418 15:39:47
event-queue      : no rows
generations      :
      [76343] ending        : true
      [76343] refcount      : 0
      [76343] removed       : true
      [76343] attached-sbbs : no rows
      [76343] timers        : no rows

This command returns a snapshot of the activity’s state at the time you execute it. Some values (such as fields pkey, activity, creating-gen, flags, handle, ra-entity, replicated, submission-time and submitting-node) are fixed for the lifetime of the activity. Others change as events on the activity are processed.

Tip See Activity Information Fields for a description of the fields getactivityinfo returns.

MBean operation: getActivityInfo

MBean

Rhino operation

public CompositeData getActivityInfo(String activityPKey, boolean showAllGenerations)
    throws ManagementException, InvalidPKeyException,
           UnknownActivityException;

This operation returns tabular data with detailed information on the given activity.

Note For a description of the format of the tabular data that this operation returns, see the javadoc.
Previous page Next page
Rhino Version 2.6.0