Help for this page

Select Code to Download


  1. or download this
    nfs 1 active (followed by a variable number of words)
    tempfs 2 active (followed by a variable number of words)
    ...
    .
    .
    and so on
    
  2. or download this
       local @ARGV = ("diskmon");
       local $^I = '.bak';
    ...
         m/^(\w+)\s+(\d+)$/;
         printf "$1 %d %s\n", exists $disk{$1} ? 0 : $2+$partition;
       }
    
  3. or download this
    nfs 1
    tmpfs 6
    ufs 2