Docs: Adding latency test and disable sounds to workstation admin.
authorJennifer Pringle <jennifer.pringle@bc.libraries.coop>
Thu, 7 Oct 2021 18:46:13 +0000 (11:46 -0700)
committerJane Sandberg <sandbergja@gmail.com>
Thu, 11 Nov 2021 17:17:25 +0000 (09:17 -0800)
Signed-off-by: Jennifer Pringle <jennifer.pringle@bc.libraries.coop>
Signed-off-by: Jane Sandberg <sandbergja@gmail.com>
docs/modules/admin/assets/images/workstation/latency-test.png [new file with mode: 0644]
docs/modules/admin/pages/latency.adoc [new file with mode: 0644]
docs/modules/admin/pages/workstation_admin.adoc

diff --git a/docs/modules/admin/assets/images/workstation/latency-test.png b/docs/modules/admin/assets/images/workstation/latency-test.png
new file mode 100644 (file)
index 0000000..2c8eecd
Binary files /dev/null and b/docs/modules/admin/assets/images/workstation/latency-test.png differ
diff --git a/docs/modules/admin/pages/latency.adoc b/docs/modules/admin/pages/latency.adoc
new file mode 100644 (file)
index 0000000..1c8f975
--- /dev/null
@@ -0,0 +1,34 @@
+= Tests =
+
+
+Click *Administration* -> *Workstation* -> *Tests*
+
+== Latency Test ==
+
+
+This will measure the websocket latency between your workstation client and the Evergreen server.
+
+. Click *Start Test* to run the test
+. Click *Copy to Clipboard* to copy the results
+. Click *Clear* to clear the results
+
+image::workstation/latency-test.png[]
+
+*Average Latency* - Indicates how long it takes for your workstation to communicate with Evergreen servers.
+
+
+= Disable Sounds =
+
+
+Click *Administration* -> *Workstation*
+
+.Disable Sounds
+. Check the box for *Disable Sounds* to turn off the staff client Sounds.
+
+.Test Sounds
+. Click the buttons to test the staff client sounds.
+. Distinct sounds will be played for each event.
+.. *Success*
+.. *Info*
+.. *Warning*
+.. *Error*
\ No newline at end of file
index 162f222..eb44722 100644 (file)
@@ -126,3 +126,4 @@ driver is the only one available try one of the alternate print strategies
 instead.
 ====================================
 
+include::latency.adoc[]