You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by br...@apache.org on 2019/01/17 00:02:49 UTC

[drill] branch gh-pages updated: md-4617

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


The following commit(s) were added to refs/heads/gh-pages by this push:
     new cc4b74a  md-4617
cc4b74a is described below

commit cc4b74a7653765300930d492fa3560069811e6e5
Author: Bridget Bevens <bb...@maprtech.com>
AuthorDate: Wed Jan 16 16:00:25 2019 -0800

    md-4617
---
 _docs/query-data/070-query-sys-tbl.md | 29 ++++++++++++++---------------
 1 file changed, 14 insertions(+), 15 deletions(-)

diff --git a/_docs/query-data/070-query-sys-tbl.md b/_docs/query-data/070-query-sys-tbl.md
index aca5800..3045e32 100644
--- a/_docs/query-data/070-query-sys-tbl.md
+++ b/_docs/query-data/070-query-sys-tbl.md
@@ -1,6 +1,6 @@
 ---
 title: "Querying System Tables"
-date: 2019-01-07
+date: 2019-01-17
 parent: "Query Data"
 ---  
 
@@ -138,13 +138,13 @@ The time that the release was built.
     +--------------------------------------+----------+-------+---------+------------+-------------------------+-----------+------------+
     10 rows selected (0.192 seconds)
 
-  * **name**  
+  * **name**    
 The name of the boot option.
-  * **kind**  
+  * **kind**    
 The data type of the option value.
-  * **type**  
+  * **type**    
 This is always boot.
-  * **status**
+  * **status**  
 This is always boot.
   * **num_val**  
 The default value, which is of the long or int data type; otherwise, null.
@@ -173,9 +173,9 @@ The name of the node running the Drillbit service.
   * **user_port**  
 The user port address, used between nodes in a cluster for connecting to
 external clients and for the Drill Web UI. 
-  * **total_threads**
+  * **total_threads**  
 The peak thread count on the node.
-  * **busy_threads**
+  * **busy_threads**  
 The current number of live threads (daemon and non-daemon) on the node.
 
 ### Querying the memory Table
@@ -195,17 +195,16 @@ The name of the node running the Drillbit service.
   * **user_port**  
 The user port address, used between nodes in a cluster for connecting to
 external clients and for the Drill Web UI.
-  * **heap_current**
+  * **heap_current**  
 The amount of memory being used on the heap, in bytes.
-  * **heap_max**
+  * **heap_max**  
 The maximum amount of memory available on the heap, in bytes.
-  * **direct_current**
-The current direct memory being used by the allocator, in bytes.
-  * **jvm_direct_current**
-The current JVM direct memory allocation, in bytes.
-  * **direct_max**
+  * **direct_current**  
+The current direct memory being used by the allocator, in bytes.  
+  * **direct_max**  
 The maximum direct memory available to the allocator, in bytes.  
-
+  * (Deprecated) **jvm\_direct\_current**  
+The current JVM direct memory allocation, in bytes.  
 
 ### Querying the connections Table