added link to parser

This commit is contained in:
schmurky
2020-11-24 15:30:46 +08:00
parent 2015a7ce28
commit 8d26222842

View File

@ -85,7 +85,7 @@ The following steps can be used to troubleshoot and mitigate these issues:
The output of this command will show all processes and their associated scan activity. The output of this command will show all processes and their associated scan activity.
3. On your Linux system, download the sample Python parser **high_cpu_parser.py**. 3. On your Linux system, download the sample Python parser [**high_cpu_parser.py**](https://github.com/microsoft/mdatp-xplat/blob/master/linux/diagnostic/high_cpu_parser.py).
```bash ```bash
wget -c https://raw.githubusercontent.com/microsoft/mdatp-xplat/master/linux/diagnostic/high_cpu_parser.py wget -c https://raw.githubusercontent.com/microsoft/mdatp-xplat/master/linux/diagnostic/high_cpu_parser.py
``` ```