]> git.proxmox.com Git - mirror_corosync.git/commit - exec/coroparse.c
pload: make it a test service and not a public one
authorFabio M. Di Nitto <fdinitto@redhat.com>
Sat, 10 Mar 2012 15:59:14 +0000 (16:59 +0100)
committerFabio M. Di Nitto <fdinitto@redhat.com>
Mon, 12 Mar 2012 06:11:51 +0000 (07:11 +0100)
commiteb3d49ef7d097a258bc73452662e1d5fa8ca7278
tree99aa5e6aea2833b8deae2505f8fcf9814ef464e6
parent142ce8c3a1830d9943ab7fb951b079882bd0cc9c
pload: make it a test service and not a public one

pload is a performance benchmark that measures the onwire
speed of corosync.

problem is that once pload has been executed, the cluster
is basically dead.

turn pload into a test tool, by removing corosync-pload tool
and user library.

cleanup pload code to make it more readable and drop lots
of unnecessary stuff.

add test/ploadstart tool that can configure and start pload
via cmap calls.

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
Reviewed-by: Steven Dake <sdake@redhat.com>
21 files changed:
configure.ac
corosync.spec.in
exec/coroparse.c
exec/pload.c
exec/util.h
include/Makefile.am
include/corosync/ipc_pload.h [deleted file]
include/corosync/pload.h [deleted file]
lib/Makefile.am
lib/libpload.versions [deleted file]
lib/libpload.verso [deleted file]
lib/pload.c [deleted file]
man/Makefile.am
man/corosync-pload.8 [deleted file]
man/index.html
pkgconfig/Makefile.am
test/Makefile.am
test/ploadstart.sh [new file with mode: 0644]
tools/.gitignore
tools/Makefile.am
tools/corosync-pload.c [deleted file]