Get the performance statistics of a pod
get/pod/performanceStats/{podName}
Returns the performance statistics for the ESP project on the specified pod.
1{2 "projectStats": [3 {4 "name": "TimerSimple",5 "queryStats": [6 {7 "name": "cq1",8 "windowStats": []9 }10 ]11 }12 ],13 "serverStats": {14 "residentMemory": "12",15 "systemMemory": "12345",16 "virtualMemory": "1234"17 }18}
| Name | Type | Required | Description |
|---|---|---|---|
podName | string | true | The name of the target pod. Match pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$ |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Headers | Schema |
| 404 | Not Found | No resource exists at the requested path. | Schema | |
| 502 | Bad Gateway | Bad Gateway. The ESP server was unable to complete the request. | Schema |