From 181cb650f8a6876d3711c58e0f59373a70f7850b Mon Sep 17 00:00:00 2001 From: ellen56 Date: Fri, 10 Jul 2009 07:44:37 +0000 Subject: [PATCH] update description for output of monls rmcmon -d git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3749 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-rmc/plugin/rmcmon.pm | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/xCAT-rmc/plugin/rmcmon.pm b/xCAT-rmc/plugin/rmcmon.pm index 5132690c6..bc09205e6 100644 --- a/xCAT-rmc/plugin/rmcmon.pm +++ b/xCAT-rmc/plugin/rmcmon.pm @@ -1384,13 +1384,27 @@ sub getDescription { of Reliable Scalable Cluster Technology (RSCT) to monitor the xCAT cluster. RMC has built-in resources such as CPU, memory, process, network, file system etc for monitoring. RMC can also be - used to provide node liveness status monitoring for xCAT. RMC is - good for threadhold monitoring. xCAT automatically sets up the - monitoring domain for RMC during node deployment time. + used to provide node liveness status monitoring and performance monitoring for xCAT. + RMC is good for threadhold monitoring. xCAT automatically sets up the + monitoring domain for RMC during node deployment time. And if performance + monitoring is enabled, xCAT monitoring will collect and consolidate performance + data based on montype&rmetrics setting, and then store to RRD database. Settings: rfanout -- indicating the fanout number for configuring or deconfiguring remote nodes. nodeusebatch -- use RMC event batching function when doing node status monitoring. + montype -- indicating type of performance monitoring, the value could be + \"event\" : event monitoring (default), + \"perf\" : performance monitoring, + \"event,perf\" or \"perf,event\" : both. + rmetrics -- defines resource class,resouce names, attributes and sample interval for + performance monitoring. + Syntax of key: rmetrics_resource class For example: rmetrics_IBM.Processor + Syntax of value: [resource names]attribute names:sample interval + The unit of sample interval is minute. + For example: + [proc0,proc1]PctTimeIdle,PctTimeWait,PctTimeKernel,PctTimeUser:5 + "; }