Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
c8a77d86
Unverified
Commit
c8a77d86
authored
May 13, 2019
by
Anton Evangelatov
Committed by
GitHub
May 13, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
swarm/metrics: track runtime metrics (#19557)
parent
77442418
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
flags.go
swarm/metrics/flags.go
+5
-1
No files found.
swarm/metrics/flags.go
View file @
c8a77d86
...
...
@@ -20,6 +20,7 @@ import (
"time"
"github.com/ethereum/go-ethereum/cmd/utils"
"github.com/ethereum/go-ethereum/metrics"
gethmetrics
"github.com/ethereum/go-ethereum/metrics"
"github.com/ethereum/go-ethereum/metrics/influxdb"
"github.com/ethereum/go-ethereum/swarm/log"
...
...
@@ -91,7 +92,10 @@ func Setup(ctx *cli.Context) {
)
// Start system runtime metrics collection
go
gethmetrics
.
CollectProcessMetrics
(
2
*
time
.
Second
)
go
gethmetrics
.
CollectProcessMetrics
(
4
*
time
.
Second
)
gethmetrics
.
RegisterRuntimeMemStats
(
metrics
.
DefaultRegistry
)
go
gethmetrics
.
CaptureRuntimeMemStats
(
metrics
.
DefaultRegistry
,
4
*
time
.
Second
)
tagsMap
:=
utils
.
SplitTagsFlag
(
ctx
.
GlobalString
(
MetricsInfluxDBTagsFlag
.
Name
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment