rpc/JSON-RPC method
das.SamplingStats
**SamplingStats returns the current statistics over the DA sampling process. **
Auth level: read
Params:
[]
Result:
{"name":"das.SamplingStats","description":"das.SamplingStats","summary":"","schema":{"examples":[{"head_of_sampled_chain":1092,"head_of_catchup":34101,"network_head_height":470292,"workers":[{"job_type":"catchup","current":1093,"from":1002,"to":1101},{"job_type":"catchup","current":33343,"from":33302,"to":33401},{"job_type":"catchup","current":34047,"from":34002,"to":34101},{"job_type":"catchup","current":1327,"from":1302,"to":1401},{"job_type":"catchup","current":1197,"from":1102,"to":1201},{"job_type":"catchup","current":1408,"from":1402,"to":1501}],"concurrency":6,"catch_up_done":false,"is_running":true}],"additionalProperties":false,"properties":{"catch_up_done":{"type":"boolean"},"concurrency":{"type":"integer"},"failed":{"patternProperties":{".*":{"type":"integer"}},"type":"object"},"head_of_catchup":{"type":"integer"},"head_of_sampled_chain":{"type":"integer"},"is_running":{"type":"boolean"},"network_head_height":{"type":"integer"},"workers":{"items":{"additionalProperties":false,"properties":{"current":{"type":"integer"},"error":{"type":"string"},"from":{"type":"integer"},"job_type":{"type":"string"},"to":{"type":"integer"}},"type":"object"},"type":"array"}},"type":["object"]},"required":true,"deprecated":false}