elastic / elastic/integrations
[System]: The values of process.memory.pct and system.process.memory.rss.pct are the same
- Dominant language
- Handlebars
- Stars
- 333
- Forks
- 647
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 182
Description
### Integration Name
System [system]
### Dataset Name
system.process
### Integration Version
2.6.1
### Agent Version
8.14.1
### Agent Output Type
logstash
### Elasticsearch Version
8.19.1
### OS Version and Architecture
Windows Server 2019 Standard
### Software/API Version
_No response_
### Error Message
_No response_
### Event Original
_No response_
### What did you do?
1. Create a policy with "system integration" that "Collect metrics from System instances" is Enable.
2. Apply the policy to Windows Server 2019 Standard
### What did you see?
"system.process.memory.rss.bytes": [ 184672256 ]
"system.process.memory.rss.pct": [ 0.003 ],
"system.process.memory.size": [ 52365725696 ],
"process.memory.pct": [ 0.003 ],
### What did you expect to see?
"system.process.memory.rss.bytes": [ 184672256 ]
"system.process.memory.rss.pct": [ 0.003 ],
"system.process.memory.size": [ 52365725696 ],
"process.memory.pct": [ 0.85 ],
### Anything else?
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.