Download perl script yang ditulis oleh Ralf S. Engelschall:
serpong6a# fetch http://www.cyberciti.biz/files/scripts/freebsd-memory.pl.txt
serpong6a# mv freebsd-memory.pl.txt /usr/local/bin/free
serpong6a# chmod +x /usr/local/bin/free
Yakinkan bahwa perl anda sudah terinstalasi. Untuk melihat keseluruhan sistem memory yang digunakan, ketiklah :
$ free
Sumber : www.cyberciti.com
Install perl
Jika perintah baris free tidak jalan, ada kemungkinan perl belum diinstalasi. Ikuti tip berikut ini untuk instalasi perl
serpong6a# cd /usr/ports/lang/perl5.10 serpong6a# make install
Saat jendela Option for perl 5.10.1_1 muncul, pilihan defaultnya adalah PERL_64BITINT dan USE_PERL. Pilih saja OK. Nanti proses instalasi akan berjalan dengan sendirinya.
Sumber : http://freebsd.munk.me.uk/
Tampilan Free
serpong6a# free
SYSTEM MEMORY INFORMATION:
mem_wire: 182620160 ( 174MB) [ 8%] Wired: disabled for paging out
mem_active: + 12976128 ( 12MB) [ 0%] Active: recently referenced
mem_inactive:+ 1223061504 ( 1166MB) [ 58%] Inactive: recently not referenced
mem_cache: + 307200 ( 0MB) [ 0%] Cached: almost avail. for allocation
mem_free: + 674934784 ( 643MB) [ 32%] Free: fully available for allocation
mem_gap_vm: + 622592 ( 0MB) [ 0%] Memory gap: UNKNOWN
-------------- ------------ ----------- ------
mem_all: = 2094522368 ( 1997MB) [100%] Total real memory managed
mem_gap_sys: + 38068224 ( 36MB) Memory gap: Kernel?!
-------------- ------------ -----------
mem_phys: = 2132590592 ( 2033MB) Total real memory available
mem_gap_hw: + 14893056 ( 14MB) Memory gap: Segment Mappings?!
-------------- ------------ -----------
mem_hw: = 2147483648 ( 2048MB) Total real memory installed
SYSTEM MEMORY SUMMARY:
mem_used: 249180160 ( 237MB) [ 11%] Logically used memory
mem_avail: + 1898303488 ( 1810MB) [ 88%] Logically available memory
-------------- ------------ ----------- ------
mem_total: = 2147483648 ( 2048MB) [100%] Logically total memory
serpong6a#
No comments:
Post a Comment