From: jon
Date: December 23 2006 2:49pm
Subject: svn commit - mysqldoc@docsrva: r4338 - branches/telcos/refman-5.1
List-Archive: http://lists.mysql.com/commits/17353
Message-Id: <200612231449.kBNEndlZ029005@docsrva.mysql.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jstephens
Date: 2006-12-23 15:49:37 +0100 (Sat, 23 Dec 2006)
New Revision: 4338
Log:
Documenting new MemReportFrequency config parameter for Telco builds.
Modified:
branches/telcos/refman-5.1/mysql-cluster.xml
Modified: branches/telcos/refman-5.1/mysql-cluster.xml
===================================================================
--- branches/telcos/refman-5.1/mysql-cluster.xml 2006-12-23 06:52:41 UTC (rev 4337)
+++ branches/telcos/refman-5.1/mysql-cluster.xml 2006-12-23 14:49:37 UTC (rev 4338)
Changed blocks: 2, Lines Added: 60, Lines Deleted: 0; 3541 bytes
@@ -5693,6 +5693,58 @@
+
+
+ MemReportFrequency
+
+
+
+ MemReportFrequency
+
+
+
+ This parameter controls how often data node memory usage
+ reports are recorded in the cluster log; it is an integer
+ value representing the number of seconds between reports.
+
+
+
+ Each data node's data memory and index memory usage is
+ logged as both a percentage and a number of 32 KB pages of
+ the DataMemory and
+ IndexMemory, respectively, set in the
+ config.ini file. For example, if
+ DataMemory is equal to 100 MB, and a
+ given data node is using 50 MB for data memory storage,
+ the corresponding line in the cluster log might look like
+ this:
+
+
+
+2006-12-24 01:18:16 [MgmSrvr] INFO -- Node 2: Data usage is 50%(1280 32K pages of total 2560)
+
+
+
+ MemReportFrequency is not a required
+ parameter. If used, it can be set for all cluster data
+ nodes in the [NDBD DEFAULT] section of
+ config.ini, and can also be set or
+ overridden for individual data nodes in the corresponding
+ [NDBD] sections of the configuration
+ file. The minimum value — which is also the default
+ value — is 0, in which case memory reports are
+ logged only when memory usage reaches certain percentages
+ (80%, 90%, and 100%), as mentioned in the discussion of
+ statistics events in
+ .
+
+
+
+ This parameter was added in MySQL Cluster
+ 5.1.14/NDB-6.1.0-beta.
+
+
+
@@ -7268,6 +7320,14 @@
N
+ MemReportFrequency
+ integer
+ 0
+ 0
+ 4294967039
+ N
+
+ NoOfDiskPagesToDiskAfterRestartACC
(DEPRECATED as of MySQL 5.1.6)integer (number of 8KB pages per 100 milliseconds)