Update modules/system-administrators-guide/pages/monitoring-and-automation/System_Monitoring_Tools.adoc

Add hw-probe to monitoring tools
This commit is contained in:
Andrey Ponomarenko 2019-08-21 08:06:52 +00:00
commit 4f91eefa7c

View file

@ -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