เมื่อผมลองใช้โปรแกรม Daloradius ตรวจสอบ server ผลปรากฏว่าหน่วยความจำเหลือน้อยมาก จึงเป็นที่มาว่า จะใช้คำสั่งอะไรในการตรวจสอบหน่วยความจำ ผลที่ได้คือ มีคำสั่งที่ใช้อยู่หลายคำสั่ง
เช่น
คำสั่ง free ใช้สำหรับตรวจสอบหน่วยความจำ
root@epst:~# free
total used free shared buffers cached
Mem: 4052804 4015008 37796 0 3462328 176692
-/+ buffers/cache: 375988 3676816
Swap: 7913464 0 7913464
root@epst01:~#
ตรวจสอบ disk
คำสั่ง fdisk
root@epst:~# fdisk -l
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000ca4fb
Device Boot Start End Blocks Id System
/dev/sda1 * 1 120616 968846336 83 Linux
/dev/sda2 120617 121602 7913473 5 Extended
/dev/sda5 120617 121602 7913472 82 Linux swap / Solaris
root@epst01:~#
หรือ
root@epst:~# hdparm -I /dev/sda
/dev/sda:
ATA device, with non-removable media
Model Number: WDC WD1003FBYX-18Y7B0
Serial Number: WD-WCAW33015061
Firmware Revision: 01.01V02
....
root@epst:~#
ตรวจสอบพื้นที่
คำสั่ง df
root@epst:~# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1 953643900 4203228 900998356 1% /
tmpfs 2026400 0 2026400 0% /lib/init/rw
udev 2021532 140 2021392 1% /dev
tmpfs 2026400 0 2026400 0% /dev/shm
root@epst01:~# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 910G 4.1G 860G 1% /
tmpfs 2.0G 0 2.0G 0% /lib/init/rw
udev 2.0G 140K 2.0G 1% /dev
tmpfs 2.0G 0 2.0G 0% /dev/shm
root@epst:~#
ตรวจสอบ CPU
คำสั่ง lscpu
root@epst:~# lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
CPU(s): 4
Thread(s) per core: 1
Core(s) per socket: 4
CPU socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 42
Stepping: 7
CPU MHz: 1600.000
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 8192K
root@epst:~#
หรือตรวจสอบอย่างละเอียด
cat /proc/cpuinfo
ไม่มีความคิดเห็น:
แสดงความคิดเห็น