diff options
author | Karel Zak | 2019-03-18 14:14:09 +0100 |
---|---|---|
committer | Karel Zak | 2019-03-18 14:14:09 +0100 |
commit | 58bfb7e927ed9666633b66621edd7f05c6f692f6 (patch) | |
tree | 7f50e16c450476d7f00cdaf8a78b89a5df06471b /Documentation | |
parent | lscpu: add 'Frequency boost' (diff) | |
download | kernel-qcow2-util-linux-58bfb7e927ed9666633b66621edd7f05c6f692f6.tar.gz kernel-qcow2-util-linux-58bfb7e927ed9666633b66621edd7f05c6f692f6.tar.xz kernel-qcow2-util-linux-58bfb7e927ed9666633b66621edd7f05c6f692f6.zip |
docs: TODO lscpu --list-caches
Addresses: https://github.com/karelzak/util-linux/issues/663
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/TODO | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/TODO b/Documentation/TODO index a4a8d7890..82d617996 100644 --- a/Documentation/TODO +++ b/Documentation/TODO @@ -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. |