Skip to content

WillFantom/sti

Repository files navigation

sti: Network Performance Tests    GitHub release (latest SemVer)

A simple test suite for probing network performance on the running host. This runs a set of configurable network tests including:

The results from these tests are pushed to a given InfluxDB v2 server.

Since these tests can be taxing on the network, each is run sequentially with a configurable interval between each.

Config

Your config file should be a yaml file named config.yaml (or specified in the --config flag if named otherwise). Config files are looked for in:

  • The current working dir when the sti command is executed
  • /etc/sti/config.yaml
  • The .config/sti dir within the executing user's home

See the example config for more on what should be in a configuration.

Usage

Assuming you have Docker installed and a config file for sti located in your current working directory, the following command will run the program.

docker run --rm --name sti --network host \
  -v "$(pwd)":/etc/sti/ -v /tmp:/tmp \
  ghcr.io/willfantom/sti:latest

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages