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
+5
View File
@@ -144,6 +144,11 @@ endif
SUBDIRS = .
PLUGINS = ${libstrongswan_plugins}
if USE_LOAD_TESTS
SUBDIRS += plugins/load_tester
PLUGINS += load-tester
endif
if USE_KERNEL_PFKEY
SUBDIRS += plugins/kernel_pfkey
PLUGINS += kernel-pfkey