From d3604a9a53a04af8c34d08f17b4708c460f76be9 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Fri, 8 Apr 2016 16:52:04 -0400 Subject: compare vshyba/develop: no gain for big downloads!!?? --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 188cc34..59bac0e 100644 --- a/Makefile +++ b/Makefile @@ -27,12 +27,15 @@ measure-ping: httperf --server localhost --port 8080 --num-calls 5 --num-conns 20 --uri /ping trigger-sync: - curl localhost:8080/start-sync + time curl localhost:8080/start-sync measure-series: + # TODO make sure we have restarted the server, send SIGNUP ? # TODO rm series.log, name it with a timestamp # TODO measure, first of all, the number of seconds from the beginning!!! (right now it's biased) # TODO add cpu/ram usage (ping command COULD RETURN THAT!) + rm -f /tmp/soledadsync/* + rm -f series.log python series-ping.py graph-series: -- cgit v1.2.3