~statik/ubuntu/maverick/erlang/erlang-merge-testing

« back to all changes in this revision

Viewing changes to lib/megaco/doc/src/megaco_mib.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-05-01 10:14:38 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090501101438-6qlr6rsdxgyzrg2z
Tags: 1:13.b-dfsg-2
* Cleaned up patches: removed unneeded patch which helped to support
  different SCTP library versions, made sure that changes for m68k
  architecture applied only when building on this architecture.
* Removed duplicated information from binary packages descriptions.
* Don't require libsctp-dev build-dependency on solaris-i386 architecture
  which allows to build Erlang on Nexenta (thanks to Tim Spriggs for
  the suggestion).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="latin1" ?>
 
2
<!DOCTYPE chapter SYSTEM "chapter.dtd">
 
3
 
 
4
<chapter>
 
5
  <header>
 
6
    <copyright>
 
7
      <year>2002</year><year>2009</year>
 
8
      <holder>Ericsson AB. All Rights Reserved.</holder>
 
9
    </copyright>
 
10
    <legalnotice>
 
11
      The contents of this file are subject to the Erlang Public License,
 
12
      Version 1.1, (the "License"); you may not use this file except in
 
13
      compliance with the License. You should have received a copy of the
 
14
      Erlang Public License along with this software. If not, it can be
 
15
      retrieved online at http://www.erlang.org/.
 
16
    
 
17
      Software distributed under the License is distributed on an "AS IS"
 
18
      basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
 
19
      the License for the specific language governing rights and limitations
 
20
      under the License.
 
21
    
 
22
    </legalnotice>
 
23
 
 
24
    <title>Megaco mib</title>
 
25
    <prepared>Micael Karlberg</prepared>
 
26
    <responsible>Micael Karlberg</responsible>
 
27
    <docno></docno>
 
28
    <approved>Micael Karlberg</approved>
 
29
    <checked></checked>
 
30
    <date>2007-06-15</date>
 
31
    <rev>%VSN%</rev>
 
32
    <file>megaco_mib.xml</file>
 
33
  </header>
 
34
 
 
35
  <section>
 
36
    <title>Intro</title>
 
37
    <p>The Megaco mib is as of yet not standardized and our
 
38
      implementation is based on
 
39
      <em>draft-ietf-megaco-mib-04.txt</em>.  Almost all of the mib
 
40
      cannot easily be implemented by the megaco application. Instead
 
41
      these things should be implemented by a user (of the megaco
 
42
      application). </p>
 
43
    <p>So what part of the mib is implemented? Basically the relevant
 
44
      statistic counters of the <em>MedGwyGatewayStatsEntry</em>.</p>
 
45
  </section>
 
46
 
 
47
  <section>
 
48
    <title>Statistics counters</title>
 
49
    <p>The implementation of the statistic counters is
 
50
      lightweight. I.e.  the statistic counters are handled
 
51
      separatelly by different entities of the application. For
 
52
      instance our two transport module(s) (see <seealso marker="megaco_tcp#stats">megaco_tcp</seealso> and <seealso marker="megaco_udp#stats">megaco_udp</seealso>) maintain their
 
53
      own counters and the application engine (see <seealso marker="megaco#stats">megaco</seealso>) maintain it's own
 
54
      counters.</p>
 
55
    <p>This also means that if a user implement their own transport
 
56
      service then it has to maintain it's own statistics.</p>
 
57
  </section>
 
58
 
 
59
  <section>
 
60
    <title>Distribution</title>
 
61
    <p>Each megaco application maintains it's own set of counters. So
 
62
      in a large (distributed) MG/MGC it could be neccessary to
 
63
      collect the statistics from several nodes (each) running the
 
64
      megaco application (only one of them with the transport).</p>
 
65
  </section>
 
66
</chapter>
 
67