changeset 1857:5a19ccd8457a

mod_benchmark_storage: Add README
author Kim Alvefur <zash@zash.se>
date Mon, 14 Sep 2015 13:36:00 +0200
parents 3278fa267199
children 5daabb5fe24a
files mod_benchmark_storage/README.markdown
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mod_benchmark_storage/README.markdown	Mon Sep 14 13:36:00 2015 +0200
@@ -0,0 +1,10 @@
+---
+summary: Storage benchmark tool
+...
+
+To benchmark `mod_storage_internal`:
+
+    prosodyctl mod_benchmark_storage internal
+
+Does a number (aprox. 10000) of reads and writes and to the selected
+storage driver and tells you how long it took.