mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-08 14:21:14 +00:00
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?
order, parent
| order | parent | ||||
|---|---|---|---|---|---|
| 1 |
|
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.