debug

package
v0.19.2 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2020 License: Apache-2.0 Imports: 2 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type QueueDump

type QueueDump struct {
	Requests          []RequestDump
	VirtualStart      float64
	ExecutingRequests int
}

QueueDump is an instant dump of one queue in a queue-set.

type QueueSetDump

type QueueSetDump struct {
	Queues    []QueueDump
	Waiting   int
	Executing int
}

QueueSetDump is an instant dump of queue-set.

type RequestDump

type RequestDump struct {
	MatchedFlowSchema string
	FlowDistinguisher string
	ArriveTime        time.Time
	StartTime         time.Time
	// request details
	UserName    string
	RequestInfo request.RequestInfo
}

RequestDump is an instant dump of one requests pending in the queue.

Jump to

Keyboard shortcuts

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