You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2020/07/21 13:35:30 UTC

[qpid-dispatch] branch master updated: DISPATCH-1494: Rename qdstat memory usage section titles

This is an automated email from the ASF dual-hosted git repository.

chug pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new 1eb4731  DISPATCH-1494: Rename qdstat memory usage section titles
1eb4731 is described below

commit 1eb47314c9d7c529f5983ed678ab035067761086
Author: Chuck Rolke <ch...@apache.org>
AuthorDate: Tue Jul 21 09:32:59 2020 -0400

    DISPATCH-1494: Rename qdstat memory usage section titles
    
    Give sections descriptive names that help users identify the
    memory sections, especially when viewed by --all-entities.
---
 tools/qdstat.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/qdstat.in b/tools/qdstat.in
index 4de3085..6826213 100755
--- a/tools/qdstat.in
+++ b/tools/qdstat.in
@@ -739,7 +739,7 @@ class BusManager(Node):
             # router built w/o memory pools:
             print("No memory statistics available")
             return
-        title = "Types"
+        title = "Memory Pools"
         sorter = Sorter(heads, rows, 'type', 0, True)
         dispRows = sorter.getSorted()
         disp.formattedTable(title, heads, dispRows)
@@ -762,7 +762,7 @@ class BusManager(Node):
 
         rows.append(pooled_total)
 
-        disp.formattedTable("\nSummary",
+        disp.formattedTable("\nMemory Summary",
                             [Header("VmSize", hdr_format),
                              Header("Pooled", Header.KiMiGi)],
                             [rows])


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org