[Performance Tuning] - Identifying performance bottlenecks
by jshrinivas
Hello,
I have a benchmarking application running on JBoss. The application gets requests from a client driver which keeps on sending requests at around 2000 requests per second. Although JBoss processes the requests without any errors the CPU utilization on the JBoss machine doesnt goes beyond 70%. It is not waiting for I/O, N/W seems perfectly fine and DB machine is also performing optimally. The JVM arguments for JBoss process are tuned for GC, Heap size etc. The h/w on which JBoss is running is powerful enough to handle such load easily.
I wanted to know what things one should look in to in such a situation? Are there any tools that can point where the bottleneck lies? What JBoss configuration changes one should look in to?
BTW I am using a slimmed version of JBoss and have done config changes according to the wiki page for performance optimization.
Thanks,
-Shrinivas
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989769#3989769
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989769
19Â years, 5Â months
[JBossCache] - Re: Error starting cache with TCP and TCPPING
by urisherman
Why would it try to bind to a mcast address? I didn't define any -
anonymous wrote :
| <TCP start_port="7050" loopback="true"
| send_buf_size="100000" recv_buf_size="200000" />
| <TCPPING timeout="3000" initial_hosts="10.106.124.240[7050],10.106.124.239[7050]"
| port_range="3" num_initial_members="2" />
| <FD timeout="2000" max_tries="4" />
| <VERIFY_SUSPECT timeout="1500" down_thread="false"
| up_thread="false" />
| <pbcast.NAKACK gc_lag="100"
| retransmit_timeout="600,1200,2400,4800" />
| <pbcast.STABLE stability_delay="1000"
| desired_avg_gossip="20000" down_thread="false" max_bytes="0"
| up_thread="false" />
| <VIEW_SYNC avg_send_interval="60000" down_thread="false"
| up_thread="false" />
| <pbcast.GMS print_local_addr="true" join_timeout="5000"
| join_retry_timeout="2000" shun="true" />
| <pbcast.STATE_TRANSFER down_thread="true"
| up_thread="true"/>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989764#3989764
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989764
19Â years, 5Â months