MCPcopy Create free account
hub / github.com/Adminisme/ServerScan / parseTotalWaitMS

Method parseTotalWaitMS

ServerScan Air/package/vscan/vscan.go:149–151  ·  view source on GitHub ↗
(data string)

Source from the content-addressed store, hash-verified

147}
148
149func (p *Probe) parseTotalWaitMS(data string) {
150 p.TotalWaitMS, _ = strconv.Atoi(string(data[len("totalwaitms")+1:]))
151}
152
153func (p *Probe) parseTCPWrappedMS(data string) {
154 p.TCPWrappedMS, _ = strconv.Atoi(string(data[len("tcpwrappedms")+1:]))

Callers 1

fromStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected