[Version 0.5.6.5]
PJSIP-PERF manual
NAME
pjsip-perf - PJSIP SIP Load Generator
Client/Server
SYNOPSYS
pjsip-perf [options]
-- to start as server
pjsip-perf [options]
URI -- to start as client
pjsip-perf --help
COPYRIGHT
pjsip-perf is Copyright (c)2006 by Benny Prijono
bennylp@prijono.org.
DESCRIPTION
pjsip-perf is a pretty simple SIP application based on
PJSIP and was created
to measure the performance of PJSIP. It analyzes
the performance by sending
thousands of requests to server (which can be another
pjsip-perf instance),
and measure the rate of
the responses.
pjsip-perf can run
as:
- client/UAC,
to generate thousands of requests per second and measure the
performance of a remote
server,
- server/UAS, to handle these requests,
- both client and server, to measure PJSIP
performance on local system.
Both client and server can run in stateless,
statefull or call statefull mode.
When running in stateless mode, requests and responses
are sent statelessly,
without creating SIP transactions.
In statefull mode, UAC or UAS transaction
is created to handle the request. In call statefull mode,
a proper PJSIP
dialog and INVITE session is created to the call.
|