You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: defender-endpoint/linux-support-perf.md
+40-38Lines changed: 40 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,25 @@ To collect current statistics (for files),
177
177
```bash
178
178
sudo mdatp diagnostic hot-event-sources files
179
179
```
180
-
The output of which will look similar to the following (JSON);
180
+
The output of which will look similar to the following on the console (this is just a snippet of the entire output). Here, the first row is the count (frequency of occurrence) and the second is the file path.;
181
+
182
+
```console
183
+
Total Events: 11179 Time: 12s. Throughput: 75.3333 events/sec.
This command generates a Hot event source report which is saved in your local folder that can further investigated.
198
+
The output looks like follows on the json file;
181
199
182
200
```console
183
201
{
@@ -204,32 +222,34 @@ The output of which will look similar to the following (JSON);
204
222
]
205
223
}
206
224
```
207
-
And similarly output on the console looks like the following (this is just a snippet of the entire output). Here, the first row is the count (frequency of occurrence) and the second is the file path.
208
225
209
-
```console
210
-
Total Events: 11179 Time: 12s. Throughput: 75.3333 events/sec.
In this example, after 18s the command shows that bin/psql and bin/postgres executables generate the most activity.
279
+
In this example, after 18s the command shows that the executables; /usr/lib/postgresql/12/bin/psql and /usr/lib/postgresql/12/bin/postgres (deleted) generate the most activity.
278
280
279
281
To improve the performance of Defender for Endpoint on Linux, locate the path with the highest number in `count` row and add a global process exclusion (in case of executable) or a global file/folder exclusion (in case of file) for it. For more information, see [Configure and validate exclusions for Defender for Endpoint on Linux](linux-exclusions.md).
0 commit comments