-
Notifications
You must be signed in to change notification settings - Fork 41
SIP User Documentation Appendix B
In functional mode, statistics are provided to evaluate SIP node event activity.
NOTE: This statistics are managed by JAVASimon library.
Statistics data must be collected by a mechanism based on the same library.
All following statistics are aggregated at any level for a range a of time.
For each defined SIP node, it is provided:
Successful (.success
) or failed events (.error
) and their related Status-Code are counted for:
- inbounding requests:
counter.sip_node.inbound.request
- inboundind answers:
counter.sip_node.inbound.answer
- outbounding requests:
counter.sip_node.outbound.request
- outbounding answers:
counter.sip_node.outbound.answer
A response time (measure.sip.responsetime
) is available for each SIP method handled by the node.
Statistics collection provides an output file:
...
< No sample data available yet >
...
© Copyright 2019-2020 Hewlett Packard Enterprise Development LP
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.
- Chapter 1: Introduction
- Chapter 2: SIP JMeter elements
- Chapter 3: Interaction between SIP nodes, samplers and peer nodes
- Chapter 4: Dialog management and transaction identification
- Chapter 5: Adding and configuring SIP nodes
- Chapter 6: Adding and configuring SIP samplers
- Chapter 7: Result structure produced by SIP specific samplers
- Appendix A: Logs and Traces
- Appendix B: Statistics