From 84adefa331c4159d432d22840663c38f155cd4c1 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 20 Nov 2009 14:54:40 +0000 Subject: The R13B03 release. --- lib/megaco/doc/src/megaco_codec_mstone2.xml | 66 +++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 lib/megaco/doc/src/megaco_codec_mstone2.xml (limited to 'lib/megaco/doc/src/megaco_codec_mstone2.xml') diff --git a/lib/megaco/doc/src/megaco_codec_mstone2.xml b/lib/megaco/doc/src/megaco_codec_mstone2.xml new file mode 100644 index 0000000000..778e125a75 --- /dev/null +++ b/lib/megaco/doc/src/megaco_codec_mstone2.xml @@ -0,0 +1,66 @@ + + + + +
+ + 20022009 + Ericsson AB. All Rights Reserved. + + + The contents of this file are subject to the Erlang Public License, + Version 1.1, (the "License"); you may not use this file except in + compliance with the License. You should have received a copy of the + Erlang Public License along with this software. If not, it can be + retrieved online at http://www.erlang.org/. + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See + the License for the specific language governing rights and limitations + under the License. + + + + megaco_codec_mstone2 + Micael Karlberg + Micael Karlberg + + Micael Karlberg + + 2009-05-27 + %VSN% + megaco_codec_mstone2.xml +
+ megaco_codec_mstone2 + This module implements a simple megaco codec-based performance tool. + +

This module implements the mstone2 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() + + + MessagePackage = message_package() + message_package() = atom() + + +

This function starts the mstone2 performance test with all codec configs. + Processes are created dynamically. Each process make one run + through their messages (decoding and encoding messages) and then exits. + When one process exits, a new is created with the same codec config and set + of messages.

+

The number of messages processed in total (for all processes) is the mstone value.

+
+
+ +
+ +
+ -- cgit v1.2.3