我需要一个wlst脚本来获得当前会话、特定部署的以及托管服务器的当前连接。weblogic版本10.3.6.0
是否有wlst命令搜索属性名。
发布于 2017-01-03 06:14:54
连接(“用户”、“传递”、“T3://ip:port”)
serverRuntime()
get(‘/ApplicationRuntime/application name/ComponentRuntime/managed/application name/OpenSessionsCurrentCount')
get('/ServerChannelRuntimes/Defaulthttp/ConnectionsCount')
断开()
https://stackoverflow.com/questions/41374142
复制相似问题