Hi Treespace. Thanks for the response.
The CPU is not at a constant 100% usage - I only used this as a term indicating that the box itself was at it's full capacity. Not only did we watch th e CPU but all the other OS load paramerters also indicated full capacity. It is a 4 CPU box and the "Load" value reported via rstatd was also very high (16-20) when debugging was turned off and we hit 30 "users". Webload uses rstatd to determine cpu usage/load and we often manually monitor these (using top, mpstat, etc...) and what it reports is always consistent with what we see manually. Another indication that the server is "working better" when the debug flag is turned on is that we can pass more of the load onto the database server which indicates that we are getting more transactions per minute. With debugging off, we could only load the DB server (12 CPU sun box) to about 30% cpu and a load value of 1 - 2 no matter how many "users" we had hitting the jboss server - obviously not heavily loaded. When we switch to debug on, we're able to get the database box up to about 75% cpu usage, with a load value of 8-10 which is a much heavier load. You're comment about blocked IO is interesting. The application is a massive re-implementation of an old mainframe cobol system. When it was coded there was very little thought given to performance and if we run it through a profiler, it is obvious that it spends most of it's time doing IO. For example, a single request from a user can result in over 30 database reads and 10 database updates in about 3 different transactions as well as a JMS message. Maybe somehow the different IO causes the db IO to be more efficient? pete. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836996#3836996 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836996 ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
