1megaco_codec_mstone2(3) Erlang Module Definition megaco_codec_mstone2(3)
2
3
4
6 megaco_codec_mstone2 - This module implements a simple megaco codec-
7 based performance tool.
8
10 This module implements the mstone2 tool, a simple megaco codec-based
11 performance tool.
12
13 The results, the mstone value(s), are written to stdout.
14
15 Note that this module is not included in the runtime part of the appliā
16 cation.
17
19 start() -> void()
20 start(MessagePackage) -> void()
21
22 Types:
23
24 MessagePackage = message_package()
25 message_package() = atom()
26
27 This function starts the mstone2 performance test with all codec
28 configs. Processes are created dynamically. Each process make
29 one run through their messages (decoding and encoding messages)
30 and then exits. When one process exits, a new is created with
31 the same codec config and set of messages.
32
33 The number of messages processed in total (for all processes) is
34 the mstone value.
35
36
37
38Ericsson AB megaco 4.4.3 megaco_codec_mstone2(3)