elastic / gosigar

Gathers system and per process statistics
Apache License 2.0
105 stars 76 forks source link

Report cached data in Memory #145

Closed fearful-symmetry closed 4 years ago

fearful-symmetry commented 4 years ago

See this issue for a tad more context: https://github.com/elastic/kibana/issues/77517

Right now, most front-end components that try and graph cache usage is doing it incorrectly. We're grabbing cache as a fallback to actual memory, so we might as well just send it along so upstream components can use it.

andresrc commented 4 years ago

ping @elastic/integrations