Class | Description |
---|---|
JPerf |
Tool to measure TCP throughput, similar to iperf
|
MPerf |
Dynamic tool to measure multicast performance of JGroups; every member sends N messages and we measure how long it
takes for all receivers to receive them.
All messages received from a member P are checked for ordering and non duplicity.
MPerf is dynamic because it doesn't accept any configuration
parameters (besides the channel config file and name); all configuration is done at runtime, and will be broadcast
to all cluster members.
|
MPerf.ConfigChange | |
MPerf.Configuration | |
MPerf.MPerfHeader | |
MPerf.Result | |
MPerfRpc |
Dynamic tool to measure multicast RPC performance of JGroups; every member invokes N RPCs and we measure how long it
takes for all receivers to receive them.
Initially copied from
MPerf . |
MPerfRpc.ConfigChange | |
MPerfRpc.Configuration | |
MPerfRpc.Result | |
UdpPerf |
Dynamic tool to measure multicast performance of JGroups; every member sends N messages and we measure how long it
takes for all receivers to receive them.
|
UPerf |
Tests the UNICAST by invoking unicast RPCs between a sender and a receiver.
|
UPerf.Config | |
UPerf.Results | |
UUPerf |
Tests the UNICAST by invoking unicast RPCs from all the nodes to a single node.
|
UUPerf.ConfigOptions | |
UUPerf.Results |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.