You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Proc: Intel(R) Corporation, Ver 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz,
80
-
Speed 3000 MHz/3000 MHz max., 4/4 Cores enabled, 8 Threads, Voltage 0.8 V
79
+
* Proc: Intel(R) Corporation, Ver Intel(R) Core(TM) Ultra 7 258V,
80
+
Speed 4700 MHz/4800 MHz max., 8/8 Cores enabled, 8 Threads, Voltage 1.0 V
81
81
* System Boot: No errors detected
82
82
83
83
Interfaces (IPv4):
@@ -147,14 +147,13 @@ crontab:
147
147
148
148
| Name | Type | Description |
149
149
|----|----|----|
150
-
|cpu| Number | Number of CPUs (if `dmidecode`is not available) |
151
-
|cpu_cores_enabled| Number | Number of enabled CPU cores (if `dmidecode` is available)|
152
-
|cpu_speed| Number | CPU speed (if `dmidecode` is available)|
153
-
|cpu_threads| Number |Number of CPU cores with Hyper-Threading enabled (if `dmidecode` is available) |
150
+
|cpu_logical| Number | Number of physical cores multiplied by the number of threads that can run on each core (this is known as Hyper Threading) |
151
+
|cpu_physical| Number | Number of physical cores |
152
+
|cpu_usable| Number |The number of usable CPUs. This may not necessarily be equivalent to the actual number of CPUs the current process can use. That can vary in case process CPU affinity has been changed, Linux cgroups are being used or (in case of Windows) on systems using processor groups or having more than 64 CPUs.|
153
+
|cpu_freq| Number |On Linux reports the current real-time value, on all other platforms this usually represents the nominal "fixed" value (never changing) |
154
154
| disks | Number | Number of disks |
155
155
| osversion | None | 'Fedora 33' becomes '33', 'CentOS 7.4.1708' becomes '741708' - to see when an upgrade happened |
156
-
| ram | Bytes | Size of memory (if `dmidecode` is not available) |
157
-
| ram | Bytes | Size of memory (if `dmidecode` is available) |
0 commit comments