stats

package
v0.0.0-...-3439542 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 29, 2024 License: GPL-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TraceStats

type TraceStats struct {
	DnsStart               httptrace.DNSStartInfo
	DnsDone                httptrace.DNSDoneInfo
	ConnInfo               httptrace.GotConnInfo
	HttpInfo               httptrace.WroteRequestInfo
	TLSConnInfo            tls.ConnectionState
	ConnectDoneError       error
	DnsStartTime           time.Time
	DnsDoneTime            time.Time
	TLSStartTime           utilities.Optional[time.Time]
	TLSDoneTime            utilities.Optional[time.Time]
	ConnectStartTime       time.Time
	ConnectDoneTime        time.Time
	ConnectionReused       bool
	GetConnectionStartTime time.Time
	GetConnectionDoneTime  time.Time
	HttpWroteRequestTime   time.Time
	HttpResponseReadyTime  time.Time
}

func NewStats

func NewStats() *TraceStats

func (*TraceStats) String

func (s *TraceStats) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL