Skip to content

Commit 3fee809

Browse files
committed
chore: more AIX host information
1 parent 6dc4c34 commit 3fee809

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

thorlog/v3/hostinfo.go

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,17 @@ type PlatformInfoAIX struct {
178178
Version string `json:"version" textlog:"version"`
179179
// Processor type, e.g. "POWER9"
180180
Proc string `json:"proc" textlog:"proc"`
181+
// OS build version
182+
BuildVersion string
183+
184+
// Whether this system is running in an LPAR partition
185+
LparPartition bool
186+
187+
// LPAR configuration regarding memory / CPUs
188+
MinMemory Memory
189+
MaxMemory Memory
190+
MinVCPUs int
191+
MaxVCPUs int
181192
}
182193

183194
func (PlatformInfoAIX) platform() {}

0 commit comments

Comments
 (0)