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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Dec 2 07:00:23 EST 2008


Author: bela at jboss.com
Date: 2008-12-02 07:00:21 -0500 (Tue, 02 Dec 2008)
New Revision: 81956

Added:
   projects/cluster/varia/sessionstress/stats.sh
Log:
added

Added: projects/cluster/varia/sessionstress/stats.sh
===================================================================
--- projects/cluster/varia/sessionstress/stats.sh	                        (rev 0)
+++ projects/cluster/varia/sessionstress/stats.sh	2008-12-02 12:00:21 UTC (rev 81956)
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+## Prints the number of active sessions on all cluster nodes
+#
+#### Replace the .13 with your own suffix !!!!
+#
+
+JBOSS=/home/bela/JBoss5
+
+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
+done


Property changes on: projects/cluster/varia/sessionstress/stats.sh
___________________________________________________________________
Name: svn:executable
   + *




More information about the jboss-cvs-commits mailing list