Re: [jgroups-dev] jgroup cluster - throughput is not increased
krishna <[email protected]> Tue, 22 Apr 2014 00:36:13 -0700 (PDT)
| Newsgroups | gmane.comp.java.javagroups.devel |
|---|---|
| Message-ID | <[email protected]> |
What i am going to calculate i am calculating the number of messages processed by a jvm instance. if the batch job processes 1 lakh messages in 7 min the TPS calculation is as follows. 100000/(7*60)= 234 tps Regarding deployment One Jgroups cluster with 2 jvm nodes . each node is of same configuration as follows in different machine. Java Configuration: java.initmemory=2048 java.maxmemory=2048 -XX:+UseConcMarkSweepGC -XX:SurvivorRatio=6 -XX:NewRatio=3 -XX:MaxPermSize=256m i am attaching the TCP configuration here. tcp.xml <http://jgroups.1086181.n5.nabble.com/file/n10155/tcp.xml> Regarding test program i don't have any test program. Currently jgroups clustering is implemented as follows. 1. jgroups2.8.jar in application lib folder 2. passing the below parameters to the jvm startup script -Djava.net.preferIPv4Stack=true -Djgroups.start_port=8100 -Djgroups.bind_addr=172.19.112.232 -Djgroups.tcpping.initial_hosts=172.19.112.232[8100],172.19.112.234[8101] Similar script will be passed on to cluster node-2. 3. Specifying the below line in another configuration file. <CLUSTER_NAME MEMBER_NAME="Member1" CLUSTER_PROTOCOL="tcp">FilePollerCluster</CLUSTER_NAME> i am not using 3.4 because of code dependency. when i compile with 3.4 lot of compilation errors are generated. Let me know if you need any other information specifically -- View this message in context: http://jgroups.1086181.n5.nabble.com/jgroup-cluster-throughput-is-not-increased-tp10150p10155.html Sent from the JGroups - Dev mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Start Your Social Network Today - Download eXo Platform Build your Enterprise Intranet with eXo Platform Software Java Based Open Source Intranet - Social, Extensible, Cloud Ready Get Started Now And Turn Your Intranet Into A Collaboration Platform http://p.sf.net/sfu/ExoPlatform _______________________________________________ Javagroups-development mailing list