Skip to content

Commit ebeff02

Browse files
Merge pull request #1275 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/defender-docs (branch public)
2 parents 43d7f77 + 436bf8e commit ebeff02

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

defender-endpoint/linux-support-ebpf.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.collection:
1515
ms.topic: conceptual
1616
ms.subservice: linux
1717
search.appverid: met150
18-
ms.date: 08/22/2024
18+
ms.date: 09/07/2024
1919
---
2020

2121
# Use eBPF-based sensor for Microsoft Defender for Endpoint on Linux
@@ -62,6 +62,10 @@ The eBPF sensor for Microsoft Defender for Endpoint on Linux is supported on the
6262
| Oracle Linux RHCK | 7.9 | 3.10.0-1160 |
6363
| Oracle Linux UEK | 7.9 | 5.4 |
6464
| Amazon Linux 2 | 2 | 5.4.261-174.360|
65+
| Rocky Linux 8 | 8.7 | 4.18.0-425 |
66+
| Rocky Linux 9 | 9.2 | 5.14.0-284 |
67+
| Alma Linux 8 | 8.4 | 4.18.0-305 |
68+
| Alma Linux 9 | 9.2 | 5.14.0-284 |
6569

6670
> [!NOTE]
6771
> Oracle Linux 8.8 with kernel version 5.15.0-0.30.20.el8uek.x86_64, 5.15.0-0.30.20.1.el8uek.x86_64 will result in kernel hang when eBPF is enabled as supplementary subsystem provider. This kernel version should not be used for eBPF mode. Refer to Troubleshooting and Diagnostics section for mitigation steps.
@@ -153,7 +157,7 @@ The following two sets of data help analyze potential issues and determine the m
153157

154158
#### Troubleshooting performance issues
155159

156-
If you see increased resource consumption by Microsoft Defender on your endpoints, it's important to identify the process/mount-point/files that are causing most of the CPU/Memory utilization. You can then apply the necessary exclusions. After applying possible antivirusexclusions, if `wdavdaemon` (parent process) is still consuming the resources, use the ebpf-statistics command to get the top system call count:
160+
If you see increased resource consumption by Microsoft Defender on your endpoints, it's important to identify the process/mount-point/files that are causing most of the CPU/Memory utilization. You can then apply the necessary exclusions. After applying possible antivirus exclusions, if `wdavdaemon` (parent process) is still consuming the resources, use the ebpf-statistics command to get the top system call count:
157161

158162
```Bash
159163
sudo mdatp diagnostic ebpf-statistics

0 commit comments

Comments
 (0)