summaryrefslogtreecommitdiffstats
path: root/coverage/scripts/04-monitor.sh
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/scripts/04-monitor.sh')
-rwxr-xr-xcoverage/scripts/04-monitor.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/coverage/scripts/04-monitor.sh b/coverage/scripts/04-monitor.sh
new file mode 100755
index 00000000..cc9453f5
--- /dev/null
+++ b/coverage/scripts/04-monitor.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+$R/bin/afb-client -s -e $WSURL <<EOC
+monitor get {"verbosity":true}
+monitor get {"apis":true}
+monitor set {"verbosity":"debug"}
+monitor session {"refresh-token":false}
+monitor session {"refresh-token":true}
+EOC
+