- 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";
}
- or download this
# ./tokenizer.pl
8000028
68000056
Vsize: 322.56 MiB ( 338231296)
RSS : 79087 pages
- or download this
# ./tokenizer.pl
8000048
112000096
Vsize: 537.61 MiB ( 563724288)
RSS : 130586 pages
- or download this
$ tokenizer.pl
8000048
112000096
Vsize: 539.42 MiB ( 565620736)
RSS : 130571 pages