]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: TODO lscpu --list-caches
authorKarel Zak <kzak@redhat.com>
Mon, 18 Mar 2019 13:14:09 +0000 (14:14 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 18 Mar 2019 13:14:09 +0000 (14:14 +0100)
Addresses: https://github.com/karelzak/util-linux/issues/663
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/TODO

index a4a8d789045e77e1062562a9f1ab34e4df007eff..82d61799601d5fec7981e0075297dd42c4737b31 100644 (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.