a load testing plugin, to:

find multi-threading issues
	do performance profiling
This commit is contained in:
Martin Willi
2008-10-21 13:00:38 +00:00
parent 6df2837a8c
commit 0fd6e95562
11 changed files with 846 additions and 0 deletions
@@ -0,0 +1,15 @@
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/charon
AM_CFLAGS = -rdynamic
plugin_LTLIBRARIES = libstrongswan-load-tester.la
libstrongswan_load_tester_la_SOURCES = \
load_tester_plugin.c load_tester_plugin.h \
load_tester_config.c load_tester_config.h \
load_tester_creds.c load_tester_creds.h \
load_tester_ipsec.c load_tester_ipsec.h
libstrongswan_load_tester_la_LDFLAGS = -module