Monit txpool_status Get formatted response for RPC call txpool_status Prerequisite Required: Go Install go instal github.com/rrobrms/monit-txpool_status@latest Usage Adjust this variables to your needs in main.go var ( RPC = "ws://127.0.0.1:8545" TICK = 2 ) go run main.go