aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/main.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2015-06-25 15:36:47 +0800
committerPéter Szilágyi <peterke@gmail.com>2015-06-25 15:36:47 +0800
commitb98b444179ed16d54fab1ff416cf561427151f87 (patch)
treeeb93d83dd64b7c2001b7e1640e332f12834c91fb /cmd/geth/main.go
parent1ce40d7581bac2b776d1e47ec49c03c0fcc7fdc1 (diff)
downloadgo-tangerine-b98b444179ed16d54fab1ff416cf561427151f87.tar
go-tangerine-b98b444179ed16d54fab1ff416cf561427151f87.tar.gz
go-tangerine-b98b444179ed16d54fab1ff416cf561427151f87.tar.bz2
go-tangerine-b98b444179ed16d54fab1ff416cf561427151f87.tar.lz
go-tangerine-b98b444179ed16d54fab1ff416cf561427151f87.tar.xz
go-tangerine-b98b444179ed16d54fab1ff416cf561427151f87.tar.zst
go-tangerine-b98b444179ed16d54fab1ff416cf561427151f87.zip
cmd/geth: add attach and rows flags to the monitor command
Diffstat (limited to 'cmd/geth/main.go')
-rw-r--r--cmd/geth/main.go11
1 files changed, 1 insertions, 10 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index f7b4810cd..f1c229d1f 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -72,6 +72,7 @@ func init() {
upgradedbCommand,
removedbCommand,
dumpCommand,
+ monitorCommand,
{
Action: makedag,
Name: "makedag",
@@ -217,16 +218,6 @@ This command allows to open a console on a running geth node.
`,
},
{
- Action: monitor,
- Name: "monitor",
- Usage: `Geth Monitor: node metrics monitoring and visualization`,
- Description: `
-The Geth monitor is a tool to collect and visualize various internal metrics
-gathered by the node, supporting different chart types as well as the capacity
-to display multiple metrics simultaneously.
-`,
- },
- {
Action: execJSFiles,
Name: "js",
Usage: `executes the given JavaScript files in the Geth JavaScript VM`,