aboutsummaryrefslogtreecommitdiffstats
path: root/vbench/README
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2016-06-15 23:09:44 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2016-06-15 23:09:44 +0200
commit72231250ed81e10d66bfe70701e64fa5fe50f712 (patch)
tree2728bba1131a6f6e5bdf95afec7d7ff9358dac50 /vbench/README
Publish
Diffstat (limited to 'vbench/README')
-rw-r--r--vbench/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/vbench/README b/vbench/README
new file mode 100644
index 00000000000..b3c3fe2b603
--- /dev/null
+++ b/vbench/README
@@ -0,0 +1,20 @@
+vbench is a flexible framework used to benchmark HTTP server
+performance.
+
+TODO
+
+* support multiple request dimensions with separate analyze chains.
+
+* log information for different dimensions to different files.
+
+* save failed requests to disk.
+
+* enable/disable keep-alive per request.
+
+* save selected responses to disk.
+
+* support 'real-time' query log replay (need format).
+
+* tag all components in model with unique names.
+
+* support external get/set of selected values.