Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert doc change for system.process.memory.wss.* #22871

Merged
merged 1 commit into from
Dec 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 3 additions & 27 deletions metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -42671,7 +42671,7 @@ format: bytes
*`system.process.memory.rss.bytes`*::
+
--
The Resident Set Size. The amount of memory the process occupied in main memory (RAM). On Windows this represents the current working set size, in bytes. Not available on Windows.
The Resident Set Size. The amount of memory the process occupied in main memory (RAM). On Windows this represents the current working set size, in bytes.


type: long
Expand All @@ -42683,31 +42683,7 @@ format: bytes
*`system.process.memory.rss.pct`*::
+
--
The percentage of memory the process occupied in main memory (RAM). Not available on Windows.


type: scaled_float

format: percent

--

*`system.process.memory.wss.bytes`*::
+
--
The Working Set Size. The amount of memory the process occupied in main memory (RAM). Windows only.


type: long

format: bytes

--

*`system.process.memory.wss.pct`*::
+
--
The percentage of memory the process occupied in main memory (RAM). Windows only.
The percentage of memory the process occupied in main memory (RAM).


type: scaled_float
Expand All @@ -42719,7 +42695,7 @@ format: percent
*`system.process.memory.share`*::
+
--
The shared memory the process uses. Not available on Windows.
The shared memory the process uses.


type: long
Expand Down
Loading