Update of /cvsroot/phpwebsite-comm/scripts/benchmark
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29744
Modified Files:
slashdot.sh
Log Message:
added comments
Index: slashdot.sh
===================================================================
RCS file: /cvsroot/phpwebsite-comm/scripts/benchmark/slashdot.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** slashdot.sh 21 Sep 2004 18:28:05 -0000 1.3
--- slashdot.sh 21 Sep 2004 19:04:04 -0000 1.4
***************
*** 6,17 ****
# HISTORY: 2004-09-?? David (neoamphian) Initial programming
# 2004-09-21 Mike Noyes (mhnoyes)
! # RELATED: Flood -- http://httpd.apache.org/test/flood/
! # JMeter -- http://jakarta.apache.org/jmeter/index.html
! # Daiquiri -- http://www.omniti.com/~jesus/projects/daiquiri.tar.gz
! # Siege -- http://www.joedog.org/siege/
! # 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}
--- 6,12 ----
# HISTORY: 2004-09-?? David (neoamphian) Initial programming
# 2004-09-21 Mike Noyes (mhnoyes)
! # RELATED: Opensourcetesting.org -- Open source tools for
! # software testing professionals
! # http://www.opensourcetesting.org
cat /proc/loadavg | awk ' { print $1 }' >> ${1}
|