| 类 | 说明 |
|---|---|
| CheckGaps |
Reads a sequence of numbers from stdin and verifies that they are in order
|
| CheckMonotonicallyIncreasingNumbers |
Checks whether numbers in a stream are monotonically increasing, e.g.
|
| CheckToaOrder |
This check the order of the messages, assuming that the message IDs are printed in a file
Note: this is used for debugging
Note2: this needs to be clean :)
|
| FlowControlTest |
Interactive test for MFC and UFC
|
| GetGlobalAddress |
Returns a global IP address, if not found a site-local, if not found a non loopback, if not found the loopback addr
|
| GridFilesystemTest | |
| LargeState |
Tests transfer of large states.
|
| MakeUnique |
Replaces words that start with args passed to the program with A, B, C and so on.
|
| mcast |
Tests IP multicast.
|
| McastDiscovery |
Discovers all neighbors in an IP multicast environment by using expanding ring multicasts (increasing TTL).
|
| McastReceiverTest |
Tests IP multicast.
|
| McastSenderTest |
Same as McastSenderTest, but uses all available interfaces (including loopback) to send the packets
|
| MessageDispatcherSpeedTest | |
| ModClusterAdvertizeListener |
Listens on 224.0.1.105:23364 for mod-cluster advertizements from httpd daemons and prints them to stdout
|
| ParseMessages |
Parses messages out of a captured file and writes them to stdout
|
| PingPong |
Simple protocol to test round trip times.
|
| PingPongDatagram |
Simple protocol to test round trip times.
|
| Probe |
Discovers all UDP-based members running on a certain mcast address
|
| RoundTrip |
Class that measure RTT between a client and server
|
| RoundTripMulticast |
Class that measure RTT between a client and server using multicast sockets
|
| RoundTripTcp |
Class that measure RTT between a client and server using ServerSocket/Socket
|
| RoundTripUdp |
Class that measure RTT between a client and server using datagram sockets
|
| RouterStubGet | |
| RpcDispatcherBlocking |
Tests synchronous group RPCs. 2 main test cases:
Member crashes during invocation of sync group RPC: start 3 instances (A,
B,C), set the timeout to be 30 seconds.
|
| RpcDispatcherSpeedTest |
Test for measuring performance of group RPCs.
|
| ShmTest |
Tests the speed of message sending/receiving via shared memory.
|
| TestToaOrder |
Runs the Total Order Anycast protocol and saves the messages delivered
Note: this is used for debugging
Note2: this needs to be clean :)
|
| UnicastTest |
Perf tests the UNICAST protocol by sending unicast messages between a sender and a receiver
|
| UnicastTestRpc |
Tests performance of unicast RPCs between a caller and a recipient
|
| UnicastTestSharedLoopback |
Tests UnicastTest with SHARED_LOOPBACK and 2 UnicastTest instances
|
| UnicastTestTcp |
Same as UnicastTest, but uses pure TCP instead of JGroups
|
| UnicastTestTcpRpc |
Tests the UNICAST by invoking unicast RPCs between a sender and a receiver
|
| UnicastTestTcpSlow |
Same as UnicastTest, but uses pure TCP instead of JGroups
|