This is an automated email from the ASF dual-hosted git repository.
bridgetb pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/drill-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 865bd9e doc update
865bd9e is described below
commit 865bd9e851d37eb4049f49cce653a41639de4a21
Author: Bridget Bevens <[email protected]>
AuthorDate: Fri Nov 9 20:31:36 2018 -0800
doc update
---
docs/monitoring-metrics/index.html | 54 ++++++++++++++++++--------------------
feed.xml | 4 +--
2 files changed, 27 insertions(+), 31 deletions(-)
diff --git a/docs/monitoring-metrics/index.html
b/docs/monitoring-metrics/index.html
index 6bc1940..403ad19 100644
--- a/docs/monitoring-metrics/index.html
+++ b/docs/monitoring-metrics/index.html
@@ -1278,7 +1278,7 @@
<div class="int_text" align="left">
- <p>The Metrics page in the Drill Web UI
(http(s)://<drillbit-ip-address>:8047/metrics) lists JVM and operating system
metrics. You can use these metrics to debug the state of the cluster. The
Drill-specific metrics are prepended with <code>drill</code>, for example
<code>drill.fragments.running</code>. The other metrics relate specifically to
the JVM.</p>
+ <p>The Metrics page in the Drill Web UI
(<code>http(s)://<drillbit-ip-address>:8047/metrics</code>) lists JVM and
operating system metrics. You can use these metrics to debug the state of the
cluster. The Drill-specific metrics are prepended with <code>drill</code>, for
example <code>drill.fragments.running</code>. The other metrics relate
specifically to the JVM.</p>
<p>Drill uses JMX (<a href="https://docs.oracle.com/javase/tutorial/jmx/">Java
Management Extensions</a>) to monitor queries at runtime. JMX provides the
architecture to dynamically manage and monitor applications. JMX collects Drill
system-level metrics that you can see in the Metrics tab in the Drill Web UI or
a remote JMX monitoring tool, such as JConsole or the VisualVM + MBeans plugin.
</p>
@@ -1323,99 +1323,95 @@ A timer measures the rate that a particular piece of
code is called and the dist
</thead><tbody>
<tr>
<td>blocked.count</td>
-<td>The number of threads that are blocked because they are waiting on a
monitor lock. This metric is useful for debugging Drill issues.</td>
+<td>The number of threads that are blocked because they are waiting on a
monitor lock. This metric is useful for debugging Drill issues.</td>
</tr>
<tr>
<td>drill.fragments.running</td>
-<td>The number of query fragments currently running in the Drillbit.</td>
+<td>The number of query fragments currently running in the drillbit.</td>
</tr>
<tr>
<td>drill.allocator.root.used</td>
-<td>The amount of memory (in bytes) used by the internal memory allocator.</td>
+<td>The amount of memory (in bytes) used by the internal memory
allocator.</td>
</tr>
<tr>
<td>drill.allocator.root.peak</td>
-<td>The peak amount of memory (in bytes) used by the internal memory
allocator.</td>
+<td>The peak amount of memory (in bytes) used by the internal memory
allocator.</td>
</tr>
<tr>
<td>drill.allocator.rpc.bit.control.peak</td>
-<td>The maximum amount of bytes used across all outgoing and incoming
control connections for this Drillbit at this moment.</td>
+<td>The maximum amount of bytes used across all outgoing and incoming
control connections for this Drillbit at this moment.</td>
</tr>
<tr>
<td>drill.allocator.rpc.bit.control.used</td>
-<td>The total number of bytes currently used across all outgoing and
incoming control connections for this Drillbit.</td>
+<td>The total number of bytes currently used across all outgoing and
incoming control connections for this Drillbit.</td>
</tr>
<tr>
<td>drill.allocator.rpc.bit.data.peak</td>
-<td>The maximum amount of memory used between all outgoing and incoming data
connections for this Drillbit up to this moment.</td>
+<td>The maximum amount of memory used between all outgoing and incoming data
connections for this Drillbit up to this moment.</td>
</tr>
<tr>
<td>drill.allocator.rpc.bit.data.used</td>
-<td>The total amount of memory used between all outgoing and incoming data
connections tor this Drillbit.</td>
+<td>The total amount of memory used between all outgoing and incoming data
connections tor this Drillbit.</td>
</tr>
<tr>
<td>drill.allocator.rpc.bit.user.peak</td>
-<td>The maximum amount of memory used across all incoming Drill client
connections to this Drillbit up to this moment.</td>
+<td>The maximum amount of memory used across all incoming Drill client
connections to this Drillbit up to this moment.</td>
</tr>
<tr>
<td>drill.allocator.rpc.bit.user.used</td>
-<td>The total amount of memory used across all incoming Drill client
connections to this Drillbit.</td>
+<td>The total amount of memory used across all incoming Drill client
connections to this Drillbit.</td>
</tr>
<tr>
<td>drill.allocator.huge.size</td>
-<td>Total size in bytes of huge (greater than 16MB) direct buffers allocated
until now</td>
+<td>Total size in bytes of huge (greater than 16MB) direct buffers allocated
until now</td>
</tr>
<tr>
<td>drill.allocator.huge.count</td>
-<td>Number of allocations done for direct buffer of size greater than 16MB.
Each of these allocation happens from OS which comes with an overhead rather
from Netty's buffer pool.</td>
+<td>Number of allocations done for direct buffer of size greater than 16MB.
Each of these allocation happens from OS which comes with an overhead rather
from Netty's buffer pool.</td>
</tr>
<tr>
<td>drill.allocator.normal.count</td>
-<td>Number of allocations done for direct buffer of size less than equal to
16MB. Each of these allocation happens from Netty's buffer pool. This
counter is only updated in debug environment when asserts are enabled to
avoid overhead for each allocation during normal execution.</td>
+<td>Number of allocations done for direct buffer of size less than equal to
16MB. Each of these allocation happens from Netty's buffer pool. This
counter is only updated in debug environment when asserts are enabled to
avoid overhead for each allocation during normal execution.</td>
</tr>
<tr>
<td>drill.allocator.normal.size</td>
-<td>Total size in bytes of normal (less than and equal to 16MB) direct
buffers allocated until now. This counter is only updated in debug
environment when asserts are enabled to avoid overhead for each allocation
during normal execution.</td>
+<td>Total size in bytes of normal (less than and equal to 16MB) direct
buffers allocated until now. This counter is only updated in debug
environment when asserts are enabled to avoid overhead for each allocation
during normal execution.</td>
</tr>
<tr>
<td>drill.allocator.normal.size</td>
-<td>Total size in bytes of normal (less than and equal to 16MB) direct
buffers allocated until now. This counter is only updated in debug
environment when asserts are enabled to avoid overhead for each allocation
during normal execution.</td>
+<td>Total size in bytes of normal (less than and equal to 16MB) direct
buffers allocated until now. This counter is only updated in debug
environment when asserts are enabled to avoid overhead for each allocation
during normal execution.</td>
</tr>
<tr>
-<td>heap.used</td>
-<td>The amount of heap memory (in bytes) used by the JVM.</td>
-</tr>
-<tr>
-<td></td>
<td>count</td>
+<td>The number of live threads, including daemon and non-daemon threads.</td>
</tr>
<tr>
-<td></td>
-<td></td>
+<td>heap.used</td>
+<td>The amount of heap memory (in bytes) used by the JVM.</td>
</tr>
<tr>
<td>non-heap.used</td>
-<td>The amount of non-heap memory (in bytes) used by the JVM.</td>
+<td>The amount of non-heap memory (in bytes) used by the JVM.</td>
</tr>
<tr>
<td>fd.usage</td>
-<td>The ratio of used file descriptors to total file descriptors on *nix
systems.</td>
+<td>The ratio of used file descriptors to total file descriptors on *nix
systems.</td>
</tr>
<tr>
<td>direct.used</td>
-<td>The amount of direct memory (in bytes) used by the JVM. This metric is
useful for debugging Drill issues.</td>
+<td>The amount of direct memory (in bytes) used by the JVM. This metric is
useful for debugging Drill issues.</td>
</tr>
<tr>
<td>runnable.count</td>
-<td>The number of threads executing an action in the JVM. This metric is
useful for debugging Drill issues.</td>
+<td>The number of threads executing an action in the JVM. This metric is
useful for debugging Drill issues.</td>
</tr>
<tr>
<td>waiting.count</td>
-<td>The number of threads waiting to execute. Typically, threads waiting on
other threads to perform an action. This metric is useful for debugging Drill
issues.</td>
+<td>The number of threads waiting to execute. Typically, threads waiting on
other threads to perform an action. This metric is useful for debugging Drill
issues.</td>
</tr>
<tr>
<td>load.avg</td>
-<td>Returns the "recent cpu usage" for the Drillbit process. This
value is a double in the [0.0,1.0] interval. A value of 0.0 means that none
of the CPUs were running threads from the Drillbit process during the recent
period of time observed, while a value of 1.0 means that all CPUs were
actively running threads from the Drillbit process 100% of the time during
the recent period being observed. Threads from the Drillbit process includes
the application threads as w [...]
+<td>Returns the "recent cpu usage" for the Drillbit process. This
value is a double in the [0.0,1.0] interval. A value of 0.0 means that none
of the CPUs were running threads from the Drillbit process during the recent
period of time observed, while a value of 1.0 means that all CPUs were
actively running threads from the Drillbit process 100% of the time during
the recent period being observed. Threads from the Drillbit process includes
the application threads as w [...]
</tr>
<tr>
<td>uptime</td>
diff --git a/feed.xml b/feed.xml
index 5807992..4fb0d97 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
</description>
<link>/</link>
<atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
- <pubDate>Fri, 09 Nov 2018 20:20:43 -0800</pubDate>
- <lastBuildDate>Fri, 09 Nov 2018 20:20:43 -0800</lastBuildDate>
+ <pubDate>Fri, 09 Nov 2018 20:30:11 -0800</pubDate>
+ <lastBuildDate>Fri, 09 Nov 2018 20:30:11 -0800</lastBuildDate>
<generator>Jekyll v2.5.2</generator>
<item>