debug

package
v0.24.0 Latest Latest
Warning

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

Go to latest
Published: May 3, 2022 License: Apache-2.0 Imports: 3 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 {
	QueueSum          QueueSum
	Requests          []RequestDump
	NextDispatchR     string
	ExecutingRequests int
	SeatsInUse        int
}

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

type QueueSetDump

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

QueueSetDump is an instant dump of queue-set.

type QueueSum added in v0.23.0

type QueueSum struct {
	InitialSeatsSum int
	MaxSeatsSum     int
	TotalWorkSum    string
}

type RequestDump

type RequestDump struct {
	MatchedFlowSchema string
	FlowDistinguisher string
	ArriveTime        time.Time
	StartTime         time.Time
	WorkEstimate      flowcontrolrequest.WorkEstimate
	// 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