From 7e0ed282983fc1389aaf97094ef0d0de821ad6a8 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Fri, 8 Apr 2016 03:35:21 -0400 Subject: add some braindump on next steps --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 7ec4a96..188cc34 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +# Simple PoC toys + perf: httperf --server localhost --port 8080 --num-calls 200 --num-conns 20 --uri / @@ -16,6 +18,8 @@ thread-server: ampoule-server: python server3.py +# Actual soledad sync + soledad-sync-server: python server-solsync.py @@ -27,6 +31,8 @@ trigger-sync: measure-series: # 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!) python series-ping.py graph-series: -- cgit v1.2.3