【问题标题】:Can I query “medLast10QueryTime” on the web in the single mode?可以单机模式在网页上查询“medLast10QueryTime”吗?
【发布时间】:2021-10-30 14:14:04
【问题描述】:

tutorial看到可以从网上查询到以下监控指标,如: “medLast10QueryTime”:完成前 10 个查询所需的中位时间 “maxLast10QueryTime”:完成前 10 个查询所需的最长时间 单机模式下我在网上找不到这些指标。我应该如何检查它们?

【问题讨论】:

    标签: performance dolphindb


    【解决方案1】:

    对于独立模式,由于排版原因,网页上显示的指标已被简化。目前可以通过执行如下脚本获取对应的指标值:

    select maxLast10QueryTime, maxLast10QueryTime from getClusterPerf()
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2011-08-31
      • 2015-10-14
      • 1970-01-01
      • 2011-06-08
      • 2021-12-23
      • 1970-01-01
      • 1970-01-01
      • 2013-03-25
      相关资源
      最近更新 更多