Skip to content

SIP User Documentation Appendix A

Vincent Hérilier edited this page Nov 26, 2019 · 1 revision

Logs and Traces

PREVIOUS CHAPTER | TOC | NEXT


Apache JMeter can be used with ERROR, WARN, INFO, or DEBUG log level settings.

Level Description
ERROR Reports if there is an internal problem with plug-in.
WARN Provides a log file that is less detailed than ERROR, INFO, or DEBUG.
INFO Describes the main steps that occur during sampler execution with no additional information required for troubleshooting.
DEBUG Provides a detailed log with information required for troubleshooting. If you need help from the HPE SIMULAP SIP Plugin support team, change the log level to DEBUG and send the log file to the support team. DEBUG mode gives the support team enough information to understand the problem and resolve it.

The SIP stack logger can be set too.

As system property

Into the system.properties file, add:

gov.nist.javax.sip.TRACE_LEVEL=<LOG_LEVEL>

As user defined variables

Add 2 User Defined Variables into your Test Plan:

Name Value
debugLevel <LOG_LEVEL>
stackloglevel <LOG_LEVEL>

NOTE: defining such user defined variable overrides system property's value.


PREVIOUS CHAPTER | TOC | NEXT

Clone this wiki locally