Metric for Dirty memory (Linux exclusive) #1998
Labels
enhancement
New feature or request
experts needed
This issue or pull request is outside an area where general approvers feel they can approve
Propose new conventions
I'd like to introduce two new Linux-exclusive metrics for
Dirty
memory:system.memory.dirty
system.memory.dirty.page.count
system.memory.dirty
will be the bytes from/proc/meminfo
'sDirty
field.system.memory.dirty.page.count
will be that number divided bygetconf PAGESIZE
. I did some research to determine why I think this will produce an accurate number which you can audit here: https://gist.github.com/braydonk/78ff4581be2056c0b3e77b471088258aThis issue will be blocked on #1932. These will be Specialist Class metrics, and they will be OS exclusive, so the name will either start with
linux
or besystem.linux
.The text was updated successfully, but these errors were encountered: