-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathgo-routines-stats.json
11 lines (11 loc) · 5.21 KB
/
go-routines-stats.json
1
2
3
4
5
6
7
8
9
10
11
{
"number_of_goroutines": 7,
"stack_view": [
"goroutine 1309 [running]:\ngithub.com/iyashjayesh/monigo/core.CollectGoRoutinesInfo()\n\t/Users/yash/Documents/learning-projects/example-monigo/vendor/github.com/iyashjayesh/monigo/core/profile.go:42 +0x40\ngithub.com/iyashjayesh/monigo/api.GetGoRoutinesStats({0x10525dd98, 0x140002ae620}, 0x1400019cae8?)\n\t/Users/yash/Documents/learning-projects/example-monigo/vendor/github.com/iyashjayesh/monigo/api/api.go:55 +0x28\nnet/http.HandlerFunc.ServeHTTP(0x1400019cb08?, {0x10525dd98?, 0x140002ae620?}, 0x104ac9838?)\n\t/usr/local/go/src/net/http/server.go:2136 +0x38\nnet/http.(*ServeMux).ServeHTTP(0x105452980?, {0x10525dd98, 0x140002ae620}, 0x1400007e400)\n\t/usr/local/go/src/net/http/server.go:2514 +0x144\nnet/http.serverHandler.ServeHTTP({0x140001b4ff0?}, {0x10525dd98?, 0x140002ae620?}, 0x6?)\n\t/usr/local/go/src/net/http/server.go:2938 +0xbc\nnet/http.(*conn).serve(0x140001ce1b0, {0x10525e3b0, 0x140002aa120})\n\t/usr/local/go/src/net/http/server.go:2009 +0x518\ncreated by net/http.(*Server).Serve in goroutine 45\n\t/usr/local/go/src/net/http/server.go:3086 +0x4cc\n\n",
"goroutine 1 [IO wait, 11 minutes]:\ninternal/poll.runtime_pollWait(0x10c20cea0, 0x72)\n\t/usr/local/go/src/runtime/netpoll.go:343 +0xa0\ninternal/poll.(*pollDesc).wait(0x1400015c280?, 0x105230940?, 0x0)\n\t/usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x28\ninternal/poll.(*pollDesc).waitRead(...)\n\t/usr/local/go/src/internal/poll/fd_poll_runtime.go:89\ninternal/poll.(*FD).Accept(0x1400015c280)\n\t/usr/local/go/src/internal/poll/fd_unix.go:611 +0x250\nnet.(*netFD).accept(0x1400015c280)\n\t/usr/local/go/src/net/fd_unix.go:172 +0x28\nnet.(*TCPListener).accept(0x14000140ca0)\n\t/usr/local/go/src/net/tcpsock_posix.go:152 +0x28\nnet.(*TCPListener).Accept(0x14000140ca0)\n\t/usr/local/go/src/net/tcpsock.go:315 +0x2c\nnet/http.(*Server).Serve(0x140004bc000, {0x10525de88, 0x14000140ca0})\n\t/usr/local/go/src/net/http/server.go:3056 +0x2b8\nnet/http.(*Server).ListenAndServe(0x140004bc000)\n\t/usr/local/go/src/net/http/server.go:2985 +0x84\nnet/http.ListenAndServe(...)\n\t/usr/local/go/src/net/http/server.go:3239\nmain.main()\n\t/Users/yash/Documents/learning-projects/example-monigo/main.go:63 +0x184\n\n",
"goroutine 43 [select, 11 minutes]:\ngithub.com/nakabonne/tstorage.NewStorage.func3()\n\t/Users/yash/Documents/learning-projects/example-monigo/vendor/github.com/nakabonne/tstorage/storage.go:256 +0xa4\ncreated by github.com/nakabonne/tstorage.NewStorage in goroutine 1\n\t/Users/yash/Documents/learning-projects/example-monigo/vendor/github.com/nakabonne/tstorage/storage.go:252 +0x764\n\n",
"goroutine 44 [chan receive]:\ngithub.com/iyashjayesh/monigo/timeseries.SetDataPointsSyncFrequency.func2()\n\t/Users/yash/Documents/learning-projects/example-monigo/vendor/github.com/iyashjayesh/monigo/timeseries/mongiodb.go:136 +0x128\ncreated by github.com/iyashjayesh/monigo/timeseries.SetDataPointsSyncFrequency in goroutine 1\n\t/Users/yash/Documents/learning-projects/example-monigo/vendor/github.com/iyashjayesh/monigo/timeseries/mongiodb.go:132 +0x13c\n\n",
"goroutine 45 [runnable]:\ninternal/poll.(*FD).SetsockoptInt(0x1400005fce8?, 0x10493e4d4?, 0xa?, 0x1400005fd08?)\n\t/usr/local/go/src/internal/poll/sockopt.go:17 +0x124\nnet.setNoDelay(0x1400015c180, 0xf0?)\n\t/usr/local/go/src/net/tcpsockopt_posix.go:15 +0x30\nnet.newTCPConn(0x1400015c180, 0x0, 0x0)\n\t/usr/local/go/src/net/tcpsock.go:239 +0x2c\nnet.(*TCPListener).accept(0x140000743a0)\n\t/usr/local/go/src/net/tcpsock_posix.go:156 +0x4c\nnet.(*TCPListener).Accept(0x140000743a0)\n\t/usr/local/go/src/net/tcpsock.go:315 +0x2c\nnet/http.(*Server).Serve(0x140002a8000, {0x10525de88, 0x140000743a0})\n\t/usr/local/go/src/net/http/server.go:3056 +0x2b8\nnet/http.(*Server).ListenAndServe(0x140002a8000)\n\t/usr/local/go/src/net/http/server.go:2985 +0x84\nnet/http.ListenAndServe(...)\n\t/usr/local/go/src/net/http/server.go:3239\ngithub.com/iyashjayesh/monigo.StartDashboard(0x0?)\n\t/Users/yash/Documents/learning-projects/example-monigo/vendor/github.com/iyashjayesh/monigo/monigo.go:147 +0x378\ncreated by github.com/iyashjayesh/monigo.(*Monigo).Start in goroutine 1\n\t/Users/yash/Documents/learning-projects/example-monigo/vendor/github.com/iyashjayesh/monigo/monigo.go:103 +0x4c8\n\n",
"goroutine 1310 [IO wait]:\ninternal/poll.runtime_pollWait(0x10c20c9c8, 0x72)\n\t/usr/local/go/src/runtime/netpoll.go:343 +0xa0\ninternal/poll.(*pollDesc).wait(0x1400033e080?, 0x140001b5001?, 0x0)\n\t/usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x28\ninternal/poll.(*pollDesc).waitRead(...)\n\t/usr/local/go/src/internal/poll/fd_poll_runtime.go:89\ninternal/poll.(*FD).Read(0x1400033e080, {0x140001b5001, 0x1, 0x1})\n\t/usr/local/go/src/internal/poll/fd_unix.go:164 +0x200\nnet.(*netFD).Read(0x1400033e080, {0x140001b5001?, 0x1000140005053d8?, 0x140004f5290?})\n\t/usr/local/go/src/net/fd_posix.go:55 +0x28\nnet.(*conn).Read(0x1400011c4f0, {0x140001b5001?, 0x14000061fa8?, 0x104b16964?})\n\t/usr/local/go/src/net/net.go:179 +0x34\nnet/http.(*connReader).backgroundRead(0x140001b4ff0)\n\t/usr/local/go/src/net/http/server.go:683 +0x40\ncreated by net/http.(*connReader).startBackgroundRead in goroutine 1309\n\t/usr/local/go/src/net/http/server.go:679 +0xc8\n\n"
]
}