Tsung is a distributed load testing tool that is available free of charge as an open source software product. It is protocol-independent and can be used to stress Jabber/XMPP, HTTP, SOAP, LDAP and PostgreSQL servers. The tool can simulate very large numbers of users per server, making it ideal for analysing and testing the performance of large-scale applications, such as instant messaging solutions. ok sthen@
17 lines
531 B
Plaintext
17 lines
531 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2012/08/24 09:41:41 jasper Exp $
|
|
--- Makefile.in.orig Mon Aug 20 19:41:13 2012
|
|
+++ Makefile.in Mon Aug 20 19:42:23 2012
|
|
@@ -75,10 +75,10 @@ endif
|
|
BINDIR = $(bindir)
|
|
LIBDIR = $(libdir)/tsung/
|
|
TOOLS_BINDIR = $(LIBDIR)/bin
|
|
-CONFDIR = $(docdir)/examples
|
|
+CONFDIR = $(datadir)/examples/tsung/
|
|
SHARE_DIR = $(datadir)/tsung/
|
|
TEMPLATES_DIR = $(datadir)/$(TEMPLATES_SUBDIR)
|
|
-MAN_DIR = $(datadir)/man/man1/
|
|
+MAN_DIR = $(prefix)/man/man1/
|
|
DOC_DIR = $(docdir)
|
|
|
|
# custom behaviours
|