Skip to content

Instantly share code, notes, and snippets.

@lisa
Created March 4, 2019 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lisa/1eb8f7ca5b232010e46963c967f43f0f to your computer and use it in GitHub Desktop.
Save lisa/1eb8f7ca5b232010e46963c967f43f0f to your computer and use it in GitHub Desktop.
[root@kubemaster ~]# cat /proc/cpuinfo
processor : 0
BogoMIPS : 48.00
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 1
BogoMIPS : 48.00
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 2
BogoMIPS : 48.00
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 3
BogoMIPS : 48.00
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
[root@kubemaster ~]# free -h
total used free shared buff/cache available
Mem: 3.9G 1.2G 948M 17M 1.8G 2.5G
Swap: 0B 0B 0B
[root@kubemaster ~]# fdisk -l /dev/mmcblk1
Disk /dev/mmcblk1: 63.9 GB, 63864569856 bytes, 124735488 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0xc8138777
Device Boot Start End Blocks Id System
/dev/mmcblk1p1 32768 124735487 62351360 83 Linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment