summaryrefslogtreecommitdiffstats
path: root/node-maintainer/README.md
diff options
context:
space:
mode:
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