Install
openclaw skills install slv-benchmarkRun benchmark tests and connectivity checks for SLV endpoints using shredstream, grpc, or rpc with region-aware configuration and API key support.
openclaw skills install slv-benchmarkBenchmark and connectivity workflows for SLV.
shredstreamgrpcrpcFor benchmark requests, collect inputs in this order:
Region should be collected before execution because --region gives more accurate measurements for feed comparison.
geyserbench config generationUse:
~/.slv/api.yml for the ERPC API key when availablehttps://edge.erpc.global as erpc_urlExample config:
[config]
region = "frankfurt"
erpc_url = "https://edge.erpc.global"
erpc_api_key = "api-key"
transactions = 10000
account = "pAMMBay6oceH9fJKBRHGP5D4bD4sWpmSwMn52FMfXEA"
commitment = "processed"
[[endpoint]]
name = "http://endpoint-1"
url = "http://endpoint-1"
kind = "shredstream"
[[endpoint]]
name = "http://endpoint-2"
url = "http://endpoint-2"
kind = "shredstream"
A natural future command shape is:
slv check geyserbench <options>
This should mirror the current slv check grpc / slv check shreds style by passing arguments through to the installed benchmark binary.
If ~/.slv/api.yml does not contain the required ERPC API key, instruct the user to get a free API key and configure it first.