Networker

Re: [Networker] MMINFO

2004-03-16 12:14:02
Subject: Re: [Networker] MMINFO
From: Darren Dunham <ddunham AT TAOS DOT COM>
To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
Date: Tue, 16 Mar 2004 08:30:28 -0800
>
> What is displayed in the totalsize column of a mmino query.
> (GB,byte,kbyte,TB)

Depends on the space constraint.  I think it is bytes if the space is
unconstrained, then it is reformatted to include an "appropriate"
modifier if the space is constrained.

Compare...
$ for i in 849952001 1448007169 ; do mminfo -av -q "ssid=$i" -r "totalsize" | 
tail -1 ; done
22327013476
   70611748
$ for i in 849952001 1448007169 ; do mminfo -av -q "ssid=$i" -r "totalsize(10)" 
| tail -1 ; done
22327013476
  70611748
$ for i in 849952001 1448007169 ; do mminfo -av -q "ssid=$i" -r "totalsize(9)" 
| tail -1 ; done
    21 GB
    68 MB

--
Darren Dunham                                           ddunham AT taos DOT com
Senior Technical Consultant         TAOS            http://www.taos.com/
Got some Dr Pepper?                           San Francisco, CA bay area
         < This line left intentionally blank to confuse you. >

--
Note: To sign off this list, send a "signoff networker" command via email
to listserv AT listmail.temple DOT edu or visit the list's Web site at
http://listmail.temple.edu/archives/networker.html where you can
also view and post messages to the list.
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

<Prev in Thread] Current Thread [Next in Thread>