Tool to tune system parameters like PoH service priority (#7155)

* New daemon to tune system parameters like PoH service priority

* fixes for Linux

* integrate with poh_service

* fixes

* address review comments

* remove `dead_code` directive
This commit is contained in:
Pankaj Garg
2019-12-02 16:46:46 -08:00
committed by GitHub
parent 41cff1b49d
commit 076e384bb5
9 changed files with 204 additions and 0 deletions

View File

@ -82,6 +82,7 @@ BINS=(
solana-log-analyzer
solana-net-shaper
solana-archiver
solana-sys-tuner
solana-validator
)