Show Runtime Info Action

    Description

    Used to obtain Runtime information of FE JVM

    Query parameters

    None

    Response

    1. Get the JVM information of the current FE node

      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. }