summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-07-25 14:18:40 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-07-25 14:18:40 +0000
commit104f6c350454cd0da32038103186472c79e8ae83 (patch)
treeee2263832382fb61fa928839b886f22dfc9a6e18
parentcb3e6f8beea5413b123f855357cc031ffc40b75a (diff)
downloadATCD-104f6c350454cd0da32038103186472c79e8ae83.tar.gz
ChangeLogTag:Fri Jul 25 09:17:39 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-rw-r--r--ChangeLog6
-rwxr-xr-xbin/generate_performance_chart.sh2
-rwxr-xr-xbin/performance_stats.sh2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1eace43d9ae..c57779be618 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Jul 25 09:17:39 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * bin/performance_stats.sh:
+ * bin/generate_performance_chart.sh: Redefined the range for
+ plotting different graphs.
+
Fri Jul 25 08:53:12 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* bin/performance_stats.sh: Changed the path to mogrify. On
diff --git a/bin/generate_performance_chart.sh b/bin/generate_performance_chart.sh
index b0a0072a72d..4bdab1d4432 100755
--- a/bin/generate_performance_chart.sh
+++ b/bin/generate_performance_chart.sh
@@ -9,7 +9,7 @@ gnuplot <<_EOF_ >/dev/null 2>&1
set xlabel 'Date (YYYYMMDD)'
set ylabel 'Throughput (Requests/Second)'
set terminal png small color
- set yrange [4000:35000]
+ set yrange [4000:25000]
set output "$2"
plot '$1' using 1:2 title '$3' w l
exit
diff --git a/bin/performance_stats.sh b/bin/performance_stats.sh
index bf89c71cd21..5228fae6bad 100755
--- a/bin/performance_stats.sh
+++ b/bin/performance_stats.sh
@@ -151,7 +151,7 @@ gnuplot <<_EOF_ >/dev/null 2>&1
set timefmt '%Y/%m/%d-%H:%M'
set xlabel 'Date (YYYYMMDD)'
set ylabel 'Throughput (Requests/Second)'
- set yrange [0:10000]
+ set yrange [0:35000]
set terminal png small color
set output "/dev/null"
plot 'DII.txt' using 1:2 title 'DII' w l