Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion components/schemas/infrastructure/stats/ServerStatsCpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@ title: ServerStatsCpu
type: object
description: Statistics about the CPU resources on a server.
properties:
physical_cpus:
type: integer
description: The number of physical CPU's for a given server.
cores:
type: integer
description: The number of CPU's or vCPU's for a given server.
description: The number vCPU's for a given server.
threads:
type: integer
description: The number of CPU threads for a given server.
processors:
description: An array of processor information objects.
type: array
Expand Down