This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Warn validators with slow hardware #12017
Copy link
Copy link
Closed
Labels
I7-refactorCode needs refactoring.Code needs refactoring.J0-enhancementAn additional feature request.An additional feature request.U3-nice_to_haveIssue is worth doing eventually.Issue is worth doing eventually.Z1-easyCan be fixed primarily by duplicating and adapting code by an intermediate coderCan be fixed primarily by duplicating and adapting code by an intermediate coderZ6-mentorAn easy task where a mentor is available. Please indicate in the issue who the mentor could be.An easy task where a mentor is available. Please indicate in the issue who the mentor could be.
Description
Upon starting a node we currently print some brief hardware metrics.
This could be extended to include a warning in case the node has bad performance and was started with --validator.
The logic for comparing results and having a baseline is currently in utils/frame/benchmarking-cli, some of this would probably move to sc-sysinfo. sc-sysinfo would profit from this since it can use Throughput types (and other) instead of just u64 in some places.
Reactions are currently unavailable
Metadata
Metadata
Labels
I7-refactorCode needs refactoring.Code needs refactoring.J0-enhancementAn additional feature request.An additional feature request.U3-nice_to_haveIssue is worth doing eventually.Issue is worth doing eventually.Z1-easyCan be fixed primarily by duplicating and adapting code by an intermediate coderCan be fixed primarily by duplicating and adapting code by an intermediate coderZ6-mentorAn easy task where a mentor is available. Please indicate in the issue who the mentor could be.An easy task where a mentor is available. Please indicate in the issue who the mentor could be.
Type
Projects
Status
Done