Ja, Swap ist virtueller Speicher.
Größe des virtuellen Speichers Verwenden Sie swapon -s oder free
$ swapon -s Filename Type Size Used Priority /dev/sda6 partition 1004020 39620 -1 $ free total used free shared buffers cached Mem: 3087892 2879036 208856 0 394288 835052 -/+ buffers/cache: 1649696 1438196 Swap: 1004020 39620 964400
Cachegröße Holen Sie sich dies von / proc / cpuinfo . Das Feld " Cache-Größe " gibt den Cache auf der CPU an. Auf Multi-Core-Computern wird pro Prozessor ein Eintrag mit eigenem Cache-Wert angezeigt.
$ cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 14 model name : Genuine Intel(R) CPU T2300 @ 1.66GHz stepping : 8 cpu MHz : 1000.000 cache size : 2048 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 2 apicid : 0 initial apicid : 0 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon bts pni monitor est tm2 xtpr pdcm bogomips : 3324.64 clflush size : 64 power management:
Front-Side-Bus-Geschwindigkeit (FSB) Sie können dies vom Dienstprogramm dmidecode mit dem Prozessorargument --type erhalten . Sie benötigen eine Sudo-Berechtigung, um diesen Befehl auszuführen. Der FSB wird durch die für " External Clock " angegebene Geschwindigkeit angezeigt . Die tatsächliche Geschwindigkeit ist normalerweise das Vierfache der gemeldeten Geschwindigkeit, da diese vielen Anweisungen pro Taktzyklus ausgeführt werden.
$ sudo dmidecode --type processor # dmidecode 2.9 SMBIOS 2.4 present. Handle 0x0400, DMI type 4, 32 bytes Processor Information Socket Designation: Microprocessor Type: Central Processor Family: Pentium M Manufacturer: Intel ID: E8 06 00 00 FF FB E9 BF Signature: Type 0, Family 6, Model 14, Stepping 8 Flags: FPU (Floating-point unit on-chip) VME (Virtual mode extension) DE (Debugging extension) PSE (Page size extension) TSC (Time stamp counter) MSR (Model specific registers) PAE (Physical address extension) MCE (Machine check exception) CX8 (CMPXCHG8 instruction supported) APIC (On-chip APIC hardware supported) SEP (Fast system call) MTRR (Memory type range registers) PGE (Page global enable) MCA (Machine check architecture) CMOV (Conditional move instruction supported) PAT (Page attribute table) CLFSH (CLFLUSH instruction supported) DS (Debug store) ACPI (ACPI supported) MMX (MMX technology supported) FXSR (Fast floating-point save and restore) SSE (Streaming SIMD extensions) SSE2 (Streaming SIMD extensions 2) SS (Self-snoop) HTT (Hyper-threading technology) TM (Thermal monitor supported) PBE (Pending break enabled) Version: Not Specified Voltage: 3.3 V External Clock: 133 MHz Max Speed: 1800 MHz Current Speed: 1000 MHz Status: Populated, Enabled Upgrade: None L1 Cache Handle: 0x0700 L2 Cache Handle: 0x0701 L3 Cache Handle: Not Provided