/autoactions/metrics
Gets a list of AutoAction metrics.
Request
GET http://unravel-host
:3000/api/v1/autoactions/metrics
Path parameters
None.
Query parameters
None.
Response body
Name | Type | Description |
---|---|---|
[no name] | array | JSON structure containing a list of metrics. |
Examples
Request:
curl -X GET "http://myserver.com:3000/api/v1/autoactions/metrics" -H "accept: application/json" -H "Authorization: JWT token
"
Response body:
[ "appCount", "elapsedTime", "allocatedMB", "allocatedVCores", "runningContainers", "memorySeconds", "vcoreSeconds", "jobCount", "elapsedAppTime", "mapsTotal", "mapsCompleted", "reducesTotal", "reducesCompleted", "mapsPending", "mapsRunning", "reducesPending", "reducesRunning", "newReduceAttempts", "runningReduceAttempts", "failedReduceAttempts", "killedReduceAttempts", "successfulReduceAttempts", "newMapAttempts", "runningMapAttempts", "failedMapAttempts", "killedMapAttempts", "successfulMapAttempts", "badId", "connection", "ioError", "wrongLength", "wrongMap", "wrongReduce", "fileBytesRead", "fileBytesWritten", "fileReadOps", "fileLargeReadOps", "fileWriteOps", "hdfsBytesRead", "hdfsBytesWritten", "hdfsReadOps", "hdfsLargeReadOps", "hdfsWriteOps", "mapInputRecords", "mapOutputRecords", "mapOutputBytes", "mapOutputMaterializedBytes", "splitRawBytes", "combineInputRecords", "combineOutputRecords", "reduceInputGroups", "reduceShuffleBytes", "reduceInputRecords", "reduceOutputRecords", "spilledRecords", "shuffledMaps", "failedShuffle", "mergedMapOutputs", "gcTimeMillis", "cpuMilliseconds", "physicalMemoryBytes", "virtualMemoryBytes", "committedHeapBytes", "totalLaunchedMaps", "totalLaunchedReduces", "dataLocalMaps", "slotsMillisMaps", "slotsMillisReduces", "millisMaps", "millisReduces", "vcoresMillisMaps", "vcoresMillisReduces", "mbMillisMaps", "mbMillisReduces", "bytesRead", "bytesWritten", "duration", "totalDfsBytesRead", "totalDfsBytesWritten", "inputRecords", "outputRecords", "outputToInputRecordsRatio", "totalJoinInputRowCount", "totalJoinOutputRowCount", "inputPartitions", "outputPartitions", "joinInputRowCount", "joinOutputRowCount", "joinOutputToInputRowRatio" ]