Just a bit of pseudo code would be great... d := gorpc.NewDispatcher() s := gorpc.NewTCPServer("127.0.0.1:43216", d.NewHandlerFunc()) s.Start() stats := ??? Snapshot()