Created
May 8, 2017 05:43
-
-
Save patriksima/7bac8d1d7e82ad7c70fe899bd0cb5cc0 to your computer and use it in GitHub Desktop.
Google f1-micro params
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
root@deployer:/tmp# hdparm -tT /dev/sda | |
/dev/sda: | |
Timing cached reads: 18522 MB in 2.03 seconds = 9120.75 MB/sec | |
Timing buffered disk reads: 342 MB in 3.08 seconds = 111.10 MB/sec | |
root@deployer:/tmp# cat /proc/meminfo | |
MemTotal: 608680 kB | |
MemFree: 210448 kB | |
MemAvailable: 234308 kB | |
Buffers: 6128 kB | |
Cached: 88748 kB | |
SwapCached: 0 kB | |
Active: 349116 kB | |
Inactive: 5528 kB | |
Active(anon): 259904 kB | |
Inactive(anon): 4216 kB | |
Active(file): 89212 kB | |
Inactive(file): 1312 kB | |
Unevictable: 0 kB | |
Mlocked: 0 kB | |
SwapTotal: 0 kB | |
SwapFree: 0 kB | |
Dirty: 32 kB | |
Writeback: 0 kB | |
AnonPages: 259792 kB | |
Mapped: 36644 kB | |
Shmem: 4336 kB | |
Slab: 24748 kB | |
SReclaimable: 17100 kB | |
SUnreclaim: 7648 kB | |
KernelStack: 1600 kB | |
PageTables: 3776 kB | |
NFS_Unstable: 0 kB | |
Bounce: 0 kB | |
WritebackTmp: 0 kB | |
CommitLimit: 304340 kB | |
Committed_AS: 719196 kB | |
VmallocTotal: 34359738367 kB | |
VmallocUsed: 4068 kB | |
VmallocChunk: 34359731832 kB | |
HardwareCorrupted: 0 kB | |
AnonHugePages: 10240 kB | |
HugePages_Total: 0 | |
HugePages_Free: 0 | |
HugePages_Rsvd: 0 | |
HugePages_Surp: 0 | |
Hugepagesize: 2048 kB | |
DirectMap4k: 45044 kB | |
DirectMap2M: 583680 kB | |
DirectMap1G: 0 kB | |
root@deployer:/tmp# | |
root@deployer:/tmp# cat /proc/cpuinfo | |
processor : 0 | |
vendor_id : GenuineIntel | |
cpu family : 6 | |
model : 45 | |
model name : Intel(R) Xeon(R) CPU @ 2.60GHz | |
stepping : 7 | |
microcode : 0x1 | |
cpu MHz : 2600.000 | |
cache size : 20480 KB | |
physical id : 0 | |
siblings : 1 | |
core id : 0 | |
cpu cores : 1 | |
apicid : 0 | |
initial apicid : 0 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 13 | |
wp : yes | |
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc eagerfpu pni pclmulqdq ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes xsave avx hypervisor lahf_lm xsaveopt tsc_adjust | |
bogomips : 5200.00 | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 46 bits physical, 48 bits virtual | |
power management: | |
root@deployer:/tmp# df -h | |
Filesystem Size Used Avail Use% Mounted on | |
/dev/sda1 9.8G 1.6G 7.7G 17% / | |
udev 10M 0 10M 0% /dev | |
tmpfs 119M 4.3M 115M 4% /run | |
tmpfs 298M 0 298M 0% /dev/shm | |
tmpfs 5.0M 0 5.0M 0% /run/lock | |
tmpfs 298M 0 298M 0% /sys/fs/cgroup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment