aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/monitorcmd.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/geth: migrate metric command/flagsBas van Kervel2017-05-031-1/+1
* all: fix ineffectual assignments and remove uses of crypto.Sha3Felix Lange2017-01-091-1/+2
* cmd/geth: improve command help messages (#3227)Kenji Siu2016-11-101-3/+5
* node: ensure datadir can be co-inhabited by different instancesFelix Lange2016-09-161-1/+1
* rpc: add new client, use it everywhereFelix Lange2016-07-231-30/+9
* cmd: fix CLI package deprecation warningsPéter Szilágyi2016-06-101-1/+2
* cmd/geth: codegansta/cli package renamed to urfave/cliBas van Kervel2016-06-091-1/+1
* Merge pull request #2206 from fjl/update-depsJeffrey Wilcke2016-02-171-25/+22
|\
| * cmd/geth: update monitor to new termui codePéter Szilágyi2016-02-111-25/+22
* | cmd, common, node, rpc: rework naming convention to canonical onePéter Szilágyi2016-02-091-1/+1
|/
* cmd, common, node, rpc: move IPC into the node itselfPéter Szilágyi2016-02-041-2/+2
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-261-14/+33
* eth: update metrics collection to handle eth/62 algosPéter Szilágyi2015-08-251-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-2/+2
* all: update license informationFelix Lange2015-07-071-0/+16
* cmd/geth: decent error message if metrics are disabledPéter Szilágyi2015-06-301-1/+1
* cmd, core, eth, metrics, p2p: require enabling metricsPéter Szilágyi2015-06-301-1/+6
* cmd/geth, eth, ethdb: monitor database compactionsPéter Szilágyi2015-06-301-1/+1
* cmd/geth: fix monitor panic, don't pre-fill with dummy dataPéter Szilágyi2015-06-271-10/+18
* cmd/geth: re-scale charts when changing unit magnitudesPéter Szilágyi2015-06-271-24/+38
* cmd/geth: finalize mem statsPéter Szilágyi2015-06-251-1/+1
* cmd/geth, rpc/api: fix reported metrics issuesPéter Szilágyi2015-06-251-12/+8
* cmd/geth: limit the maximum chart colums to 6Péter Szilágyi2015-06-251-1/+3
* cmd/geth: list the available metrics if none specifiedPéter Szilágyi2015-06-251-0/+13
* cmd/geth: polish monitor visuals, add footer, refresh flagPéter Szilágyi2015-06-251-33/+71
* cmd/geth: add attach and rows flags to the monitor commandPéter Szilágyi2015-06-251-23/+42
* rpc/api, cmd/geth: retrievel all percentiles, add time unitsPéter Szilágyi2015-06-241-4/+13
* cmd/geth: allow branching metric patternsPéter Szilágyi2015-06-241-18/+25
* cmd/geth: polish the monitoring charts a bitPéter Szilágyi2015-06-241-6/+51
* cmd/geth, rpc/api: extend metrics API, add a basic monitor commandPéter Szilágyi2015-06-241-0/+180