【问题标题】:WLST get current sessions and connections weblogicWLST 获取当前会话和连接 weblogic
【发布时间】:2016-12-29 06:16:14
【问题描述】:

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

是否有任何 wlst 命令来搜索属性名称。

【问题讨论】:

    标签: weblogic-10.x wlst


    【解决方案1】:

    connect('user','pass','t3://ip:port')

    serverRuntime()

    get('/ApplicationRuntimes/应用程序名称/ComponentRuntimes/托管服务器名称/应用程序名称/OpenSessionsCurrentCount')

    get('/ServerChannelRuntimes/Default[http]/ConnectionsCount')

    断开连接()

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2023-03-25
      • 2014-06-25
      • 2021-01-19
      相关资源
      最近更新 更多