Rev 58: added a simple benchmark script in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Fri Feb 9 01:46:16 GMT 2007


------------------------------------------------------------
revno: 58
revision-id: tridge at samba.org-20070209014616-852f8r8vjlkf1xml
parent: tridge at samba.org-20070209014558-ivbu2vfjhz0szafo
committer: Andrew Tridgell <tridge at samba.org>
branch nick: tridge
timestamp: Fri 2007-02-09 12:46:16 +1100
message:
  added a simple benchmark script
added:
  tests/bench.sh                 bench.sh-20070209014602-vdolpr6esqsa58s7-1
=== added file 'tests/bench.sh'
--- a/tests/bench.sh	1970-01-01 00:00:00 +0000
+++ b/tests/bench.sh	2007-02-09 01:46:16 +0000
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+killall -q ctdb_bench
+
+echo "Trying 2 nodes"
+bin/ctdb_bench --nlist nodes.txt --listen 127.0.0.2:9001 $* &
+bin/ctdb_bench --nlist nodes.txt --listen 127.0.0.1:9001 $*
+
+killall -q ctdb_bench



More information about the samba-cvs mailing list