RestComm / jain-slee

The World's #1 Open Source JAIN-SLEE (JSLEE) 1.1 Implementation
http://www.restcomm.com/
GNU Affero General Public License v3.0
24 stars 50 forks source link

Add "Is Ending" Activity state in twiddle output and slee-console-management. #120

Closed duyanh030 closed 6 years ago

duyanh030 commented 7 years ago

Command : ./twiddle.sh activity -l --contexts=true Currently ouput:

ACH               : 70d25df6:15d644a4188:-7fe4
Class             : org.mobicents.slee.container.service.ServiceActivityImpl
Last access time  : 1500626855107
Resource Adaptor  : null
SBB attached      : 
/ServiceID[name=SIP UAS,vendor=org.mobicents,version=1.0]/70d25df6:15d644a4188:-7fe4____
Names             : 
Timers Attached   : 
Data properties   : 

I would add 1 more information of activity state. It could help for debugging on activity leak issue.

Is Ending : false/ true.

I think it is good to add this information in slee-console-management too.

duyanh030 commented 7 years ago

I will do PR on this issue asap

satanatoly commented 6 years ago

Added, closing

duyanh030 commented 6 years ago

Hi @satanatoly could you show me the PR. I would like to test it.