From e21754e4e6fa1d63bc616eb4370662d3daed9f61 Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Fri, 20 Jan 2017 20:06:21 +0000 Subject: docs: add missing info to userguide Add missing steps for intel_rdt and mcelog plugins to userguide. Change-Id: I5315dc6a8961cdab57b726e1ecfbe206dce7a976 Signed-off-by: Maryam Tahhan --- docs/userguide/collectd.userguide.rst | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/userguide/collectd.userguide.rst b/docs/userguide/collectd.userguide.rst index d86eb32c..1030e46e 100644 --- a/docs/userguide/collectd.userguide.rst +++ b/docs/userguide/collectd.userguide.rst @@ -214,10 +214,16 @@ Building and installing PQoS/Intel RDT library: .. code:: bash $ git clone https://github.com/01org/intel-cmt-cat.git - $ cd intel-cmt-cat.git + $ cd intel-cmt-cat $ make $ make install PREFIX=/usr +You will need to insert the msr kernel module: + +.. code:: bash + + $ modprobe msr + Building and installing collectd: .. code:: bash @@ -364,6 +370,18 @@ A utility to inject corrected, uncorrected and fatal machine check exceptions $ cd mce-inject $ make $ modprobe mce-inject + +Modify the test/corrected script to include the following: + +.. code:: bash + + CPU 0 BANK 0 + STATUS 0xcc00008000010090 + ADDR 0x0010FFFFFFF + +Inject the error: +.. code:: bash + $ ./mce-inject < test/corrected **Note: the uncorrected and fatal scripts under test will cause a platform reset. -- cgit 1.2.3-korg