aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaryam Tahhan <maryam.tahhan@intel.com>2017-01-20 20:06:21 +0000
committerMaryam Tahhan <maryam.tahhan@intel.com>2017-01-23 18:38:54 +0000
commite21754e4e6fa1d63bc616eb4370662d3daed9f61 (patch)
tree5d5873d59374b31b75f2a0ce1a02cccb8f9ee14e
parentdcc677f1446de60773d5f89dc0c0711968045822 (diff)
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 <maryam.tahhan@intel.com>
-rw-r--r--docs/userguide/collectd.userguide.rst20
1 files changed, 19 insertions, 1 deletions
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.