WLST 获取当前会话和连接 weblogic
WLST get current sessions and connections weblogic
我需要一个 wlst 脚本来获取特定部署的 当前会话 和托管服务器的当前连接。网络逻辑版本 10.3.6.0
有没有wlst命令可以搜索属性名。
连接('user','pass','t3://ip:port')
服务器运行时()
get('/ApplicationRuntimes/application name/ComponentRuntimes/managed servername/application name/OpenSessionsCurrentCount')
get('/ServerChannelRuntimes/Default[http]/ConnectionsCount')
断开连接()
我需要一个 wlst 脚本来获取特定部署的 当前会话 和托管服务器的当前连接。网络逻辑版本 10.3.6.0
有没有wlst命令可以搜索属性名。
连接('user','pass','t3://ip:port')
服务器运行时()
get('/ApplicationRuntimes/application name/ComponentRuntimes/managed servername/application name/OpenSessionsCurrentCount')
get('/ServerChannelRuntimes/Default[http]/ConnectionsCount')
断开连接()