Add how to use multiple monitor concullently into monitor-conf.txt. Here is a simple example of how to use,
1. copy and edit a config file $ cp /etc/ndctl/monitor.conf /etc/ndctl/monitor-dimm.conf $ vi /etc/ndctl/monitor-dimm.conf 2. start sytsem services $ systemctl start ndctl-monitor@dimm Signed-off-by: Keisuke Sugita <[email protected]> --- Documentation/ndctl/ndctl-monitor.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Documentation/ndctl/ndctl-monitor.txt b/Documentation/ndctl/ndctl-monitor.txt index 2239f04..ccca2f0 100644 --- a/Documentation/ndctl/ndctl-monitor.txt +++ b/Documentation/ndctl/ndctl-monitor.txt @@ -45,6 +45,17 @@ Run a monitor daemon as a system service [verse] systemctl start ndctl-monitor.service +Run multiple monitor daemon concurrently as system services to monitor +multiple bus, dimm, region, namespace or dimm-event independently. +Same name as the single argument must be used with config file, +like "[email protected]" and "moniter-foo.conf". + +For example, when you want to monitor a specific dimm, +[verse] +cp /etc/ndctl/monitor.conf /etc/ndctl/monitor-dimm.conf +vi /etc/ndctl/monitor-dimm.conf #Edit a file as you need +systemctl start [email protected] + OPTIONS ------- -b:: -- 2.24.1 _______________________________________________ Linux-nvdimm mailing list -- [email protected] To unsubscribe send an email to [email protected]
