submitted a patch for Proc::ProcessTable to make it return proper values for size on FreeBSD... removing the need for $bproc for that

This commit is contained in:
Zane C. B-H 2019-01-07 03:59:45 -06:00
parent bb7ba2030b
commit f352e0733f
1 changed files with 0 additions and 5 deletions

View File

@ -210,11 +210,6 @@ sub colorize{
}else{
$values{pctmem}=0;
}
}elsif(
($^O =~ /bsd/) &&
( $field =~ /size/ )
){
$values{size}=$bproc->{size};
}elsif(
($^O =~ /bsd/) &&
( $field =~ /rss/ )