You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add WSS (Working Set Size) to the linux process metricset in metricbeat.
This might require work to the underlying GoSigar library to add this capability.
Describe a specific use case for the enhancement or feature:
Provides more visibility/detail with memory usage on Linux, useful to know for capacity planning and scalability analysis of your processes.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the enhancement:
Add WSS (Working Set Size) to the linux process metricset in metricbeat.
This might require work to the underlying GoSigar library to add this capability.
Describe a specific use case for the enhancement or feature:
Provides more visibility/detail with memory usage on Linux, useful to know for capacity planning and scalability analysis of your processes.
Methods to collect WSS on Linux:
http://www.brendangregg.com/wss.html
Seems already present for Windows in the gosigar library but not for Linux:
https://github.com/elastic/gosigar/blob/master/sys/windows/syscall_windows.go#L119-L134
https://github.com/cloudfoundry/gosigar/search?q=WorkingSetSize&type=Code&utf8=%E2%9C%93
Loosely related:
#8345
The text was updated successfully, but these errors were encountered: