bd91a332e9
* point at op-geth v1.13.13 * update triedb import path * update deprecated core structs to types package * Update op-geth with tx pool fix. * point at v1.13.14 * point at geth v1.13.15 * fix NewStackTrie call * remove pin * use op-geth v1.101315.0-rc.1 --------- Co-authored-by: Adrian Sutton <adrian@oplabs.co> |
||
---|---|---|
.. | ||
cmd/ufm | ||
pkg | ||
tools/kmstool | ||
.gitignore | ||
Dockerfile | ||
entrypoint.sh | ||
example.config.toml | ||
go.mod | ||
go.sum | ||
Makefile | ||
README.md |
OP User Facing Monitoring
This project simulates a synthetic user interacting with a OP Stack chain.
It is intended to be used as a tool for monitoring the health of the network by measuring end-to-end transaction latency.
Metrics
-
Round-trip duration time to get transaction receipt (from creation timestamp)
-
First-seen duration time (from creation timestamp)
Usage
Run make ufm
to build the binary. No additional dependencies are necessary.
Copy example.config.toml
to config.toml
and edit the file to configure the service.
Start the service with ufm config.toml
.