# HG changeset patch # User Kim Alvefur # Date 1442230560 -7200 # Node ID 5a19ccd8457aebb8adf4e6abf1cfa8b52470c79d # Parent 3278fa2671996d5ee03ea84b4adfff280f378cbf mod_benchmark_storage: Add README diff -r 3278fa267199 -r 5a19ccd8457a mod_benchmark_storage/README.markdown --- /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.