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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Dec 3 04:04:44 EST 2008


Author: bela at jboss.com
Date: 2008-12-03 04:04:44 -0500 (Wed, 03 Dec 2008)
New Revision: 82003

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


Modified: projects/cluster/varia/sessionstress/stats.sh
===================================================================
--- projects/cluster/varia/sessionstress/stats.sh	2008-12-03 08:43:21 UTC (rev 82002)
+++ projects/cluster/varia/sessionstress/stats.sh	2008-12-03 09:04:44 UTC (rev 82003)
@@ -2,13 +2,13 @@
 
 ## Prints the number of active sessions on all cluster nodes
 #
-#### Replace the .13 with your own suffix !!!!
+#### Replace the .51 with your own suffix !!!!
 #
 
 JBOSS=/home/bela/JBoss5
 
 for i in 0 1 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 $*
+    echo "node is 172.17.${i}.51"
+    ${JBOSS}/bin/twiddle.sh -s 172.17.${i}.51 get "jboss.web:type=Manager,host=localhost,path=/web" ActiveSessions $*
 done




More information about the jboss-cvs-commits mailing list