Skip to content

Commit

Permalink
Update documentation for system.process.memory fields to include clar…
Browse files Browse the repository at this point in the history
…ification on Windows memory terminology (elastic#17268)

* update field description

* update changelog

* fix naming

* update

(cherry picked from commit 66f23dc)
  • Loading branch information
narph committed Mar 27, 2020
1 parent ee305a1 commit 33d94a2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Update RPM packages contained in Beat Docker images. {issue}17035[17035]
- Add Kerberos support to Kafka input and output. {pull}16781[16781]
- Update supported versions of `redis` output. {pull}17198[17198]
- Update documentation for system.process.memory fields to include clarification on Windows os's. {pull}17268[17268]

*Auditbeat*

Expand Down
4 changes: 2 additions & 2 deletions metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -36067,7 +36067,7 @@ Memory-specific statistics per process.
*`system.process.memory.size`*::
+
--
The total virtual memory the process has.
The total virtual memory the process has. On Windows this represents the Commit Charge (the total amount of memory that the memory manager has committed for a running process) value in bytes for this process.
type: long
Expand All @@ -36079,7 +36079,7 @@ format: bytes
*`system.process.memory.rss.bytes`*::
+
--
The Resident Set Size. The amount of memory the process occupied in main memory (RAM).
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 Down
Loading

0 comments on commit 33d94a2

Please sign in to comment.