summaryrefslogtreecommitdiff
path: root/Makefile
blob: 7ec4a96a55e7447f03a60e3ef38816b210cf74cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
perf:
	httperf --server localhost --port 8080 --num-calls 200 --num-conns 20 --uri /

perf-little:
	httperf --server localhost --port 8080 --num-calls 5 --num-conns 20 --uri /

perf-easy:
	httperf --server localhost --port 8080 --num-calls 5 --num-conns 20 --uri /hi

inline-server:
	python server.py

thread-server:
	python server2.py

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