Felix Lange
|
91b7690428
|
rpc: add new client, use it everywhere
The new client implementation supports concurrent requests,
subscriptions and replaces the various ad hoc RPC clients
throughout go-ethereum.
|
8 years ago |
Péter Szilágyi
|
90e07b19ab
|
cmd: fix CLI package deprecation warnings
|
9 years ago |
Bas van Kervel
|
861add3d72
|
cmd/geth: codegansta/cli package renamed to urfave/cli
|
9 years ago |
Péter Szilágyi
|
d6c6bcc9f3
|
cmd/geth: update monitor to new termui code
|
9 years ago |
Péter Szilágyi
|
900e124bee
|
cmd, common, node, rpc: rework naming convention to canonical one
|
9 years ago |
Péter Szilágyi
|
188ab928c3
|
cmd, common, node, rpc: move IPC into the node itself
|
9 years ago |
Bas van Kervel
|
19b2640e89
|
rpc: migrated the RPC insterface to a new reflection based RPC layer
|
9 years ago |
Péter Szilágyi
|
17f65cd1e5
|
eth: update metrics collection to handle eth/62 algos
|
9 years ago |
Felix Lange
|
3f047be5aa
|
all: update license headers to distiguish GPL/LGPL
All code outside of cmd/ is licensed as LGPL. The headers
now reflect this by calling the whole work "the go-ethereum library".
|
9 years ago |
Felix Lange
|
ea54283b30
|
all: update license information
|
9 years ago |
Péter Szilágyi
|
5f3792c2a7
|
cmd/geth: decent error message if metrics are disabled
|
9 years ago |
Péter Szilágyi
|
01fe972113
|
cmd, core, eth, metrics, p2p: require enabling metrics
|
9 years ago |
Péter Szilágyi
|
ccbb56b4f2
|
cmd/geth, eth, ethdb: monitor database compactions
|
9 years ago |
Péter Szilágyi
|
d099a42c85
|
cmd/geth: fix monitor panic, don't pre-fill with dummy data
|
10 years ago |
Péter Szilágyi
|
7e69392249
|
cmd/geth: re-scale charts when changing unit magnitudes
|
10 years ago |
Péter Szilágyi
|
e9c0b5431c
|
cmd/geth: finalize mem stats
|
10 years ago |
Péter Szilágyi
|
fdbf8be735
|
cmd/geth, rpc/api: fix reported metrics issues
|
10 years ago |
Péter Szilágyi
|
c6e2af14c0
|
cmd/geth: limit the maximum chart colums to 6
|
10 years ago |
Péter Szilágyi
|
3ea6b5ae32
|
cmd/geth: list the available metrics if none specified
|
10 years ago |
Péter Szilágyi
|
d02f07a983
|
cmd/geth: polish monitor visuals, add footer, refresh flag
|
10 years ago |
Péter Szilágyi
|
b98b444179
|
cmd/geth: add attach and rows flags to the monitor command
|
10 years ago |
Péter Szilágyi
|
92ef33d97a
|
rpc/api, cmd/geth: retrievel all percentiles, add time units
|
10 years ago |
Péter Szilágyi
|
302187ae39
|
cmd/geth: allow branching metric patterns
|
10 years ago |
Péter Szilágyi
|
bf99d5b33c
|
cmd/geth: polish the monitoring charts a bit
|
10 years ago |
Péter Szilágyi
|
e5b820c47b
|
cmd/geth, rpc/api: extend metrics API, add a basic monitor command
|
10 years ago |