summaryrefslogtreecommitdiff
path: root/ACE
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-03-01 18:45:35 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-03-01 18:45:35 +0000
commitbff039152b7d1c9722c5cfdc0c89e8ce991b40cd (patch)
tree3db4554b27cb258acd882faaa7dfdf347c94dc60 /ACE
parente04f4f729186834ecdeea2df18bd2bbbe2bf8767 (diff)
downloadATCD-bff039152b7d1c9722c5cfdc0c89e8ce991b40cd.tar.gz
Sun Mar 1 18:45:15 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/generate_footprint_chart.sh * bin/generate_performance_chart.sh * bin/generate_topinfo_charts.sh * bin/performance_stats.sh Rotate xlabel to make them more readable
Diffstat (limited to 'ACE')
-rw-r--r--ACE/ChangeLog8
-rwxr-xr-xACE/bin/generate_footprint_chart.sh1
-rwxr-xr-xACE/bin/generate_performance_chart.sh1
-rwxr-xr-xACE/bin/generate_topinfo_charts.sh1
-rwxr-xr-xACE/bin/performance_stats.sh2
5 files changed, 13 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 2f19955f5ac..21477dc0106 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,11 @@
+Sun Mar 1 18:45:15 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * bin/generate_footprint_chart.sh
+ * bin/generate_performance_chart.sh
+ * bin/generate_topinfo_charts.sh
+ * bin/performance_stats.sh
+ Rotate xlabel to make them more readable
+
Sun Mar 1 07:36:15 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/generate_performance_chart.sh:
diff --git a/ACE/bin/generate_footprint_chart.sh b/ACE/bin/generate_footprint_chart.sh
index 49b783dde0a..f025343312c 100755
--- a/ACE/bin/generate_footprint_chart.sh
+++ b/ACE/bin/generate_footprint_chart.sh
@@ -5,6 +5,7 @@
gnuplot <<_EOF_ >/dev/null 2>&1
set xdata time
+ set xtics rotate
set timefmt '%Y/%m/%d-%H:%M'
set xlabel 'Date (MM/DD)'
set ylabel 'Size (KBytes)'
diff --git a/ACE/bin/generate_performance_chart.sh b/ACE/bin/generate_performance_chart.sh
index 603a542f5bf..2e5de97e43e 100755
--- a/ACE/bin/generate_performance_chart.sh
+++ b/ACE/bin/generate_performance_chart.sh
@@ -5,6 +5,7 @@
gnuplot <<_EOF_ >/dev/null 2>&1
set xdata time
+ set xtics rotate
set timefmt '%Y/%m/%d-%H:%M'
set xlabel 'Date (YYYYMMDD)'
set ylabel 'Throughput (Requests/Second)'
diff --git a/ACE/bin/generate_topinfo_charts.sh b/ACE/bin/generate_topinfo_charts.sh
index 09e2f0a1f51..8924cfb110c 100755
--- a/ACE/bin/generate_topinfo_charts.sh
+++ b/ACE/bin/generate_topinfo_charts.sh
@@ -5,6 +5,7 @@
gnuplot <<_EOF_ >/dev/null 2>&1
set xdata time
+ set xtics rotate
set timefmt '%Y/%m/%d-%H:%M'
set xlabel 'Date (MM/DD)'
set ylabel 'Size (KBytes) $4'
diff --git a/ACE/bin/performance_stats.sh b/ACE/bin/performance_stats.sh
index 73335197170..2678125d61f 100755
--- a/ACE/bin/performance_stats.sh
+++ b/ACE/bin/performance_stats.sh
@@ -140,6 +140,7 @@ gnuplot <<_EOF_ >/dev/null 2>&1
set xdata time
set timefmt '%Y/%m/%d-%H:%M'
set xlabel 'Date (YYYYMMDD)'
+ set xtics rotate
set ylabel 'Throughput (Requests/Second)'
set yrange [0:]
set terminal png small size 800,600 color
@@ -163,6 +164,7 @@ gnuplot <<_EOF_ >/dev/null 2>&1
set xdata time
set timefmt '%Y/%m/%d-%H:%M'
set xlabel 'Date (YYYYMMDD)'
+ set xtics rotate
set ylabel 'Throughput (Requests/Second)'
set yrange [0:35000]
set terminal png small size 800,600 color