Date: Mon, 30 Jun 2008 11:44:36 +0100 From: Vince Hoffman <jhary@unsane.co.uk> To: Kris Kennaway <kris@freebsd.org> Cc: "Diego F. Arias R." <dak.col@gmail.com>, freebsd-questions@freebsd.org Subject: Re: Problem With ZFS script Message-ID: <4868B914.40308@unsane.co.uk> In-Reply-To: <4868B070.5090004@FreeBSD.org> References: <3b93bd110806290517k2050b114g984b9e4186a3beda@mail.gmail.com> <4867F16D.3000700@unsane.co.uk> <4868B070.5090004@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Kris Kennaway wrote: > Vince Hoffman wrote: >> ---------------------- >> #!/bin/sh - >> >> TEXT=$(kldstat | tr a-f A-F | \ >> awk 'BEGIN {print "ibase=16"}; NR > 1 {print $4}'\ >> | bc | awk '{a+=$1}; END {print a}') >> DATA=$(vmstat -m | sed 's/K//' | awk '{a+=$3}; END {print a*1024}') >> TOTAL=$(echo "$DATA $TEXT" | awk '{print $1+$2}') >> >> echo "TEXT=$TEXT, $(echo $TEXT | awk '{print $1/1048576 " MB"}')" >> echo "DATA=$DATA, $(echo $DATA | awk '{print $1/1048576 " MB"}')" >> echo "TOTAL=$TOTAL, $(echo $TOTAL | awk '{print $1/1048576 " MB"}')" >> ------------------------------------------------------ >> Looks like the wiki stripped some formatting. > > I still don't know that this is doing anything meaningful in the context > of ZFS memory use. > I understood it to just be showing a summary of kernel memory utilization, no specific zfs stuff (which I guess could be got from vmstat -z although I dont understand those statistics well enough to do this myself.) Semi useful in a peripheral way maybe. Vince > Kris > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4868B914.40308>