[jboss-cvs] JBossAS SVN: r81957 - projects/cluster/varia/sessionstress.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Dec 2 07:04:42 EST 2008


Author: bela at jboss.com
Date: 2008-12-02 07:04:42 -0500 (Tue, 02 Dec 2008)
New Revision: 81957

Modified:
   projects/cluster/varia/sessionstress/stats.sh
Log:
added parameters

Modified: projects/cluster/varia/sessionstress/stats.sh
===================================================================
--- projects/cluster/varia/sessionstress/stats.sh	2008-12-02 12:00:21 UTC (rev 81956)
+++ projects/cluster/varia/sessionstress/stats.sh	2008-12-02 12:04:42 UTC (rev 81957)
@@ -10,5 +10,5 @@
 for i in 0 2 3 4 5 6 7 
 do
     echo "node is 172.17.${i}.13"
-    ${JBOSS}/bin/twiddle.sh -s 172.17.${i}.13 get "jboss.web:type=Manager,host=localhost,path=/web" ActiveSessions
+    ${JBOSS}/bin/twiddle.sh -s 172.17.${i}.13 get "jboss.web:type=Manager,host=localhost,path=/web" ActiveSessions $*
 done




More information about the jboss-cvs-commits mailing list