Files
tendermint/docs/tools
William Banfield 7c91b53999 docs: PBTS synchrony issues runbook (#8129)
closes: #7756 

# What does this pull request change?
This pull request adds a new runbook for operators enountering errors related to the new Proposer-Based Timestamps algorithm. The goal of this runbook is to give operators a set of clear steps that they can follow if they are having issues producing blocks because of clock synchronization problems. 
This pull request also renames the `*PrevoteDelay` metrics to drop the term `MessageDelay`. These metrics provide a combined view of `message_delay` + `synchrony` so the name may be confusing.
# Questions to reviewers
* Are there ways to make the set of steps clearer or are there any pieces that seem confusing?
2022-03-17 19:20:46 +00:00
..

order, parent
order parent
1
title order
Tooling 8

Overview

Tendermint has some tools that are associated with it for:

Benchmarking

tm-load-test is a distributed load testing tool (and framework) for load testing Tendermint networks.

Testnets

This repository contains various different configurations of test networks for, and relating to, Tendermint.

Use Docker Compose to spin up Tendermint testnets on your local machine.

Use Terraform and Ansible to deploy Tendermint testnets to the cloud.

See the tendermint testnet --help command for more help initializing testnets.