removed link

This commit is contained in:
schmurky 2020-11-24 15:36:03 +08:00
parent d99b6ae0b0
commit 00d43db17b

View File

@ -85,7 +85,8 @@ 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.
3. On your Linux system, download the sample Python parser **high_cpu_parser.py**. You can also download it from this link: [**high_cpu_parser.py**](https://github.com/microsoft/mdatp-xplat/blob/master/linux/diagnostic/high_cpu_parser.py).
3. On your Linux system, download the sample Python parser **high_cpu_parser.py** using the following command:
```bash
wget -c https://raw.githubusercontent.com/microsoft/mdatp-xplat/master/linux/diagnostic/high_cpu_parser.py
```