20022016 Ericsson AB. All Rights Reserved. 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. megaco_codec_mstone1 Micael Karlberg Micael Karlberg Micael Karlberg 2009-05-27 %VSN% megaco_codec_mstone1.xml
megaco_codec_mstone1 This module implements a simple megaco codec-based performance tool.

This module implements the mstone1 tool, a simple megaco codec-based performance tool.

The results, the mstone value(s), are written to stdout.

Note that this module is not included in the runtime part of the application.

start() -> void() start(MessagePackage) -> void() start(MessagePackage, Factor) -> void() MessagePackage = message_package() message_package() = atom() Factor() = integer() > 0

This function starts the mstone1 performance test with all codec configs. Factor (defaults to 1) processes are started for every supported codec config.

Each process encodes and decodes their messages. The number of messages processed in total (for all processes) is the mstone value.

start_flex() -> void() start_flex(MessagePackage) -> void() start_flex(MessagePackage, Factor) -> void() MessagePackage = message_package() message_package() = atom() Factor() = integer() > 0

This function starts the mstone1 performance test with only the flex codec configs (i.e. pretty and compact with flex). The same number of processes are started as when running the standard test (using the start/0,1 function). Each process encodes and decodes their messages. The number of messages processed in total (for all processes) is the mstone value.

start_only_drv() -> void() start_only_drv(MessagePackage) -> void() start_only_drv(MessagePackage, Factor) -> void() MessagePackage = message_package() message_package() = atom() Factor() = integer() > 0

This function starts the mstone1 performance test with only the driver using codec configs (i.e. pretty and compact with flex, and ber and per with driver and erlang with compressed). The same number of processes are started as when running the standard test (using the start/0,1 function). Each process encodes and decodes their messages. The number of messages processed in total (for all processes) is the mstone value.

start_no_drv() -> void() start_no_drv(MessagePackage) -> void() start_no_drv(MessagePackage, Factor) -> void() MessagePackage = message_package() message_package() = atom() Factor() = integer() > 0

This function starts the mstone1 performance test with codec configs not using any drivers (i.e. pretty and compact without flex, ber and per without driver and erlang without compressed). The same number of processes are started as when running the standard test (using the start/0,1 function). Each process encodes and decodes their messages. The number of messages processed in total (for all processes) is the mstone value.