rttop

package module
v0.0.0-...-80586cc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 8, 2023 License: MIT Imports: 1 Imported by: 0

README

rttop

A simple CLI tool to measure the RTT of your connection, like top for ping.

screenshot

Installing

Install a Go toolchain.

Then:

go install github.com/delthas/rttop/cmd/rttop@master

Running

To test your ping against the default UDP rttop server:

rttop

To test your ping against any server supporting ping:

rttop google.com

For advanced usage, run rttop -help.

License

MIT

Documentation

Index

Constants

View Source
const MaxSize = 508

Variables

This section is empty.

Functions

This section is empty.

Types

type Packet

type Packet interface {
	bare.Union
}

type PacketPing

type PacketPing struct {
	Tick int
}

func (PacketPing) IsUnion

func (p PacketPing) IsUnion()

type PacketWrapper

type PacketWrapper struct {
	Packet Packet
}

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL