To get detailed information about an activity, use the following rhino-console command or related MBean operation.
Console command: getactivityinfo
Command |
getactivityinfo [-non-resident] [-v] <activity pkey>* Description Get activity information [-v = verbose]. Use -non-resident to get activity information on activities not currently owned by any cluster node. |
||
---|---|---|---|
Example |
To display activity information for activity $ ./rhino-console getactivityinfo C.101:219852641476611.0 pkey : C.101:219852641476611.0 activity : SAH[switchID=1528911304,connectionID=7,address=1] creating-gen : 25 ending : false events-submitted : 2 flags : 0x0 handle : SAH[switchID=1528911304,connectionID=7,address=1] head-event : last-event-time : 20180614 14:40:55 namespace : node : 101 ra-entity : simple replication-mode : KEY_VALUE_STORE submission-time : 20180614 14:40:25 submitting-node : 101 update-time : 20180614 14:40:55 event-queue : no rows generations : [27] refcount : 0 [27] removed : false [27] attached-sbbs : no rows [27] 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, boolean nonResident) throws InvalidPKeyException, UnknownActivityException, ManagementException; This operation returns tabular data with detailed information on the given activity.
|