[General] Measuring transactions per second (TPS) on zkSync Private Testnet #708
-
EnvironmentTestnet L2 block numberNo response Provide a brief description of the functionality you're trying to implement and the issue you are running into.Hey everyone! Repo Link (Optional)No response Additional DetailsNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
To measure and visualize the Transactions Per Second (TPS) on your zkSync private testnet using Grafana, you can follow these steps:
For detailed guidance on setting up observability for zkSync nodes, you can refer to the ZKsync Node Observability documentation. This will provide you with information on configuring logs, metrics, and how to integrate with Prometheus and Grafana. Your feedback helps us serve you better. If this fully addresses your question, please give it a thumbs up. If it doesn't, please give it a thumbs down. This will inform the community and team so we can improve our support. |
Beta Was this translation helpful? Give feedback.
-
Hey! We have public Grafana dashboards for the node, they include the TPS information. Check out this repository: If you're using |
Beta Was this translation helpful? Give feedback.
Hey! We have public Grafana dashboards for the node, they include the TPS information. Check out this repository:
https://github.com/matter-labs/era-observability/
If you're using
zk_toolbox
to run you code, then it also has an option to configure the observability stack for you, check its documentation. Under the hood it still uses theera-observability
repository, so it's fine to use whatever approach works for you.