Search Results

Search: Posts Made By: click
3,670
Posted By Peasant
Another way : bdf | awk 'match($0,/[0-9]%...
Another way :

bdf | awk 'match($0,/[0-9]% \//) { if (int($(NF - 1)) > 90) print "Filesystem alarm " FS $(NF - 1) , $NF } '
3,670
Posted By Chubler_XL
How about: $ bdf | awk...
How about:

$ bdf | awk 'F{$0=F$0;F=x}NF<5{F=$0}!F{gsub(/%/,"",$5);print $1,$5}'
/dev/mapper/vg00-rootlv 11
udev 1
tmpfs 1
none 0
none 0
/dev/mapper/vg00-tmplv 4
/dev/mapper/vg00-varlv 13...
Forum: Solaris 10-26-2011
1,069
Posted By Corona688
D means 'device driver'. You'll see processes...
D means 'device driver'. You'll see processes doing a lot of I/O in this state sometimes.

If a device driver has crashed, they may be stuck in D forever though.
1,439
Posted By Shell_Life
Would this do it for you: OVZINCLUDE="16810...
Would this do it for you:
OVZINCLUDE="16810 16811 1689"
for VPS in $OVZINCLUDE
do
echo "Dumping VPSes: $OVZINCLUDE "
mPlus='PLUS_'${OVZINCLUDE}
vzdump --compress --snapshot ${mPlus}...
Forum: AIX 05-31-2011
10,736
Posted By bakunin
IIRC you start nmopn in daemon mode with the "-F"...
IIRC you start nmopn in daemon mode with the "-F" parameter. Without it nmon will always come out in interactive mode, regardless of where you direct its output.

I hope this helps.

bakunin
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 06:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy