//------------------------------------------------------------------------------ # cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 2 model name : QEMU Virtual CPU version 0.15.1 stepping : 3 cpu MHz : 3092.972 cache size : 4096 KB fpu : yes fpu_exception : yes cpuid level : 4 wp : yes flags : fpu de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pse36 clflush mmx fxsr sse sse2 syscall nx lm rep_good unfair_spinlock pni cx16 popcnt hypervisor lahf_lm bogomips : 6185.94 clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: processor : 1 vendor_id : GenuineIntel cpu family : 6 model : 2 model name : QEMU Virtual CPU version 0.15.1 stepping : 3 cpu MHz : 3092.972 cache size : 4096 KB fpu : yes fpu_exception : yes cpuid level : 4 wp : yes flags : fpu de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pse36 clflush mmx fxsr sse sse2 syscall nx lm rep_good unfair_spinlock pni cx16 popcnt hypervisor lahf_lm bogomips : 6185.94 clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: processor : 2 vendor_id : GenuineIntel cpu family : 6 model : 2 model name : QEMU Virtual CPU version 0.15.1 stepping : 3 cpu MHz : 3092.972 cache size : 4096 KB fpu : yes fpu_exception : yes cpuid level : 4 wp : yes flags : fpu de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pse36 clflush mmx fxsr sse sse2 syscall nx lm rep_good unfair_spinlock pni cx16 popcnt hypervisor lahf_lm bogomips : 6185.94 clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: //------------------------------------------------------------------------------ //------------------------------------------------------------------------------ # df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/vg_voidpaper-lv_root 13G 2.9G 9.2G 24% / tmpfs 2.4G 88K 2.4G 1% /dev/shm /dev/mapper/vg_voidpaper_data-lv_opt 196G 1.4G 185G 1% /opt /dev/vdb1 485M 60M 400M 13% /boot //------------------------------------------------------------------------------ //------------------------------------------------------------------------------ # lvdisplay --- Logical volume --- LV Name /dev/vg_voidpaper/lv_root VG Name vg_voidpaper LV UUID dAXe4E-Lk7u-Gejd-TIKL-AhKs-Swwi-aez3qA LV Write Access read/write LV Status available # open 1 LV Size 12.76 GiB Current LE 3266 Segments 1 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 253:0 --- Logical volume --- LV Name /dev/vg_voidpaper/lv_swap VG Name vg_voidpaper LV UUID tTuSHB-2piR-oi96-vPXb-dO0d-S1V0-U2ADZb LV Write Access read/write LV Status available # open 1 LV Size 6.75 GiB Current LE 1728 Segments 1 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 253:1 --- Logical volume --- LV Name /dev/vg_voidpaper_data/lv_opt VG Name vg_voidpaper_data LV UUID xhhFdi-U5Zb-DaAV-sqYt-dW0l-aymT-foFaU5 LV Write Access read/write LV Status available # open 1 LV Size 199.00 GiB Current LE 50944 Segments 1 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 253:2 //------------------------------------------------------------------------------ //------------------------------------------------------------------------------ # cat /proc/meminfo MemTotal: 4835456 kB MemFree: 1457716 kB Buffers: 275796 kB Cached: 1057696 kB SwapCached: 56 kB Active: 1889960 kB Inactive: 1229604 kB Active(anon): 1469368 kB Inactive(anon): 317808 kB Active(file): 420592 kB Inactive(file): 911796 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 7077880 kB SwapFree: 7077748 kB Dirty: 8008 kB Writeback: 396 kB AnonPages: 1786276 kB Mapped: 36512 kB Shmem: 1008 kB Slab: 158776 kB SReclaimable: 102248 kB SUnreclaim: 56528 kB KernelStack: 3240 kB PageTables: 16424 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 9495608 kB Committed_AS: 3495252 kB VmallocTotal: 34359738367 kB VmallocUsed: 27636 kB VmallocChunk: 34359701736 kB HardwareCorrupted: 0 kB AnonHugePages: 1423360 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB DirectMap4k: 8180 kB DirectMap2M: 5111808 kB //------------------------------------------------------------------------------