ZitingShen commented on a change in pull request #1476:
URL: https://github.com/apache/samza/pull/1476#discussion_r597906422
##########
File path: docs/learn/documentation/versioned/operations/monitoring.md
##########
@@ -394,6 +394,7 @@ All \<system\>, \<stream\>, \<partition\>, \<store-name\>,
\<topic\>, are popula
| | executor-work-factor | The work factor of the run loop. A work factor of 1
indicates full throughput, while a work factor of less than 1 will introduce
delays into the execution to approximate the requested work factor. The work
factor is set by the disk space monitor in accordance with the disk quota
policy. Given the latest percentage of available disk quota, this policy
returns the work factor that should be applied. |
| | physical-memory-mb | The physical memory used by the Samza container
process (native + on heap) (in MBs). |
| | physical-memory-utilization | The ratio between the physical memory used
by the Samza container process (native + on heap) and the total physical memory
of the Samza container. |
+| | container-active-threads | The approximate actively used threads in a
Samza container's thread pool. |
Review comment:
Yup, done.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]