|
@@ -33,6 +33,7 @@ Richard Good
|
|
|
4.1. config_file (string)
|
|
|
4.2. latency_threshold (int)
|
|
|
4.3. workerq_length_threshold_percentage (int)
|
|
|
+ 4.4. debug_heavy (int)
|
|
|
|
|
|
5. RPC Commands
|
|
|
|
|
@@ -123,7 +124,8 @@ Richard Good
|
|
|
1.1. Set config_file parameter
|
|
|
1.2. Set latency_threshold parameter
|
|
|
1.3. Set workerq_length_threshold_percentage parameter
|
|
|
- 1.4. DiameterPeer.xml example
|
|
|
+ 1.4. Set debug_heavy parameter
|
|
|
+ 1.5. DiameterPeer.xml example
|
|
|
|
|
|
Chapter 1. Admin Guide
|
|
|
|
|
@@ -141,6 +143,7 @@ Chapter 1. Admin Guide
|
|
|
4.1. config_file (string)
|
|
|
4.2. latency_threshold (int)
|
|
|
4.3. workerq_length_threshold_percentage (int)
|
|
|
+ 4.4. debug_heavy (int)
|
|
|
|
|
|
5. RPC Commands
|
|
|
|
|
@@ -207,6 +210,7 @@ Chapter 1. Admin Guide
|
|
|
4.1. config_file (string)
|
|
|
4.2. latency_threshold (int)
|
|
|
4.3. workerq_length_threshold_percentage (int)
|
|
|
+ 4.4. debug_heavy (int)
|
|
|
|
|
|
4.1. config_file (string)
|
|
|
|
|
@@ -244,6 +248,19 @@ modparam("cdp", "latency_threshold", 1000)
|
|
|
modparam("cdp", "workerq_length_threshold_percentage", 25)
|
|
|
...
|
|
|
|
|
|
+4.4. debug_heavy (int)
|
|
|
+
|
|
|
+ Flag to enable a more verbose log, which tells you more details about
|
|
|
+ peers. This is disabled by default because it brings to a log too much
|
|
|
+ verbose in DBG mode Can be enabled upon needs
|
|
|
+
|
|
|
+ Default value is “0”.
|
|
|
+
|
|
|
+ Example 1.4. Set debug_heavy parameter
|
|
|
+...
|
|
|
+modparam("cdp", "debug_heavy", 1)
|
|
|
+...
|
|
|
+
|
|
|
5. RPC Commands
|
|
|
|
|
|
5.1. cdp.disable_peer
|
|
@@ -269,7 +286,7 @@ modparam("cdp", "workerq_length_threshold_percentage", 25)
|
|
|
This is an example CDP configuration file. The location of this file is
|
|
|
configured as a CDP parameter (config_file) - See section 4.1 Above
|
|
|
|
|
|
- Example 1.4. DiameterPeer.xml example
|
|
|
+ Example 1.5. DiameterPeer.xml example
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<!--
|
|
|
|