i need a wlst script to get current sessions of a specific deployment and current connections of a managed server. weblogic version 10.3.6.0
Is there any wlst command to search an attribute name.
i need a wlst script to get current sessions of a specific deployment and current connections of a managed server. weblogic version 10.3.6.0
Is there any wlst command to search an attribute name.
connect('user','pass','t3://ip:port')
serverRuntime()
get('/ApplicationRuntimes/application name/ComponentRuntimes/managed servername/application name/OpenSessionsCurrentCount')
get('/ServerChannelRuntimes/Default[http]/ConnectionsCount')
disconnect()