From 4f91eefa7c4192740d7100e8a66fd365f4ff5d2b Mon Sep 17 00:00:00 2001 From: Andrey Ponomarenko Date: Aug 21 2019 08:06:52 +0000 Subject: Update modules/system-administrators-guide/pages/monitoring-and-automation/System_Monitoring_Tools.adoc Add hw-probe to monitoring tools --- diff --git a/modules/system-administrators-guide/pages/monitoring-and-automation/System_Monitoring_Tools.adoc b/modules/system-administrators-guide/pages/monitoring-and-automation/System_Monitoring_Tools.adoc index 8bbe467..abba1e7 100644 --- a/modules/system-administrators-guide/pages/monitoring-and-automation/System_Monitoring_Tools.adoc +++ b/modules/system-administrators-guide/pages/monitoring-and-automation/System_Monitoring_Tools.adoc @@ -1,4 +1,3 @@ - :experimental: include::{partialsdir}/entities.adoc[] @@ -778,6 +777,26 @@ NUMA node0 CPU(s): 0-3 For a complete list of available command line options, refer to the *lscpu*(1) manual page. +[[s2-sysinfo-hardware-hw-probe]] +=== Using the Hardware probe +indexterm:[hw-probe] +The [command]#hw-probe# command allows you to list all hardware devices, perform sanity tests for some of them and submit result to the [https://github.com/linuxhw hardware database]. To do so, type the following at a shell prompt: + +[subs="quotes, macros"] +---- +[command]#hw-probe -all -upload# +---- + +For example: + +---- +~]$ hw-probe -all -upload +Probe for hardware ... Ok +Reading logs ... Ok +Uploaded to DB, Thank you! +Probe URL: https://linux-hardware.org/?probe=c84b37d646 +---- + [[sect-System_Monitoring_Tools-Net-SNMP]] == Monitoring Performance with Net-SNMP