Created
September 12, 2015 21:39
-
-
Save egid/3e3a41676040571b1bcd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pi@raspberrypi ~/stratux $ free -m | |
total used free shared buffers cached | |
Mem: 927 510 416 0 19 432 | |
-/+ buffers/cache: 58 868 | |
Swap: 99 0 99 | |
pi@raspberrypi ~/stratux $ cat /proc/cpuinfo | |
processor : 0 | |
model name : ARMv7 Processor rev 5 (v7l) | |
BogoMIPS : 38.40 | |
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm | |
CPU implementer : 0x41 | |
CPU architecture: 7 | |
CPU variant : 0x0 | |
CPU part : 0xc07 | |
CPU revision : 5 | |
processor : 1 | |
model name : ARMv7 Processor rev 5 (v7l) | |
BogoMIPS : 38.40 | |
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm | |
CPU implementer : 0x41 | |
CPU architecture: 7 | |
CPU variant : 0x0 | |
CPU part : 0xc07 | |
CPU revision : 5 | |
processor : 2 | |
model name : ARMv7 Processor rev 5 (v7l) | |
BogoMIPS : 38.40 | |
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm | |
CPU implementer : 0x41 | |
CPU architecture: 7 | |
CPU variant : 0x0 | |
CPU part : 0xc07 | |
CPU revision : 5 | |
processor : 3 | |
model name : ARMv7 Processor rev 5 (v7l) | |
BogoMIPS : 38.40 | |
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm | |
CPU implementer : 0x41 | |
CPU architecture: 7 | |
CPU variant : 0x0 | |
CPU part : 0xc07 | |
CPU revision : 5 | |
Hardware : BCM2709 | |
Revision : a21041 | |
Serial : 000000002e671b7e |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment