From 6ff54be10fd9c0ceff14e10f83a1d1af82ede83f Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Fri, 22 Sep 2006 20:43:00 +0000 Subject: Updated doxygen documentation for the website git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@736 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/docs/doxygen.h | 28 +++++++++++++++++++++++++--- pjsip/docs/pjsip-perf.jpg | Bin 0 -> 45163 bytes pjsip/docs/siprtp.jpg | Bin 0 -> 69854 bytes 3 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 pjsip/docs/pjsip-perf.jpg create mode 100644 pjsip/docs/siprtp.jpg (limited to 'pjsip/docs') diff --git a/pjsip/docs/doxygen.h b/pjsip/docs/doxygen.h index 604284f6..89deb47f 100644 --- a/pjsip/docs/doxygen.h +++ b/pjsip/docs/doxygen.h @@ -28,8 +28,9 @@ */ /** + \n - @mainpage PJSIP + @mainpage PJSIP - Open Source SIP Stack \n \n @@ -118,7 +119,7 @@ \n @subsection doc_ver Version - This document corresponds to PJSIP version 0.5.6. + This document corresponds to PJSIP version 0.5.8. \n @subsection doc_how_to_read How to Read This Document @@ -216,6 +217,12 @@ is recommended.\n Screenshots on WinXP: \image html siprtp.jpg "siprtp screenshot on WinXP" + - @ref page_pjsip_perf_c\n + This sample contains a complete implementation of a SIP performance + measurement tool. Unlike other tool such SIPp, pjsip-perf is geared + more towards finding the performance of an endpoint by flooding the + endpoint with some requests and time the completion of the requests.\n + Screenshots on Linux console: \image html pjsip-perf.jpg "pjsip-perf screenshot on Linux" */ /** @@ -254,7 +261,7 @@ */ /** - * \page page_pjmedia_samples_siprtp_c Samples: Using SIP and Custom RTP/RTCP to Monitor Quality + * \page page_pjmedia_samples_siprtp_c Samples: siprtp - SIP with RTCP Quality Monitoring * * This source is an example to demonstrate using SIP and RTP/RTCP framework * to measure the network quality/impairment from the SIP call. This @@ -274,3 +281,18 @@ * \includelineno siprtp.c */ +/** + * \page page_pjsip_perf_c Samples: pjsip-perf - SIP Performance Benchmarking Tool + * + * This sample contains a complete implementation of a SIP performance + * measurement tool. Unlike other tool such SIPp, pjsip-perf is geared + * more towards finding the performance of an endpoint by flooding the + * endpoint with some requests and time the completion of the requests. + * + * The source code of the file is pjsip-apps/src/samples/pjsip-perf.c + * + * Screenshots on Linux console: \image html pjsip-perf.jpg + * + * \includelineno pjsip-perf.c + */ + diff --git a/pjsip/docs/pjsip-perf.jpg b/pjsip/docs/pjsip-perf.jpg new file mode 100644 index 00000000..2e1fd3c9 Binary files /dev/null and b/pjsip/docs/pjsip-perf.jpg differ diff --git a/pjsip/docs/siprtp.jpg b/pjsip/docs/siprtp.jpg new file mode 100644 index 00000000..975f1fad Binary files /dev/null and b/pjsip/docs/siprtp.jpg differ -- cgit v1.2.3