From 9abd16fcbc23306e542aaa5cdc2ea8e9847dbfd7 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Fri, 8 Apr 2016 03:16:18 -0400 Subject: add ability to trigger a sync and measure reactor responsiveness this is bad news though: we're blocking the reactor with the current implementation. what's the culprit?? stay tuned... --- Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9bb781a..7ec4a96 100644 --- a/Makefile +++ b/Makefile @@ -15,3 +15,19 @@ thread-server: ampoule-server: python server3.py + +soledad-sync-server: + python server-solsync.py + +measure-ping: + httperf --server localhost --port 8080 --num-calls 5 --num-conns 20 --uri /ping + +trigger-sync: + curl localhost:8080/start-sync + +measure-series: + # TODO rm series.log, name it with a timestamp + python series-ping.py + +graph-series: + data=series.log ./graphit -- cgit v1.2.3