Update mac-support-perf.md

To fix PR suggestions
This commit is contained in:
Lovina Saldanha 2021-03-19 18:33:53 +05:30
parent 8868f69d61
commit 239e828ef4

View File

@ -101,8 +101,7 @@ Verify that the **real_time_protection_enabled** entry is true. Otherwise, run t
1. On your Mac system, download the sample Python parser high_cpu_parser.py using the command: 1. On your Mac system, download the sample Python parser high_cpu_parser.py using the command:
```bash ```bash
wget -c https://raw.githubusercontent.com/microsoft/mdatp-xplat/master/ wget -c https://raw.githubusercontent.com/microsoft/mdatp-xplat/master/linux/diagnostic/high_cpu_parser.py
linux/diagnostic/high_cpu_parser.py
``` ```
The output of this command should be similar to the following: The output of this command should be similar to the following:
@ -110,10 +109,8 @@ The output of this command should be similar to the following:
```Output ```Output
--2020-11-14 11:27:27-- https://raw.githubusercontent.com/microsoft. --2020-11-14 11:27:27-- https://raw.githubusercontent.com/microsoft.
mdatp-xplat/master/linus/diagnostic/high_cpu_parser.py mdatp-xplat/master/linus/diagnostic/high_cpu_parser.py
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.xxx.xxx
101.xxx.xxx Connecting to raw.githubusercontent.com (raw.githubusercontent.com)| 151.101.xxx.xxx| :443... connected.
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)| 151.
101.xxx.xxx| :443... connected.
HTTP request sent, awaiting response... 200 OK HTTP request sent, awaiting response... 200 OK
Length: 1020 [text/plain] Length: 1020 [text/plain]
Saving to: 'high_cpu_parser.py' Saving to: 'high_cpu_parser.py'
@ -121,7 +118,7 @@ Saving to: 'high_cpu_parser.py'
0s 0s
``` ```
Next, type the following commands: 1. Next, type the following commands:
```bash ```bash
chmod +x high_cpu_parser.py chmod +x high_cpu_parser.py