Marketplace traffic-analysis
Analyze network traffic patterns, identify top applications and bandwidth usage, and optimize traffic management. Perform DPI-based traffic classification.
install
source · Clone the upstream repo
git clone https://github.com/aiskillstore/marketplace
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/aiskillstore/marketplace "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/dataknifeai/traffic-analysis" ~/.claude/skills/aiskillstore-marketplace-traffic-analysis && rm -rf "$T"
manifest:
skills/dataknifeai/traffic-analysis/SKILL.mdsource content
Traffic Analysis Skill
Analyze network traffic patterns and identify top applications and bandwidth consumers.
What this skill does
This skill enables you to:
- Identify applications in use with DPI classification
- Analyze bandwidth usage by client and application
- Identify heavy users and bandwidth-intensive applications
- Track traffic patterns and trends
- Recommend traffic optimization strategies
- Perform DPI-based network analytics
When to use this skill
Use this skill when you need to:
- Identify what applications are using bandwidth
- Find bandwidth-heavy users or applications
- Optimize traffic policies
- Analyze traffic distribution
- Plan bandwidth upgrades
- Troubleshoot congestion issues
- Generate traffic analysis reports
Available Tools
- Get DPI application categories in useget_dpi_categories
- Get client bandwidth and traffic statisticsget_client_stats
- Get device-level traffic informationget_network_devices
- Get detailed device throughput metricsget_network_device_stats
Typical Workflows
Traffic Classification
- Use
to see application categories in useget_dpi_categories - Understand traffic classification (streaming, gaming, etc.)
- Identify major application types
- Plan QoS policies based on categories
Bandwidth Analysis
- Use
to get client bandwidth usageget_client_stats - Identify top bandwidth consumers
- Analyze bandwidth distribution
- Correlate with application categories
- Recommend bandwidth allocation changes
Performance Troubleshooting
- Use
to check throughputget_network_device_stats - Use
to analyze client bandwidthget_client_stats - Use
to identify congestion causesget_dpi_categories - Correlate metrics to identify bottlenecks
Example Questions
- "What applications are using the most bandwidth?"
- "Show top 10 bandwidth-consuming clients"
- "Analyze traffic by DPI category"
- "Identify bandwidth bottlenecks"
- "Generate traffic analysis report"
- "Which applications should we prioritize?"
- "Recommend QoS policies based on traffic"
Response Format
When using this skill, I provide:
- DPI application categories and traffic volumes
- Top bandwidth consumers (clients)
- Traffic distribution analysis
- Bandwidth utilization patterns
- QoS recommendations
- Congestion identification
- Optimization suggestions
Best Practices
- Monitor traffic patterns regularly
- Correlate DPI categories with application policy
- Use traffic data to justify bandwidth upgrades
- Implement QoS based on application categories
- Track traffic trends over time
- Monitor for unusual traffic patterns
- Balance bandwidth allocation fairly
- Document traffic policies and rationale
- Review and adjust policies quarterly