File tree 1 file changed +3
-3
lines changed
day14-runtime-performance-monitoring
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
-start the gocode and go performance matrix will stream the performance data on the UDP port to StatsD
7
7
8
8
##Better option (use StatsD & Graphite Docker image):
9
- -sudo docker run -d --name graphite --restart=always -p 80:80 -p 2003:2003 -p 8125:8125/udp hopsoft/graphite-statsd
9
+ -``` docker run -d --name graphite --restart=always -p 80:80 -p 2003:2003 -p 8125:8125/udp hopsoft/graphite-statsd ```
10
10
11
11
-go to your boot2docker IP or localhost to get to Graphite UI
12
12
15
15
16
16
-grab a redbull and enjoy staring at the pretty performance charts :)
17
17
18
- ![ goroutines and gc] ( http ://www.screencast .com/t/ANmuLKej )
19
- ![ memory] ( http ://www.screencast .com/t/7rrvMHhYoE )
18
+ ![ goroutines and gc] ( https ://raw.githubusercontent .com/gunjan5/go30days-challenge/master/day14-runtime-performance-monitoring/goroutines_gc.png )
19
+ ![ memory] ( https ://raw.githubusercontent .com/gunjan5/go30days-challenge/master/day14-runtime-performance-monitoring/memory.png )
You can’t perform that action at this time.
0 commit comments