google.golang.org/grpc/internal/transport.http2Server.czData (field)
20 uses
google.golang.org/grpc/internal/transport (current package)
http2_server.go#L121: czData *channelzData
http2_server.go#L233: czData: new(channelzData),
http2_server.go#L411: atomic.AddInt64(&t.czData.streamsStarted, 1)
http2_server.go#L412: atomic.StoreInt64(&t.czData.lastStreamCreatedTime, time.Now().UnixNano())
http2_server.go#L1030: atomic.AddInt64(&t.czData.kpCount, 1)
http2_server.go#L1097: atomic.AddInt64(&t.czData.streamsSucceeded, 1)
http2_server.go#L1099: atomic.AddInt64(&t.czData.streamsFailed, 1)
http2_server.go#L1213: StreamsStarted: atomic.LoadInt64(&t.czData.streamsStarted),
http2_server.go#L1214: StreamsSucceeded: atomic.LoadInt64(&t.czData.streamsSucceeded),
http2_server.go#L1215: StreamsFailed: atomic.LoadInt64(&t.czData.streamsFailed),
http2_server.go#L1216: MessagesSent: atomic.LoadInt64(&t.czData.msgSent),
http2_server.go#L1217: MessagesReceived: atomic.LoadInt64(&t.czData.msgRecv),
http2_server.go#L1218: KeepAlivesSent: atomic.LoadInt64(&t.czData.kpCount),
http2_server.go#L1219: LastRemoteStreamCreatedTimestamp: time.Unix(0, atomic.LoadInt64(&t.czData.lastStreamCreatedTime)),
http2_server.go#L1220: LastMessageSentTimestamp: time.Unix(0, atomic.LoadInt64(&t.czData.lastMsgSentTime)),
http2_server.go#L1221: LastMessageReceivedTimestamp: time.Unix(0, atomic.LoadInt64(&t.czData.lastMsgRecvTime)),
http2_server.go#L1236: atomic.AddInt64(&t.czData.msgSent, 1)
http2_server.go#L1237: atomic.StoreInt64(&t.czData.lastMsgSentTime, time.Now().UnixNano())
http2_server.go#L1241: atomic.AddInt64(&t.czData.msgRecv, 1)
http2_server.go#L1242: atomic.StoreInt64(&t.czData.lastMsgRecvTime, time.Now().UnixNano())
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |