Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        print sprintf "Vsize: %3.2f MiB (%10d\)\n", $stat[22]/$MiB, $stat[
    +22];
        print "RSS  : $stat[23] pages\n";
    }
    
  2. or download this
    # ./tokenizer.pl
    8000028
    68000056
    Vsize: 322.56 MiB ( 338231296)
    RSS  : 79087 pages
    
  3. or download this
    # ./tokenizer.pl
    8000048
    112000096
    Vsize: 537.61 MiB ( 563724288)
    RSS  : 130586 pages
    
  4. or download this
    $ tokenizer.pl
    8000048
    112000096
    Vsize: 539.42 MiB ( 565620736)
    RSS  : 130571 pages