- CheckMates
- :
- Products
- :
- General Topics
- :
- ccp_analyzer - what is it!
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ccp_analyzer - what is it!
"ccp_analyzer" is a tool to analyze ClusterXL CCP packets. It gives out a lot of CCP information from tcpdump in a readable form. It is used to debug CCP. More informations about CCP and ClusterXL debug can you found here How to troubleshoot failovers in ClusterXL or here How to troubleshoot failovers in ClusterXL - Advanced Guide.
Here is a CLI example:
# tcpdump -nepi <interface> -x port -s 0 8116 2>/dev/null | ccp_analyzer -g –c
If your tcpdump is aborted, a summary will be generated:
Here is an example of the output:
More interesting articles: cp.ankenbrand24.de
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does this also works with fw monitor?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Jan,
no, fw monitor is not supported with ccp_analyzer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Jan,
The big question is! Will CPPCAP be supported in the future?
More infos to CPPCAP here:
R80.x Performance Tuning and Debug Tips – TCPDUMP vs. CPPCAP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Hiko,
thanks for the answer.
