Skip to content

Commit

Permalink
Updated docs/monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCanali committed Mar 1, 2019
1 parent b50bcb6 commit 11ac210
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,9 @@ This is the component with the largest amount of instrumented metrics
- states-rowsTotal
- states-usedBytes

- namespace=JVMCPU
- jvmCpuTime

### Component instance = Executor
These metrics are exposed by Spark executors. Note, currently they are not available
when running in local mode.
Expand All @@ -834,7 +837,6 @@ when running in local mode.
- filesystem.hdfs.read_ops
- filesystem.hdfs.write_bytes
- filesystem.hdfs.write_ops
- jvmCpuTime
- jvmGCTime.count
- memoryBytesSpilled.count
- recordsRead.count
Expand All @@ -858,6 +860,9 @@ when running in local mode.
- threadpool.currentPool_size
- threadpool.maxPool_size

- namespace=JVMCPU
- jvmCpuTime

- namespace=NettyBlockTransfer
- shuffle-client.usedDirectMemory
- shuffle-client.usedHeapMemory
Expand Down

0 comments on commit 11ac210

Please sign in to comment.