Show Runtime Info Action

    Description

    用于获取 FE JVM 的 Runtime 信息

    Query parameters

    Response

    1. 获取当前 FE 节点的 JVM 信息

      1. GET /api/show_runtime_info
      2. Response:
      3. {
      4. "data": {
      5. "free_mem": "855642056",
      6. "total_mem": "1037959168",
      7. "max_mem": "1037959168"
      8. },
      9. }