We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request { task_query { start: timestamp, can be null, end: timestamp: can be null, tasks_limit: usize, } } Response { task_stats: { finished_task_num: usize, earliest_finished_tasks: vec[task_id] // len <= tasks_limit latest_finished_tasks: vec[task_id] processing_task_num: usize, earliest_processing_tasks: vec[task_id] latest_processing_tasks: vec[task_id] unstarted_task_num: usize, ... // any other types of tasks? // impl: select task_status, count(*) from tasks group by task_status; }, node_stats: { active_node_num: usize, offline_node_num: usize, total_node_num: usize, }, proving_stats: { average_proving_time: float (secs) // last 100? or last hour? or [start, end) ? } }
The text was updated successfully, but these errors were encountered:
maybe in the long run, promethus / grafana will be useful?
Sorry, something went wrong.
average total proving block/s and txp/s
current tps: 0.06.
4 cpu core.
( 300 tps needs 5000 cores )
Block(2, 5, 10, 5)
No branches or pull requests
The text was updated successfully, but these errors were encountered: