top: exploit the newly added library smaps_rollup item
We're just following the ps program's lead introducing
a new 'USS' field to represent the non-swapped portion
of physical memory ('RSS') not shared by another task.
Signed-off-by: Jim Warner <james.warner@comcast.net>
			
			
This commit is contained in:
		@@ -322,13 +322,16 @@ static void build_two_nlstabs (void) {
 | 
			
		||||
   Desc_nlstab[EU_PSS] = _("Proportion RSS,  KiB");
 | 
			
		||||
/* Translation Hint: maximum 'PSan' = 6 */
 | 
			
		||||
   Head_nlstab[EU_PZA] = _("PSan");
 | 
			
		||||
   Desc_nlstab[EU_PZA] = _("Proportion Anon. KiB");
 | 
			
		||||
   Desc_nlstab[EU_PZA] = _("Proportion Anon, KiB");
 | 
			
		||||
/* Translation Hint: maximum 'PSfd' = 6 */
 | 
			
		||||
   Head_nlstab[EU_PZF] = _("PSfd");
 | 
			
		||||
   Desc_nlstab[EU_PZF] = _("Proportion File, KiB");
 | 
			
		||||
/* Translation Hint: maximum 'PSsh' = 6 */
 | 
			
		||||
   Head_nlstab[EU_PZS] = _("PSsh");
 | 
			
		||||
   Desc_nlstab[EU_PZS] = _("Proportion Shrd, KiB");
 | 
			
		||||
/* Translation Hint: maximum 'USS' = 6 */
 | 
			
		||||
   Head_nlstab[EU_USS] = _("USS");
 | 
			
		||||
   Desc_nlstab[EU_USS] = _("Unique RSS, KiB");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user