From 704057ee34f2cdd87af6f06abc760d49a82930cd Mon Sep 17 00:00:00 2001 From: Shunichi Shinohara Date: Fri, 8 Feb 2013 23:31:34 +0900 Subject: [PATCH 1/2] Fix org syntax --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 6a5187072..2b8951c3d 100644 --- a/README.org +++ b/README.org @@ -67,7 +67,7 @@ $ open tests/current/summary.png If you receive the error message: Warning: unable to access index for repository http://lib.stat.cmu.edu/R/CRAN/src/contrib it means the default R repo for installing additional packages is broken, you can change it as follows: -#*BEGIN_SRC shell +#+BEGIN_SRC shell $ R > chooseCRANmirror() Selection: 69 From ef6c92ba571ec66178d1d47a01943755e5ae8635 Mon Sep 17 00:00:00 2001 From: Shunichi Shinohara Date: Fri, 8 Feb 2013 23:48:13 +0900 Subject: [PATCH 2/2] Add explanation for gnuplot script --- README.org | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.org b/README.org index 2b8951c3d..e63f355ba 100644 --- a/README.org +++ b/README.org @@ -94,6 +94,29 @@ make results %% {escript_emu_args, "%%! -name bb@127.0.0.1 -setcookie YOUR_ERLANG_COOKIE\n"}. #+END_SRC +** Alternative Graph Generation by gnuplot + You can generate graphs using gnuplot. + +#+BEGIN_SRC shell +$ ./priv/gp_throughput.sh +#+END_SRC + +#+BEGIN_SRC shell +$ ./priv/gp_latency.sh +#+END_SRC + + By passing =-h= option to each script, help messages are shown. + + Some of options for these scripts are: + + - =-d TEST_DIR= : directory which include test result CSV files + - =-t TERMINAL_TYPE= : gnuplot terminal type + - =-P= : just print gnuplot script without drawing graph + + For example, you can draw graphs with ASCII characters + by the option =-t dumb=, which is useful in non-graphical + environment or quick sharing of result in chat. + ** Contributing We encourage contributions to Basho Bench from the community.