1COROSYNC-PLOAD(8) System Manager's Manual COROSYNC-PLOAD(8)
2
3
4
6 corosync-pload - Start payload test.
7
9 corosync-pload
10
12 corosync-pload starts the pload service. This is used as a test tool
13 to generate traffic. All nodes will begin transmitting messages and
14 they will stop when 1500000 messages have been received per node.
15
16 To view the progress of this execute:
17
18 $ corosync-objctl runtime.services.pload.
19 runtime.services.pload.service_id=13
20 runtime.services.pload.0.tx=3
21 runtime.services.pload.0.rx=2
22 runtime.services.pload.1.tx=2478788
23 runtime.services.pload.1.rx=4467870
24
25 At the end of the run a log message will be written showing the number
26 of messages written and the time that this took.
27
28 corosync[4931]: [PLOAD ] 1500000 Writes 300 bytes per write 30.838
29 seconds runtime, 48640.968 TP/S, 13.916 MB/S.
30
31
32 SEE ALSO
33 corosync-objctl(8)
34
36 Angus Salkeld
37
38 2010-05-30 COROSYNC-PLOAD(8)