From a467406df3c067425103f9d0491ad676110ce6ed Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sat, 12 Feb 2005 15:11:04 +0000 Subject: [PATCH] Add a note on checking software configurations before running testing. --- en/projects/netperf/cluster.sgml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/en/projects/netperf/cluster.sgml b/en/projects/netperf/cluster.sgml index b18897ffcf..db8d70eacd 100644 --- a/en/projects/netperf/cluster.sgml +++ b/en/projects/netperf/cluster.sgml @@ -1,6 +1,6 @@ - + %includes; @@ -193,6 +193,14 @@ experiment is complete. Please do not turn off BIOS serial console redirection, or modify any settings associated with console redirection!

+ +
  • Check software configurations before testing -- + specifically, use uname to confirm that the right kernel is running, + that it's not configured for WITNESS or INVARIANTS if that's not + needed, and that /etc/malloc.conf is set to "aj" if no debugging is + desired. Use 'ps' and 'pkg_info' to make sure only the software you + expect is running, and that the version of the software you expect is + installed.