Get the performance statistics of a pod

get/pod/performanceStats/{podName}

Returns the performance statistics for the ESP project on the specified pod.

Request Samples

1

Response Samples

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}

Path Parameters

NameTypeRequiredDescription
podName
string
true

The name of the target pod.

Match pattern:
^[a-z0-9]([-a-z0-9]*[a-z0-9])?$

Query Parameters

NameTypeRequiredDescription
limitCpu
boolean
false

Limit the response to windows with 5% CPU or more.

projectName
string
true

The name of the target pod's project.

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
404Not Found

No resource exists at the requested path.

Schema
502Bad Gateway

Bad Gateway. The ESP server was unable to complete the request.

Schema