stats

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JobStats

type JobStats struct {
	Running int `json:"running"`
}

type NodeStats

type NodeStats struct {
	Running    int     `json:"online"`
	CPUPercent float64 `json:"cpuPercent"`
}

type Stats

type Stats struct {
	Jobs  JobStats   `json:"jobs"`
	Tasks TasksStats `json:"tasks"`
	Nodes NodeStats  `json:"nodes"`
}

type TasksStats

type TasksStats struct {
	Running int `json:"running"`
}

Jump to

Keyboard shortcuts

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