summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2011-04-29 17:18:47 +0300
committerStefan Kost <ensonic@users.sf.net>2011-04-29 17:18:47 +0300
commit89366a94341da110e875b951806a9527d53e316b (patch)
treec493fdd26827c438cc6ec199d3fe20ebbbc440e0
parentf7a1ef8a898650226b2a4ab971eec29f96ea29a0 (diff)
todo: some ideas for improvements in the plot
-rwxr-xr-xsrc/gsttl_plot.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gsttl_plot.sh b/src/gsttl_plot.sh
index bf23dd5..9ab6535 100755
--- a/src/gsttl_plot.sh
+++ b/src/gsttl_plot.sh
@@ -1,5 +1,10 @@
#!/bin/bash
# dumps a gnuplot script to stdout that does a multiplot of the given logs
+#
+# TODO:
+# - show more statistics:
+# http://gnuplot-tricks.blogspot.com/2009/11/some-basic-statistics-with-gnuplot.html
+#
usage="\
Usage: gsttl_plot.sh [--title=<title>] [--base==<basedir>] [--format={png,pdf,ps,svg}] [--pagesize={a3,a4}]| gnuplot"