Skip to content

Commit c9c29ae

Browse files
committed
performance chart example images
1 parent fa4873b commit c9c29ae

File tree

1 file changed

+3
-3
lines changed
  • day14-runtime-performance-monitoring

1 file changed

+3
-3
lines changed

day14-runtime-performance-monitoring/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
-start the gocode and go performance matrix will stream the performance data on the UDP port to StatsD
77

88
##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```
1010

1111
-go to your boot2docker IP or localhost to get to Graphite UI
1212

@@ -15,5 +15,5 @@
1515

1616
-grab a redbull and enjoy staring at the pretty performance charts :)
1717

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)

0 commit comments

Comments
 (0)