struct Psutil::Stats::HostInfoStat
- Psutil::Stats::HostInfoStat
- Struct
- Value
- Object
Defined in:
stats/host_stats.crConstructors
Instance Method Summary
- #arch : String
- #arch=(arch : String)
- #boot_time : UInt64
- #boot_time=(boot_time : UInt64)
- #host_id : String
- #host_id=(host_id : String)
- #hostname : String
- #hostname=(hostname : String)
- #kernel_version : String
- #kernel_version=(kernel_version : String)
- #os : String
- #os=(os : String)
- #platform : String
- #platform=(platform : String)
- #platform_version : String
- #platform_version=(platform_version : String)
- #procs : UInt64
- #procs=(procs : UInt64)
- #uptime : UInt64
- #uptime=(uptime : UInt64)