The cache sizes are reported as summary from all CPUs. The versions before
v2.34 reported per-core sizes, but this output was confusing due to complicated
CPUs topology and the way how caches are shared between CPUs. For more details
-about caches see \fB\-\-cache\fP.
+about caches see \fB\-\-cache\fP. Since version v2.37 \fBlscpu\fP follows
+cache IDs as provided by Linux kernel and it does not always start from zero.
.SS COLUMNS
Note that topology elements (core, socket, etc.) use a sequential unique ID
starting from zero, but CPU logical numbers follow the kernel where there is
printf(_(
"# The following is the parsable format, which can be fed to other\n"
"# programs. Each different item in every column has an unique ID\n"
- "# starting from zero.\n"));
+ "# starting usually from zero.\n"));
fputs("# ", stdout);
for (i = 0; i < ncols; i++) {