Skip to content

Latest commit

 

History

History
executable file
·
31 lines (25 loc) · 1.08 KB

SystemDashboardResponseCpuPercent.md

File metadata and controls

executable file
·
31 lines (25 loc) · 1.08 KB

SystemDashboardResponseCpuPercent

Properties

Name Type Description Notes
User Decimal Percentage of user CPU time [optional]
System Decimal Percentage of system CPU time [optional]
Io Decimal Percentage of CPU time used for IO operations [optional]
Interrupt Decimal Percentage of CPU time used by interrupts [optional]
Steal Decimal Percentage of CPU time spent waiting for the hypervisor [optional]
Idle Decimal Idle CPU time [optional]

Examples

  • Prepare the resource
$SystemDashboardResponseCpuPercent = Initialize-GrommunioAdminSystemDashboardResponseCpuPercent  -User null `
 -System null `
 -Io null `
 -Interrupt null `
 -Steal null `
 -Idle null
  • Convert the resource to JSON
$SystemDashboardResponseCpuPercent | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]