docs: TODO lscpu --list-caches

Addresses: https://github.com/karelzak/util-linux/issues/663
Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2019-03-18 14:14:09 +01:00
parent 16ca05511b
commit 58bfb7e927
1 changed files with 9 additions and 0 deletions

View File

@ -36,6 +36,15 @@ script
lscpu
-----
- add --list-caches to print details from /sys/devices/system/cpu/cpu0/cache/index*/*
about caches, for example:
NAME SIZE ITEM-SIZE TYPE Ways
L3 126M 8M Data 8
L2 22M 512K Instruction 4
See https://github.com/karelzak/util-linux/issues/663
- read cpuid and uname information from file if --sysroot is specified, then
we can prepare regression tests completely independent on hw and architecture.