add a machinereadable version of ctdb stats/statistics
[metze/ctdb/wip.git] / web / testing.html
index a766a6f9b54b4c09c650e754aefb890e8187e934..d0d39a35f8dca08603d859d5c61763863ed4ffce 100644 (file)
@@ -1,8 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML>
-<HEAD>
-<TITLE>CTDB</TITLE>
-</HEAD>
+<!--#set var="TITLE" value="CTDB Testing" -->
 <!--#include virtual="header.html" -->
 
 <H2 align="center">Starting and testing CTDB</h2>
@@ -23,9 +19,9 @@ Once all CTDB nodes have started, verify that they are correctly
 talking to each other.<p>
 
 There should be one TCP connection from the private ip address on each
-node to TCP port 9001 on each of the other nodes in the cluster.
+node to TCP port 4379 on each of the other nodes in the cluster.
 <pre>
-  onnode all netstat -tn | grep 9001
+  onnode all netstat -tn | grep 4379
 </pre>