pcp
[Top] [All Lists]

[PATCH] pmdalinux: Add some more docs

To: pcp@xxxxxxxxxxx
Subject: [PATCH] pmdalinux: Add some more docs
From: Hemant Kumar <hemant@xxxxxxxxxxxxxxxxxx>
Date: Wed, 11 May 2016 07:51:23 +0530
Cc: nathans@xxxxxxxxxx
Delivered-to: pcp@xxxxxxxxxxx
This adds some more docs related to mem.numa.max_bandwidth to the linux
pmda.
---
 src/pmdas/linux/help | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/pmdas/linux/help b/src/pmdas/linux/help
index 6468fbd..cc92ff0 100644
--- a/src/pmdas/linux/help
+++ b/src/pmdas/linux/help
@@ -704,6 +704,12 @@ User memory (Kbytes) in pages not backed by files, e.g. 
from malloc()
 @ mem.numa.alloc.local_node count of times a process ran on this node and got 
memory on this node
 @ mem.numa.alloc.other_node count of times a process ran on this node and got 
memory from another node
 @ mem.numa.max_bandwidth maximum memory bandwidth supported on each numa node
+Maximum memory bandwidth supported on each numa node. It makes use of a
+bandwith.conf file which has the bandwidth information for each node :
+node_num:bandwidth
+The node_num must match with any node in sysfs/devices/system/node directory.
+And, the bandwidth is expressed in terms of MBps. This config file should be
+filled up manually after running some bandwidth saturation benchmark tools.
 @ mem.vmstat.nr_dirty number of pages in dirty state
 Instantaneous number of pages in dirty state, from /proc/vmstat
 @ mem.vmstat.nr_dirty_background_threshold background writeback threshold
-- 
1.9.3

<Prev in Thread] Current Thread [Next in Thread>
  • [PATCH] pmdalinux: Add some more docs, Hemant Kumar <=