debug-network banner
ruvnet ruvnet

debug-network

Development community intermediate

Description

Diagnose networking issues including P2P connectivity, routing, and dark addressing

Installation

Terminal
claude install-skill https://github.com/ruvnet/QuDAG

README

debug-network

Diagnose networking issues including P2P connectivity, routing, and dark addressing

Usage

/debug-network [node] [options]

Parameters

node (optional)

    undefined

component (optional)

    undefined

verbose (optional)

    undefined

trace (optional)

    undefined

Examples

/debug-network
/debug-network --node node-123
/debug-network --component routing --verbose
/debug-network --node dark:7f3a9b2c --trace
/debug-network --component dark_addressing
/debug-network --component onion --verbose

Diagnostic Checks

P2P

    undefined

Routing

    undefined

Dark Addressing

    undefined

Onion

    undefined

Transport

    undefined

Output Format

1. Network Overview
   - Node ID: {node_id}
   - Dark Address: {dark_address}
   - Uptime: {uptime}
   - Network Status: {status}
2. P2P Connectivity
   - Active Peers: {peer_count}
   - Connection Health: {connection_metrics}
   - Bandwidth: In: {bandwidth_in}, Out: {bandwidth_out}
   - Failed Connections: {failed_connections}
3. Routing Analysis
   - Routing Table Size: {route_count}
   - Path Diversity: {path_diversity_score}
   - Average Hop Count: {avg_hops}
   - Routing Failures: {routing_failures}
4. Dark Addressing System
   - Active Dark Addresses: {dark_address_count}
   - Resolution Success Rate: {resolution_rate}%
   - Anonymity Set Size: {anonymity_set}
   - Lookup Latency: {lookup_latency}ms
5. Onion Routing
   - Active Circuits: {circuit_count}
   - Layer Count: {onion_layers}
   - Circuit Build Time: {circuit_build_time}ms
   - Relay Performance: {relay_metrics}
6. Performance Metrics
   - Message Throughput: {messages_per_second}
   - Average Latency: {avg_latency}ms
   - Memory Usage: {memory_usage}MB
   - CPU Usage: {cpu_usage}%
7. Error Analysis
   - Recent Errors: {error_summary}
   - Error Rate: {error_rate}
   - Critical Issues: {critical_issues}
8. Security Status
   - Encryption: {encryption_status}
   - Authentication: {auth_status}
   - Anomalies Detected: {anomaly_count}
9. Recommendations
   - Performance: {performance_suggestions}
   - Security: {security_recommendations}
   - Configuration: {config_improvements}

Performance Thresholds

    undefined