kubernetesk8s.io/kubernetes/test/e2e_node/perftype Index | Files

package perftype

import "k8s.io/kubernetes/test/e2e_node/perftype"

Index

Types

type NodeTimeSeries

type NodeTimeSeries struct {
	OperationData map[string][]int64         `json:"op_series,omitempty"`
	ResourceData  map[string]*ResourceSeries `json:"resource_series,omitempty"`
	Labels        map[string]string          `json:"labels"`
	Version       string                     `json:"version"`
}

NodeTimeSeries defines the time series of the operations and the resource usage.

type ResourceSeries

type ResourceSeries struct {
	Timestamp            []int64           `json:"ts"`
	CPUUsageInMilliCores []int64           `json:"cpu"`
	MemoryRSSInMegaBytes []int64           `json:"memory"`
	Units                map[string]string `json:"unit"`
}

ResourceSeries defines the time series of the resource usage.

Source Files

perftype.go

Version
v1.33.0 (latest)
Published
Apr 23, 2025
Platform
linux/amd64
Last checked
3 hours ago

Tools for package owners.