WLST获得当前的会话和连接WebLogic



我需要一个wlst脚本来获取特定部署的当前会话托管服务器的当前连接。Weblogic版本10.3.6.0

是否有任何WLST命令可以搜索属性名称。

connect('用户','Pass','t3://ip:port')

serverruntime()

get('/applicationRuntimes/application name/componentRuntimes/托管servername/application name/opensessionscurrentCount')

get('/serverChannelRuntimes/default [http]/connectionscount')

disconnect()

最新更新