Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExplainEntry ¶
type ExplainEntry struct {
Metric string // "PSI some avg10"
Plain string // "% of time tasks are stuck waiting for CPU"
Good string // "< 5%"
Bad string // "> 20%"
}
ExplainEntry describes one metric for the explain side panel.
type LayoutMode ¶
type LayoutMode int
LayoutMode selects which overview layout to render.
const ( LayoutTwoCol LayoutMode = 0 // A: Two-Column Split LayoutCompact LayoutMode = 1 // B: Compact Table LayoutAdaptive LayoutMode = 2 // C: Adaptive Expand LayoutGrid LayoutMode = 3 // D: Dashboard Grid LayoutHtop LayoutMode = 4 // E: htop-style LayoutBtop LayoutMode = 5 // F: btop-style )
func (LayoutMode) String ¶
func (l LayoutMode) String() string
Source Files
¶
- app.go
- chart.go
- components.go
- config.go
- explain.go
- export_html.go
- layout_a.go
- layout_b.go
- layout_c.go
- layout_d.go
- layout_e.go
- layout_f.go
- overview.go
- overview_blocks.go
- overview_header.go
- page_apps.go
- page_apps_clickhouse.go
- page_apps_compact.go
- page_apps_docker.go
- page_apps_elk.go
- page_apps_haproxy.go
- page_apps_mongodb.go
- page_apps_mysql.go
- page_apps_redis.go
- page_apps_websites.go
- page_beginner.go
- page_cgroup.go
- page_cpu.go
- page_diag.go
- page_diskguard.go
- page_events.go
- page_gpu.go
- page_intel.go
- page_io.go
- page_logs.go
- page_mem.go
- page_net.go
- page_phpfpm.go
- page_picker.go
- page_probe.go
- page_profiler.go
- page_proxmox.go
- page_security.go
- page_services.go
- page_thresholds.go
- page_timeline.go
- rdns.go
- styles.go
Click to show internal directories.
Click to hide internal directories.