All 50+ CLI Commands Hub
DocsCLI Guides & WorkflowAll 50+ CLI Commands Hub

All 50+ CLI Commands Hub

Complete interactive index of all 50 official command-line tools in the KSP ecosystem.

Click any command below to view its full documentation page, including detailed syntax, argument flags, realistic examples, and expected terminal outputs.

Networking & Diagnostics(14 commands)

ksp diag

Perform deep-packet diagnostic testing, latency jitter profiling, and MTU discovery on KSP endpoints.

ksp proxy

Launch a transparent KSP-to-TCP or KSP-to-UDP local forwarder proxy.

ksp gateway

Run a protocol translation bridge terminating KSP sessions and forwarding to standard web services.

ksp connect

Open an interactive client session to a remote KSP server with full cryptographic handshake negotiation.

ksp disconnect

Gracefully terminate an active KSP session by sending a signed `GoAway` frame and flushing pending buffers.

ksp ping

Measure cryptographic handshake and encrypted frame round-trip time (RTT) to a target KSP server.

ksp capture

Capture live KSP network traffic on an interface and record it to a pcapng file with decryption keys attached.

ksp benchmark

Run intensive high-throughput, concurrency, and latency benchmarks against a local or remote KSP server.

ksp transfer

Send a file or directory securely to a remote peer or `ksp receive` instance over chunked KSP streams.

ksp receive

Listen for incoming encrypted file transfers initiated by `ksp transfer` and verify their SHA-256 checksums.

ksp monitor

Real-time top-like terminal interface showing active KSP sessions, stream bandwidth, and packet drop counters.

ksp dashboard

Launch a rich TUI (Terminal User Interface) dashboard with live charts, stream logs, and latency gauges.

ksp stats

Dump cumulative server telemetry, packet counts, decryption latency averages, and error counters.

ksp trace

Trace every individual hop, nonce transition, and stream frame for a specific connection across your network.