cleanup column stuff

This commit is contained in:
Zane C. B-H 2019-08-22 23:01:48 -05:00
parent 3340354397
commit e16b93a1bc
1 changed files with 6 additions and 6 deletions

View File

@ -146,14 +146,14 @@ sub run{
$tb->set_column_style($header_int, pad => 0); $header_int++;
push( @headers, 'PID' );
$tb->set_column_style($header_int, pad => 1); $header_int++;
push( @headers, '%CPU' );
push( @headers, 'CPU' );
$tb->set_column_style($header_int, pad => 0); $header_int++;
push( @headers, '%MEM' );
$tb->set_column_style($header_int, pad => 0); $header_int++;
push( @headers, 'VSZ' );
push( @headers, 'MEM' );
$tb->set_column_style($header_int, pad => 1); $header_int++;
push( @headers, 'RSS' );
push( @headers, 'VSZ' );
$tb->set_column_style($header_int, pad => 0); $header_int++;
push( @headers, 'RSS' );
$tb->set_column_style($header_int, pad => 1); $header_int++;
push( @headers, 'Info' );
# add nice if needed
if ( $have_nice ){