BB Unix Network Monitor - Message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

{bb} Changes to bb-local.sh



All,

    I have modified bb-local to change the order of the message that is sent
    to the bbserver. Is there a reason why these changes don't make sense? 
    If not can they be included in the next release?
   
   The changes are:
   
   line 59  from   
eval "$DFCMD | $EGREP \"$DFUSE\" | $EGREP -v \"$DFEXCLUDE\" | $SORT \"+${DFSORT}\" > $BBTMP/DFOUT"

to

eval "$DFCMD | $EGREP \"$DFUSE\" | $EGREP -v \"$DFEXCLUDE\" | $SORT -r \"+${DFSORT}\" > $BBTMP/DFOUT"

This changes the order of the disks in the disk report so that fullest are at the top of the list. 

   line 347 from
BBPROCS=`echo $PROCS $PAGEPROC | $SED 's/\![    ]*"/"\!/g'`
   
to

BBPROCS=`echo $PAGEPROC $PROCS | $SED 's/\![    ]*"/"\!/g'`

This changes the order of the processes so that the "red" processes are at the top of the list.

Thanks for your feedback.

Louis

********************************************************************
* Louis Wilcox                          Phone: (480) 554-1163      *
* Tester Network Administrator          FAX:   (480) 554-7252      *
* CH5-255                                                          *
* Intel Corp.                           Pager: (602) 360-7939      *
* 5000 W. Chandler Blvd.                                           *
* Chandler, AZ  85226     ccmail: louis.m.wilcox@intel.com         *
*                          email: lwilcox@attdserv.ch.intel.com    *
********************************************************************

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, or to subscribe to the bb-digest list
send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
subscribe bb-digest in the BODY of the message.


Home | Main Index | Thread Index