perf-test.2.22.1.source-code.jgroups-k8s-perf-test.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of perf-test Show documentation
Show all versions of perf-test Show documentation
A Java-based performance testing tool for RabbitMQ.
The newest version!
<config xmlns="urn:org:jgroups" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:org:jgroups http://www.jgroups.org/schema/jgroups.xsd"> <TCP bind_port="7800" bind_addr="SITE_LOCAL" /> <org.jgroups.protocols.kubernetes.KUBE_PING namespace="${namespace}" port_range="1" /> <MERGE3 max_interval="30000" min_interval="10000"/> <VERIFY_SUSPECT timeout="1500" /> <BARRIER /> <pbcast.NAKACK2 xmit_interval="500" xmit_table_num_rows="100" xmit_table_msgs_per_row="2000" xmit_table_max_compaction_time="30000" use_mcast_xmit="false" discard_delivered_msgs="true"/> <UNICAST3 xmit_table_num_rows="100" xmit_table_msgs_per_row="1000" xmit_table_max_compaction_time="30000"/> <pbcast.STABLE desired_avg_gossip="50000" max_bytes="8m"/> <pbcast.GMS print_local_addr="false" join_timeout="3000" /> <MFC max_credits="4M" min_threshold="0.4"/> <FRAG2 frag_size="60K" /> <pbcast.STATE_TRANSFER /> </config>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy