System¶
| Spice | |
|---|---|
Functions¶
getCPUCoreCount¶
| Spice | |
|---|---|
Returns the number of CPU cores of the host system.
return Number of cores
Returns: long
getPageSize¶
| Spice | |
|---|---|
Returns the system page size of the host system.
return Page size
Returns: unsigned int
getCPUCoreCount¶
| Spice | |
|---|---|
Returns the number of CPU cores of the host system.
return Number of cores
Returns: int
getArchName¶
| Spice | |
|---|---|
Returns the name of the host CPU architecture.
Possible return values:
- "amd64"
- "arm"
- "arm64"
- "ia64"
- "intel"
return Architecture name
Returns: string