mirror of
https://github.com/google/cadvisor.git
synced 2021-05-12 18:32:21 +03:00
In some architecture, l3 cache(or llc) is not shared among the whole node but among some cores, it is neccessary to distinguish cache-in-core, uncore-cache, cache-in-node for runtime awareness and performance impact analysis. Signed-off-by: ranchochen <ranchochen@tencent.com>