From 81ff48ea26278df389d6855ac5e128e071506045 Mon Sep 17 00:00:00 2001 From: Cesar Velez Date: Wed, 20 Dec 2017 18:38:28 -0500 Subject: [PATCH] LP#1739504 - create prototype of latency test tool in webstaff Basic websocket latency tester. Just pings opensrf.system.echo. Initial first test runs 10 pings, calculates average each time. Signed-off by: Cesar Velez Conflicts: Open-ILS/web/js/ui/default/staff/admin/workstation/app.js Add missing pieces for latency tester (commits got out of order, sorry!). Signed-off-by: Dan Wells --- .../templates/staff/admin/workstation/t_splash.tt2 | 9 +++++ .../templates/staff/admin/workstation/t_tests.tt2 | 41 ++++++++++++++++++++++ .../js/ui/default/staff/admin/workstation/app.js | 6 ++++ 3 files changed, 56 insertions(+) create mode 100644 Open-ILS/src/templates/staff/admin/workstation/t_tests.tt2 diff --git a/Open-ILS/src/templates/staff/admin/workstation/t_splash.tt2 b/Open-ILS/src/templates/staff/admin/workstation/t_splash.tt2 index 94c11400c8..345f7db6d3 100644 --- a/Open-ILS/src/templates/staff/admin/workstation/t_splash.tt2 +++ b/Open-ILS/src/templates/staff/admin/workstation/t_splash.tt2 @@ -50,6 +50,15 @@
+ +
+ +