This is an automated email from the ASF dual-hosted git repository. bridgetb pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/drill.git
commit ed47fa7b8b02fdce4da1fb30873617506f3fc4e6 Author: Bridget Bevens <[email protected]> AuthorDate: Tue Nov 13 16:18:47 2018 -0800 edit --- _docs/performance-tuning/070-monitoring-metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/performance-tuning/070-monitoring-metrics.md b/_docs/performance-tuning/070-monitoring-metrics.md index 67de2cc..5768be1 100644 --- a/_docs/performance-tuning/070-monitoring-metrics.md +++ b/_docs/performance-tuning/070-monitoring-metrics.md @@ -46,7 +46,7 @@ The following table lists the Drill-specific metrics in the Gauges section of th | drill.fragments.running | The number of query fragments currently running in the drillbit. [...] | drill.allocator.root.used | The amount of memory (in bytes) used by the internal memory allocator. [...] | drill.allocator.root.peak | The peak amount of memory (in bytes) used by the internal memory allocator. [...] -| drill.allocator.rpc.bit.control.peak | The maximum amount of bytes used across all outgoing and incoming control connections for this Drillbit at this moment. [...] +| drill.allocator.rpc.bit.control.peak | The maximum amount of bytes used across all outgoing and incoming control connections for this Drillbit at the current time. [...] | drill.allocator.rpc.bit.control.used | The total number of bytes currently used across all outgoing and incoming control connections for this Drillbit. [...] | drill.allocator.rpc.bit.data.peak | The maximum amount of memory used between all outgoing and incoming data connections for this Drillbit at the current time. [...] | drill.allocator.rpc.bit.data.used | The total amount of memory used between all outgoing and incoming data connections tor this Drillbit. [...]
