summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-04-08 03:16:18 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-04-08 03:16:18 -0400
commit9abd16fcbc23306e542aaa5cdc2ea8e9847dbfd7 (patch)
treee3515203616179e9f81392e3ae6017fe91be70b9 /Makefile
parent4dec62b52e9ee5982fc3587ea6c8eefc21d76417 (diff)
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...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 16 insertions, 0 deletions
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