performance-tuning

Identify tunneling system bottlenecks and prescribe latency, throughput, and concurrency optimizations.

7|2|Updated Jul 2, 2025
One-click install
npx skills add https://github.com/tunnox-net/tunnox-core --skill performance-tuning
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance-tuning
Source: https://github.com/tunnox-net/tunnox-core/tree/main/.claude/skills/performance-tuning
Command: npx skills add https://github.com/tunnox-net/tunnox-core --skill performance-tuning

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps identify bottlenecks in a tunneling system and prescribes practical optimizations to improve latency, throughput, and concurrency.

Core Features & Use Cases

  • Benchmarking and measurement: latency, throughput, and concurrency assessment.
  • Memory and CPU optimization patterns (e.g., sync.Pool, zero-copy, object pooling).
  • I/O and networking optimizations: batch writes, io.CopyBuffer, and batching strategies.
  • Use Case: After observing latency spikes, apply a series of optimization steps and re-measure to verify improvements.

Quick Start

Run baseline measurements (e.g., curl for health/latency, iperf3 for throughput), apply optimization templates (buffer pools, reduced allocations), and re-measure.