Skip to content

Commit c88e227

Browse files
Apply editorial feedback
1 parent 333d6b9 commit c88e227

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/management/admin/endpoint-command-ref.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ This page lists the commands for management and troubleshooting of {elastic-endp
55

66
[NOTE]
77
====
8-
* The service is not added to the `PATH` system variable, so you must prepend the commands with the full OS-dependent path:
8+
* {elastic-endpoint} is not added to the `PATH` system variable, so you must prepend the commands with the full OS-dependent path:
99
** On Windows: `"C:\Program Files\Elastic\Endpoint\elastic-endpoint.exe"`
1010
** On macOS: `/Library/Elastic/Endpoint/elastic-endpoint`
1111
** On Linux: `/opt/Elastic/Endpoint/elastic-endpoint`
1212
13-
* You must run the commands with elevated privileges—as the root user on POSIX systems, or as Administrator on Windows.
13+
* You must run the commands with elevated privileges—as the root user on Linux and macOS, or as Administrator on Windows.
1414
====
1515

1616
The following {elastic-endpoint} commands are available:
@@ -232,7 +232,7 @@ Fleet server: https://fleet.example.elastic.co:443
232232
[[elastic-endpoint-top-command]]
233233
== elastic-endpoint top
234234

235-
Show a breakdown of the executables that triggered {elastic-endpoint} CPU usage within the last interval. This utility displays which {elastic-endpoint} features are resource-intensive for a particular executable.
235+
Show a breakdown of the executables that triggered {elastic-endpoint} CPU usage within the last interval. This displays which {elastic-endpoint} features are resource-intensive for a particular executable.
236236

237237
NOTE: The meaning and output of this command are similar, but not identical, to the POSIX `top` command. The `elastic-endpoint top` command aggregates multiple processes by executable. The utilization values aren't measured by the OS scheduler but by a wall clock in user mode. The output helps identify outliers causing excessive CPU utilization, allowing you to fine-tune the {elastic-defend} policy and exception lists in your deployment.
238238

docs/serverless/edr-manage/endpoint-command-ref.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ This page lists the commands for management and troubleshooting of ((elastic-end
1313

1414
<DocCallOut title="Note">
1515

16-
* The service is not added to the `PATH` system variable, so you must prepend the commands with the full OS-dependent path:
16+
* ((elastic-endpoint)) is not added to the `PATH` system variable, so you must prepend the commands with the full OS-dependent path:
1717
* On Windows: `"C:\Program Files\Elastic\Endpoint\elastic-endpoint.exe"`
1818
* On macOS: `/Library/Elastic/Endpoint/elastic-endpoint`
1919
* On Linux: `/opt/Elastic/Endpoint/elastic-endpoint`
2020

21-
* You must run the commands with elevated privileges—as the root user on POSIX systems, or as Administrator on Windows.
21+
* You must run the commands with elevated privileges—as the root user on Linux and macOS, or as Administrator on Windows.
2222

2323
</DocCallOut>
2424

@@ -197,7 +197,7 @@ Fleet server: https://fleet.example.elastic.co:443
197197

198198
## elastic-endpoint top
199199

200-
Show a breakdown of the executables that triggered ((elastic-endpoint)) CPU usage within the last interval. This utility displays which ((elastic-endpoint)) features are resource-intensive for a particular executable.
200+
Show a breakdown of the executables that triggered ((elastic-endpoint)) CPU usage within the last interval. This displays which ((elastic-endpoint)) features are resource-intensive for a particular executable.
201201

202202
<DocCallOut title="Note">
203203
The meaning and output of this command are similar, but not identical, to the POSIX `top` command. The `elastic-endpoint top` command aggregates multiple processes by executable. The utilization values aren't measured by the OS scheduler but by a wall clock in user mode. The output helps identify outliers causing excessive CPU utilization, allowing you to fine-tune the ((elastic-defend)) policy and exception lists in your deployment.

0 commit comments

Comments
 (0)