Update of /cvsroot/phpwebsite-comm/scripts/benchmark
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20514
Modified Files:
slashdot.sh
Log Message:
added comments
Index: slashdot.sh
===================================================================
RCS file: /cvsroot/phpwebsite-comm/scripts/benchmark/slashdot.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** slashdot.sh 21 Sep 2004 17:35:13 -0000 1.2
--- slashdot.sh 21 Sep 2004 18:28:05 -0000 1.3
***************
*** 2,5 ****
--- 2,6 ----
# PROGRAM: slashdot.sh
# PURPOSE: CMS Benchmark Test
+ # Simulate Slashdot Load
# 30 simulated users, 5 repetitions, 300 transactions
# HISTORY: 2004-09-?? David (neoamphian) Initial programming
***************
*** 11,14 ****
--- 12,17 ----
# Gnuplot -- http://www.gnuplot.info/
# GD -- http://www.boutell.com/gd/
+ # Web Application Stress Testing --
+ # http://www.linuxjournal.com/print.php?sid=6691
cat /proc/loadavg | awk ' { print $1 }' >> ${1}
|