cadvisor/utils
Pradipta Kr. Banerjee d88ed0ab97 Handle system UUID retrieval for Power(ppc64) Systems
This patch adds requisite support to retrieve system uuid details for Power
systems. Power systems do not have DMI data. However most of the relevant details
are either in /proc or /sys. For baremetal servers, the UID is available in
/proc/device-tree/system-id. For guests the UUID is available in
/proc/device-tree/vm,uuid inside the guest. Guest's /proc filesystem do not have
/proc/device-tree/system-id

Example
On baremetal system
$cat /proc/device-tree/system-id
2122AAA

On a guest VM
$cat /proc/device-tree/vm,uuid
4b1a1a7e-079e-479c-8072-d8108f31050c

Signed-off-by: Pradipta Kr. Banerjee <bpradip@in.ibm.com>
2015-05-22 10:40:03 +05:30
..
cpuload Lowering log levels. 2015-04-13 15:05:41 -07:00
fs license on mockfs.go 2014-07-25 20:00:59 -04:00
oomparser Lower logging level of some common logs. 2015-05-06 10:24:50 -07:00
procfs Remove sched stats scraping utils. 2015-01-10 07:08:35 +00:00
sysfs Handle system UUID retrieval for Power(ppc64) Systems 2015-05-22 10:40:03 +05:30
sysinfo Bulk move current info api to info/v1. Making room for info/v2. 2015-03-04 00:47:28 +00:00
path.go Addressed comments. Another series of bug fixes. 2014-07-22 19:55:14 +00:00
timed_store_test.go Place an absolute limit on elements in TimedStore. 2015-05-01 00:03:41 -07:00
timed_store.go Fix handling of time ranges in timed store. 2015-05-07 16:44:22 +00:00
utils.go Fix cpuset returned in spec on a single core machine. 2015-02-19 18:54:23 +00:00