diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-04-08 16:52:04 -0400 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-04-08 16:52:04 -0400 |
commit | d3604a9a53a04af8c34d08f17b4708c460f76be9 (patch) | |
tree | 9cff7b82040cfd191ae5121a69d7d24d67850415 /Makefile | |
parent | 0ea8b94f67741245d2554bb61b45b5c0ad51dc07 (diff) |
compare vshyba/develop: no gain for big downloads!!??
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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: |