summaryrefslogtreecommitdiffstats
path: root/node-maintainer/README.md
diff options
context:
space:
mode:
authorsindre <sindre.grostad@icloud.com>2017-08-10 09:37:49 +0200
committerOla Aunrønning <olaa@yahoo-inc.com>2017-08-15 12:29:42 +0200
commitdf813639fd600a4eae9c12fe8195c47d1b7ae840 (patch)
treea9ae636bbb8d34fd42d5d5c4f31b72f9b3f041af /node-maintainer/README.md
parent73c578cf8d7e02ac12b7d4ad04af20f4dd985dc9 (diff)
update of READMEs
Diffstat (limited to 'node-maintainer/README.md')
-rw-r--r--node-maintainer/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/node-maintainer/README.md b/node-maintainer/README.md
index a76fccc8de9..06b20689aaf 100644
--- a/node-maintainer/README.md
+++ b/node-maintainer/README.md
@@ -6,3 +6,15 @@ Node admin maintenance runs as a separate JVM from node-admin to make it possibl
## Node Verification
Node verification for both hardware and spec. Hardware is verified by performing different benchmarking tasks,
while spec is verified by comparing information reported by the OS with the spec from node repository.
+
+### Execute examples
+Spec verification and hardware benchmarks can both be executed with and without config server host name as parameter
+(if called without parameters it will use yinst to retrieve the host name):
+
+SpecVerifier:
+- java -cp node-maintainer-jar-with-dependencies.jar com.yahoo.vespa.hosted.node.verification.spec.SpecVerifier
+- java -cp node-maintainer-jar-with-dependencies.jar com.yahoo.vespa.hosted.node.verification.spec.SpecVerifier cfg.1.hostname,cfg.2.hostname,...
+
+HardwareBenchmarker:
+- java -cp node-maintainer-jar-with-dependencies.jar com.yahoo.vespa.hosted.node.verification.hardware.HardwareBenchmarker
+- java -cp node-maintainer-jar-with-dependencies.jar com.yahoo.vespa.hosted.node.verification.hardware.HardwareBenchmarker cfg.1.hostname,cfg.2.hostname,... \ No newline at end of file