Untuk mengetahui spesifikasi komputer seperti CPU, RAM, HDD, Ethernet Card, VGA Card, dll bisa menggunakan perintah baris "lshw". Namun sayangnya perintah baris ini belum tersedia secara default. Untuk itu perlu di-instal terlebih dahulu.
#yum install lshwSetelah selesai instalasi, tinggal menjalankannya. Jalankan perintah baris :
# lshw
Kira-kira tampilan pada layar monitor adalah sbb :
# lshw
nms.batan.go.id
description: Tower Computer
product: HP d330 uT(DC579AV)
vendor: Hewlett-Packard
serial: SGH4080B4F
width: 32 bits
capabilities: smbios-2.3 dmi-2.3 smp-1.4 smp
configuration: boot=normal chassis=tower cpus=1 uuid=5BC5119E-F369-D811-BBD8-7FF4731C000E
*-core
description: Motherboard
product: 085Ch
vendor: Hewlett-Packard
physical id: 0
serial: SGH4080B4F
Perintah baris terkait cek memori :
$ free -m
$ free -t -m
$ vmstat
$ top
# dmesg | grep -i memory
# cat /proc/meminfo | grep -i memory
# lshw | grep *-memory
Lihat juga di sysdigg.blogspot.com
Keyword Google : "cek memory di linux"
Mengetahui informasi ukuran RAM di FreeBSD
Download perl script yang ditulis oleh Ralf S. Engelschall:
# fetch http://www.cyberciti.biz/files/scripts/freebsd-memory.pl.txt
# mv freebsd-memory.pl.txt /usr/local/bin/free
# 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
Untuk men-download paket lshw for Fedora 11, klik disini. atau langsung download di sini.
[root@localhost ~]# rpm -ivh lshw-B.02.14-1.fc11.i586.rpm
Preparing... ########################################### [100%]
1:lshw ########################################### [100%]
[root@localhost ~]#
No comments:
Post a Comment