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>* Get activity information [-v = verbose] |
||
---|---|---|---|
Example |
To display activity information for activity $ ./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
|
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.
|