I am just wondering what is the difference between Total Private Dirty,Total Pss,Total Shared Dirty. Though the explanation is on the website it doesn’t really make any sense to me.
getTotalPrivateDirty()
Return total private dirty memory usage in kB.
getTotalPss()
Return total PSS memory usage in kB.
getTotalSharedDirty()
Return total shared dirty memory usage in kB.
I would like to understand what are the piratical applications of these. I do understand PSS as I’ve read quite abit about it. But not the other two
public int getTotalSharedDirty ()
Return total shared dirty memory usage in kB.
public int getTotalPrivateDirty ()
Return total private dirty memory usage in kB.
public int getTotalPss ()
PSS (Proportional Set Size)
Return total PSS memory usage in kB.