\u3044\u3084\u30fc\u3001\u3082\u3046\uff18\u6708\u3082\u7d42\u308f\u308a\u306b\u8fd1\u3065\u3066\u304d\u307e\u3057\u305f\u306d\u301c\uff01
\n\u7686\u3055\u3093\u306f\u3069\u3063\u304b\u884c\u304d\u307e\u3057\u305f\u304b\uff1f\u3000\u81ea\u5206\u306f\u304a\u76c6\u4f11\u307f\u3082\u30d0\u30a4\u30af\u3092\u30e2\u30ea\u30ef\u30ad\u30ab\u30e9\u30fc\u306b\u5857\u3063\u3066\u3044\u307e\u3057\u305f\u3088\u3002\u3069\u3053\u306b\u3082\u884c\u3063\u3066\u306a\u3044\u306e\u3067\u3001\u305d\u308d\u305d\u308d\u30d7\u30c1\u65c5\u884c\u3057\u305f\u3044\u3067\u3059\u3002\u30d0\u30a4\u30af\u306b\u4e57\u308a\u305f\u3044\u3067\u3059\u306d\u3002<\/p>\n
\u3055\u3066\u3001\u4eca\u56de\u306fOCN\u30e2\u30d0\u30a4\u30ebONE\u306e\u4e57\u308a\u63db\u3048\u30ad\u30e3\u30f3\u30da\u30fc\u30f3\u3067\u6fc0\u5b897500\u5186\u3067\u65b0\u54c1\u672c\u4f53\u3092\u30b2\u30c3\u30c8\u3057\u307e\u3057\u305fRedmi Note 9S \u306bUnixBech\u3092\u8d70\u3089\u305b\u3066\u307f\u305f\u3044\u3068\u601d\u3044\u307e\u3059\u3002
\nAndroid\u30b9\u30de\u30db\u306a\u306e\u306bLinux\u4e0a\u3067\u8d70\u308bUnixBench\u3092\u3069\u3046\u3084\u3063\u3066\u52d5\u304b\u3059\u3063\u3066\u3053\u3068\u3067\u3059\u304c\u3001\u3053\u308c\u306f\u3001Termux\u3068\u3044\u3046Android\u30bf\u30fc\u30df\u30ca\u30eb\u30a8\u30df\u30e5\u30ec\u30fc\u30bf\u30fc\uff0bLinux\u74b0\u5883\u69cb\u7bc9\u30a2\u30d7\u30ea\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u74b0\u5883\u3067\u3001UnixBench\u3092\u30d3\u30eb\u30c9\u3057\u3066\u30b9\u30b3\u30a2\u3092\u8a08\u6e2c\u3057\u3066\u307f\u307e\u3057\u305f\u3002antutu\u306f\uff12\uff18\u4e07\u304f\u3089\u3044\u3089\u3057\u3044\u306e\u3067\u3059\u304c\u3001UnixBench\u306f\u3069\u306e\u304f\u3089\u3044\u51fa\u308b\u3067\u3057\u3087\u3046\u304b\u3002\u3061\u306a\u307f\u306b\u3001UmidigiF2\u306f\u3001\u524d\u56de<\/a><\/p>\n
pkg install openssh -y && sshd<\/p><\/blockquote>\n
WiFi \u30a2\u30c9\u30ec\u30b9\u3092\u78ba\u8a8d\u3057\u3066\u304a\u304d\u307e\u3059\u3002<\/p>\n
\nssh 192.168.xxx.xxx -p 8022<\/span><\/p>\n<\/blockquote>\n
\u30c7\u30d5\u30a9\u30eb\u30c8ssh\u30dd\u30fc\u30c8\u306f\u30018022\u3000\u3067\u3059\u3002\u3067\u306f\u3001UnixBench\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u30c4\u30fc\u30eb\u3092\u5165\u308c\u307e\u3057\u3087\u3046\u3002<\/p>\n
\npkg install vim wget clang make perl git pkg-config -y<\/span><\/p>\n<\/blockquote>\n
\u3042\u3068\u306f\u524d\u56de\u3068\u540c\u69d8\u3001Makefile\u3092\u5c11\u3057\u4fee\u6b63\u3057\u3066\u3000.\/Run\u3000\u3067\u3059\u3002<\/p>\n
git clone\u00a0https:\/\/github.com\/kdlucas\/byte-unixbench<\/a>
\ncd byte-unixbench\/UnixBench
\ncp -p Makefile Makefile.org
\nvi Makefile
\n\u203b\u4ee5\u4e0b\u90e8\u5206\u3092\u524a\u9664\u3057\u3066\u306d\u3002\uff08-march=native\uff09<\/p><\/blockquote>\n\n$ diff -u Makefile.org Makefile\n--- Makefile.org\t2020-08-28 23:39:45.550203419 +0900\n+++ Makefile\t2020-08-28 23:40:56.800203392 +0900\n@@ -95,7 +95,7 @@\n # - Supported : x86, x86_64, ARM, AARCH64, etc..\n # - Not Supported: RISC-V, IBM Power, etc...\n ifneq ($(ARCH),$(filter $(ARCH),ppc64 ppc64le))\n- OPTON += -march=native -mtune=native\n+ OPTON += -mtune=native\n else\n OPTON += -mcpu=native -mtune=native\n endif<\/pre>\n<\/blockquote>\n.\/Run
\n::<\/p><\/blockquote>\n\u91d1\u66dc\u306e\u591c\u306f\u7720\u3044\u3067\u3059\u3001\u3001\u3001\u5bdd\u305d\u3046\u306b\u306a\u308a\u307e\u3057\u305f\u304c\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u304c\u7d42\u308f\u3063\u305f\u306e\u3067\u8cbc\u308a\u4ed8\u3051\u3002<\/p>\n
CPU:Qualcomm\u00a0Snapdragon 720G
\nHardware : Qualcomm Technologies, Inc SM7125<\/p>\n\n========================================================================\n BYTE UNIX Benchmarks (Version 5.1.3)\n\n System: localhost: Android\n OS: Android -- 4.14.117-perf-g2d34faf -- #1 SMP PREEMPT Wed May 13 01:02:15 CST 2020\n Machine: aarch64 (unknown)\n Language: en_US.utf8 (charmap=, collate=)\n 23:41:17 up 12:11, load average: 0.00, 0.00, 0.00; runlevel \n\n------------------------------------------------------------------------\nBenchmark Run: Fri Aug 28 2020 23:41:17 - 00:09:22\n8 CPUs in system; running 1 parallel copy of tests\n\nDhrystone 2 using register variables 32061907.1 lps (10.0 s, 7 samples)\nDouble-Precision Whetstone 6143.9 MWIPS (10.0 s, 7 samples)\nExecl Throughput 267.0 lps (29.9 s, 2 samples)\nFile Copy 1024 bufsize 2000 maxblocks 630326.5 KBps (30.0 s, 2 samples)\nFile Copy 256 bufsize 500 maxblocks 205587.3 KBps (30.0 s, 2 samples)\nFile Copy 4096 bufsize 8000 maxblocks 1214283.1 KBps (30.0 s, 2 samples)\nPipe Throughput 1227952.4 lps (10.0 s, 7 samples)\nPipe-based Context Switching 105358.2 lps (10.0 s, 7 samples)\nProcess Creation 594.4 lps (30.0 s, 2 samples)\nShell Scripts (1 concurrent) 1306.7 lpm (60.0 s, 2 samples)\nShell Scripts (8 concurrent) 311.0 lpm (60.1 s, 2 samples)\nSystem Call Overhead 1131049.8 lps (10.0 s, 7 samples)\n\nSystem Benchmarks Index Values BASELINE RESULT INDEX\nDhrystone 2 using register variables 116700.0 32061907.1 2747.4\nDouble-Precision Whetstone 55.0 6143.9 1117.1\nExecl Throughput 43.0 267.0 62.1\nFile Copy 1024 bufsize 2000 maxblocks 3960.0 630326.5 1591.7\nFile Copy 256 bufsize 500 maxblocks 1655.0 205587.3 1242.2\nFile Copy 4096 bufsize 8000 maxblocks 5800.0 1214283.1 2093.6\nPipe Throughput 12440.0 1227952.4 987.1\nPipe-based Context Switching 4000.0 105358.2 263.4\nProcess Creation 126.0 594.4 47.2\nShell Scripts (1 concurrent) 42.4 1306.7 308.2\nShell Scripts (8 concurrent) 6.0 311.0 518.3\nSystem Call Overhead 15000.0 1131049.8 754.0\n ========\nSystem Benchmarks Index Score 569.6\n\n------------------------------------------------------------------------\nBenchmark Run: Sat Aug 29 2020 00:09:22 - 00:37:59\n8 CPUs in system; running 8 parallel copies of tests\n\nDhrystone 2 using register variables 120620219.0 lps (10.0 s, 7 samples)\nDouble-Precision Whetstone 26336.2 MWIPS (9.5 s, 7 samples)\nExecl Throughput 1110.7 lps (29.9 s, 2 samples)\nFile Copy 1024 bufsize 2000 maxblocks 588338.4 KBps (30.0 s, 2 samples)\nFile Copy 256 bufsize 500 maxblocks 181982.1 KBps (30.0 s, 2 samples)\nFile Copy 4096 bufsize 8000 maxblocks 1457866.0 KBps (30.0 s, 2 samples)\nPipe Throughput 4512922.8 lps (10.0 s, 7 samples)\nPipe-based Context Switching 160612.9 lps (10.0 s, 7 samples)\nProcess Creation 947.0 lps (30.1 s, 2 samples)\nShell Scripts (1 concurrent) 2990.6 lpm (60.1 s, 2 samples)\nShell Scripts (8 concurrent) 399.8 lpm (60.5 s, 2 samples)\nSystem Call Overhead 3946715.9 lps (10.0 s, 7 samples)\n\nSystem Benchmarks Index Values BASELINE RESULT INDEX\nDhrystone 2 using register variables 116700.0 120620219.0 10335.9\nDouble-Precision Whetstone 55.0 26336.2 4788.4\nExecl Throughput 43.0 1110.7 258.3\nFile Copy 1024 bufsize 2000 maxblocks 3960.0 588338.4 1485.7\nFile Copy 256 bufsize 500 maxblocks 1655.0 181982.1 1099.6\nFile Copy 4096 bufsize 8000 maxblocks 5800.0 1457866.0 2513.6\nPipe Throughput 12440.0 4512922.8 3627.8\nPipe-based Context Switching 4000.0 160612.9 401.5\nProcess Creation 126.0 947.0 75.2\nShell Scripts (1 concurrent) 42.4 2990.6 705.3\nShell Scripts (8 concurrent) 6.0 399.8 666.3\nSystem Call Overhead 15000.0 3946715.9 2631.1\n ========\nSystem Benchmarks Index Score 1177.5<\/pre>\n<\/blockquote>\n\u30b7\u30f3\u30b0\u30eb\u6027\u80fd\u3067\u306f\u3001UmidigiF2\u3088\u308a\u4e0a\u3067\u3059\u304c\u3001\u30de\u30eb\u30c1CPU\u306f\u4e0b\u3067\u3059\u306d\u3002<\/p>\n
\u30b7\u30f3\u30b0\u30ebCPU\u30fb\u30fb\u30fb\u30b9\u30b3\u30a2569.6
\n8CPU\u30fb\u30fb\u30fb\u30fb\u30fb\u30fb\u30b9\u30b3\u30a21177.5<\/p><\/blockquote>\n\u7279\u306b\u3001\u30d7\u30ed\u30bb\u30b9\u306e\u30d5\u30a9\u30fc\u30af\u51e6\u7406\uff08Process Creation\uff09\u3068\u304b\u3001\u30b7\u30a7\u30eb\u95a2\u9023\u3068\u304b\u3001\u30d1\u30a4\u30d7\u51e6\u7406\uff08Pipe-based Context Switching\uff09\u304c\u534a\u5206\u304f\u3089\u3044\u9045\u3044\u3067\u3059\u306d\u3002\u306a\u3093\u3067\u3053\u3093\u306a\u306b\u9045\u3044\u306e\u3067\u3057\u3087\u3046\u304b\uff1f\u3000\u30b7\u30b9\u30c6\u30e0\u30d0\u30fc\u30b8\u30e7\u30f3\u30a2\u30c3\u30d7\u3057\u3066\u3001\u307e\u305f\u8a08\u6e2c\u3057\u3066\u307f\u307e\u3059\u3002<\/p>\n
<\/p>\n
\u518d\u8d77\u52d5\u5f8c\u306e\u60c5\u5831\u3067\u3059\u3002<\/p>\n
<\/p>\n
Kernel\u306e\u672b\u5c3e\u306e\u756a\u53f7\u3060\u3051\u5fae\u5999\u306b\u5909\u308f\u3063\u3066\u3044\u307e\u3059\u304c\u3001\u30e1\u30b8\u30e3\u30fc\u30fb\u30de\u30a4\u30ca\u30fc\u30fb\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u306e\u756a\u53f7\u306f\u5909\u308f\u3089\u305a\u3067\u3059\u306d\u30024.14.117\u3067\u3059\u3002UmidigiF2\u306f\u30014.14.141+\u3067\u65b0\u3057\u3044\u3067\u3059\u306d\u3002<\/p>\n
\u7d50\u679c\u304c\u51fa\u305f\u3089\u8cbc\u308a\u4ed8\u3051\u3066\u304a\u304d\u307e\u3059\u3002\u4eca\u65e5\u306f\u3082\u3046\u306d\u308b\u30fc\uff01\u3000UmidigiF2\u3000\u306eCPU\u3001MediaTek Helio P70\u3082\u306a\u304b\u306a\u304b\u826f\u3044\u306e\u304b\u3082\u306d\u3002<\/p>\n
\u8ffd\u8a18\u3002\u7fcc\u65e5\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u304c\u7d42\u308f\u3063\u3066\u3044\u305f\u306e\u3067\u8cbc\u308a\u4ed8\u3051\u3066\u304a\u304d\u307e\u3059\u3002\u8aa4\u5dee\u306e\u7bc4\u56f2\u3067\u307b\u307c\u540c\u3058\u7d50\u679c\u3067\u3057\u305f\u3002\u4eca\u56de\u3082\u3084\u306f\u308a\u3001\u30d7\u30ed\u30bb\u30b9\u306e\u30d5\u30a9\u30fc\u30af\u51e6\u7406\uff08Process Creation\uff09\u3068\u304b\u3001\u30b7\u30a7\u30eb\u95a2\u9023\u3068\u304b\u3001\u30d1\u30a4\u30d7\u51e6\u7406\uff08Pipe-based Context Switching\uff09\u304cUmidigiF2\u3068\u6bd4\u3079\u3066\u534a\u5206\u304f\u3089\u3044\u9045\u3044\u7d50\u679c\u3068\u306a\u308a\u307e\u3057\u305f\u3002\u4f55\u304bKernel\u304bOS\u8a2d\u5b9a\u3067\u5236\u9650\u304c\u3042\u308b\u306e\u304b\u3082\u3067\u3059\u306d\u3002\u30d5\u30a1\u30a4\u30eb\u30b3\u30d4\u30fc\u306a\u3093\u304b\u306f\u500d\u304f\u3089\u3044RedmeNote9s\u304c\u901f\u3044\u3067\u3059\u304c\u3002<\/p>\n
CPU\u3084\u30b9\u30c8\u30ec\u30fc\u30b8\u304c\u901f\u3051\u308c\u3070\u5168\u90e8\u306e\u30b9\u30b3\u30a2\u304c\u4e0a\u304c\u308b\u3068\u3044\u3046\u308f\u3051\u306f\u306a\u3044\u3068\u3044\u3046\u3053\u3068\u3067\u3059\u306d\u3002<\/p>\n
\u30b7\u30f3\u30b0\u30ebCPU\u30fb\u30fb\u30fb\u30b9\u30b3\u30a2571.9
\n8CPU\u30fb\u30fb\u30fb\u30fb\u30fb\u30fb\u30b9\u30b3\u30a21127.1<\/p><\/blockquote>\n\u3061\u306a\u307f\u306b\u3001UnixBench\u306e\u30d1\u30a4\u30d7\u51e6\u7406\u306b\u4f7f\u3046\u30d0\u30a4\u30ca\u30ea\u306e\u30d8\u30c3\u30c0\u60c5\u5831\u3082\u4e57\u305b\u3066\u304a\u304d\u307e\u3059\u3002\u3061\u3083\u3093\u306864bit\u3067\u30d3\u30eb\u30c9\u3055\u308c\u3066\u3044\u307e\u3059\u306d\u3002Termux\u3001\u306a\u304b\u306a\u304b\u3044\u3044\u3093\u3058\u3083\u306a\u3044\u3067\u3057\u3087\u3046\u304b\u3002<\/p>\n
$ readelf -h .\/spawn
\nELF Header:
\nMagic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00
\nClass: ELF64
\nData: 2’s complement, little endian
\nVersion: 1 (current)
\nOS\/ABI: UNIX – System V
\nABI Version: 0
\nType: DYN (Shared object file)
\nMachine: AArch64
\nVersion: 0x1
\nEntry point address: 0x760
\nStart of program headers: 64 (bytes into file)
\nStart of section headers: 7184 (bytes into file)
\nFlags: 0x0
\nSize of this header: 64 (bytes)
\nSize of program headers: 56 (bytes)
\nNumber of program headers: 8
\nSize of section headers: 64 (bytes)
\nNumber of section headers: 24
\nSection header string table index: 23<\/p><\/blockquote>\n\u3068\u3044\u3046\u3053\u3068\u3067\u3001\u6b21\u56de\u306fUmidigiF2\u306bWordPress\u304c\u52d5\u304f\u74b0\u5883\u3092\u4f5c\u3063\u3066\u30c6\u30b9\u30c8\u3057\u3066\u307f\u305f\u3044\u3067\u3059\u306d\u3002<\/p>\n
BYTE UNIX Benchmarks (Version 5.1.3)\n\n System: localhost: Android\n OS: Android -- 4.14.117-perf-g638d6a0 -- #1 SMP PREEMPT Fri Jun 19 01:24:32 CST 2020\n Machine: aarch64 (unknown)\n Language: en_US.utf8 (charmap=, collate=)\n 01:18:25 up 17 min, load average: 0.55, 1.10, 1.44; runlevel \n\n------------------------------------------------------------------------\nBenchmark Run: Sat Aug 29 2020 01:18:25 - 01:46:30\n8 CPUs in system; running 1 parallel copy of tests\n\nDhrystone 2 using register variables 32007008.4 lps (10.0 s, 7 samples)\nDouble-Precision Whetstone 6140.3 MWIPS (10.0 s, 7 samples)\nExecl Throughput 261.7 lps (29.9 s, 2 samples)\nFile Copy 1024 bufsize 2000 maxblocks 628988.7 KBps (30.0 s, 2 samples)\nFile Copy 256 bufsize 500 maxblocks 207751.6 KBps (30.0 s, 2 samples)\nFile Copy 4096 bufsize 8000 maxblocks 1478525.0 KBps (30.0 s, 2 samples)\nPipe Throughput 1164727.3 lps (10.0 s, 7 samples)\nPipe-based Context Switching 99925.0 lps (10.0 s, 7 samples)\nProcess Creation 587.5 lps (30.0 s, 2 samples)\nShell Scripts (1 concurrent) 1284.4 lpm (60.0 s, 2 samples)\nShell Scripts (8 concurrent) 312.1 lpm (60.2 s, 2 samples)\nSystem Call Overhead 1127699.3 lps (10.0 s, 7 samples)\n\nSystem Benchmarks Index Values BASELINE RESULT INDEX\nDhrystone 2 using register variables 116700.0 32007008.4 2742.7\nDouble-Precision Whetstone 55.0 6140.3 1116.4\nExecl Throughput 43.0 261.7 60.9\nFile Copy 1024 bufsize 2000 maxblocks 3960.0 628988.7 1588.4\nFile Copy 256 bufsize 500 maxblocks 1655.0 207751.6 1255.3\nFile Copy 4096 bufsize 8000 maxblocks 5800.0 1478525.0 2549.2\nPipe Throughput 12440.0 1164727.3 936.3\nPipe-based Context Switching 4000.0 99925.0 249.8\nProcess Creation 126.0 587.5 46.6\nShell Scripts (1 concurrent) 42.4 1284.4 302.9\nShell Scripts (8 concurrent) 6.0 312.1 520.1\nSystem Call Overhead 15000.0 1127699.3 751.8\n ========\nSystem Benchmarks Index Score 571.9\n\n------------------------------------------------------------------------\nBenchmark Run: Sat Aug 29 2020 01:46:30 - 02:15:04\n8 CPUs in system; running 8 parallel copies of tests\n\nDhrystone 2 using register variables 122466899.1 lps (10.0 s, 7 samples)\nDouble-Precision Whetstone 26082.3 MWIPS (9.9 s, 7 samples)\nExecl Throughput 1100.0 lps (29.7 s, 2 samples)\nFile Copy 1024 bufsize 2000 maxblocks 509969.0 KBps (30.0 s, 2 samples)\nFile Copy 256 bufsize 500 maxblocks 147009.9 KBps (30.0 s, 2 samples)\nFile Copy 4096 bufsize 8000 maxblocks 1308075.6 KBps (30.0 s, 2 samples)\nPipe Throughput 4401030.7 lps (10.0 s, 7 samples)\nPipe-based Context Switching 163599.9 lps (10.0 s, 7 samples)\nProcess Creation 1059.8 lps (30.1 s, 2 samples)\nShell Scripts (1 concurrent) 2761.2 lpm (60.1 s, 2 samples)\nShell Scripts (8 concurrent) 366.4 lpm (60.8 s, 2 samples)\nSystem Call Overhead 3964160.3 lps (10.0 s, 7 samples)\n\nSystem Benchmarks Index Values BASELINE RESULT INDEX\nDhrystone 2 using register variables 116700.0 122466899.1 10494.2\nDouble-Precision Whetstone 55.0 26082.3 4742.2\nExecl Throughput 43.0 1100.0 255.8\nFile Copy 1024 bufsize 2000 maxblocks 3960.0 509969.0 1287.8\nFile Copy 256 bufsize 500 maxblocks 1655.0 147009.9 888.3\nFile Copy 4096 bufsize 8000 maxblocks 5800.0 1308075.6 2255.3\nPipe Throughput 12440.0 4401030.7 3537.8\nPipe-based Context Switching 4000.0 163599.9 409.0\nProcess Creation 126.0 1059.8 84.1\nShell Scripts (1 concurrent) 42.4 2761.2 651.2\nShell Scripts (8 concurrent) 6.0 366.4 610.7\nSystem Call Overhead 15000.0 3964160.3 2642.8\n ========\nSystem Benchmarks Index Score 1127.1<\/pre>\n","protected":false},"excerpt":{"rendered":"\u3044\u3084\u30fc\u3001\u3082\u3046\uff18\u6708\u3082\u7d42\u308f\u308a\u306b\u8fd1\u3065\u3066\u304d\u307e\u3057\u305f\u306d\u301c\uff01 \u7686\u3055\u3093\u306f\u3069\u3063\u304b\u884c\u304d\u307e\u3057\u305f\u304b\uff1f\u3000\u81ea\u5206\u306f\u304a\u76c6\u4f11\u307f\u3082\u30d0\u30a4\u30af\u3092\u30e2\u30ea\u30ef\u30ad\u30ab\u30e9\u30fc\u306b\u5857\u3063\u3066\u3044\u307e\u3057\u305f\u3088\u3002\u3069\u3053\u306b\u3082\u884c\u3063\u3066\u306a\u3044\u306e\u3067\u3001\u305d\u308d\u305d\u308d\u30d7\u30c1\u65c5\u884c\u3057\u305f\u3044\u3067\u3059\u3002\u30d0\u30a4\u30af\u306b\u4e57\u308a\u305f\u3044\u3067\u3059\u306d\u3002 \u3055\u3066\u3001 […]<\/p>\n","protected":false},"author":1,"featured_media":9400,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_uag_custom_page_level_css":"","footnotes":""},"categories":[14,47],"tags":[],"acf":[],"uagb_featured_image_src":{"full":["https:\/\/hack.gpl.jp\/wp-content\/uploads\/2020\/08\/xiaomi_redmi_note_9sefbc88note_9_proefbc89e381aee382b9e38398e3829ae38383e382afe381bee381a8e38281e38081e5afbee5bf9ce3838fe38299e383b3e38388e38299e38081e4bea1e6a0bc___telektlist.png",696,551,false],"thumbnail":["https:\/\/hack.gpl.jp\/wp-content\/uploads\/2020\/08\/xiaomi_redmi_note_9sefbc88note_9_proefbc89e381aee382b9e38398e3829ae38383e382afe381bee381a8e38281e38081e5afbee5bf9ce3838fe38299e383b3e38388e38299e38081e4bea1e6a0bc___telektlist.png",121,96,false],"medium":["https:\/\/hack.gpl.jp\/wp-content\/uploads\/2020\/08\/xiaomi_redmi_note_9sefbc88note_9_proefbc89e381aee382b9e38398e3829ae38383e382afe381bee381a8e38281e38081e5afbee5bf9ce3838fe38299e383b3e38388e38299e38081e4bea1e6a0bc___telektlist.png",696,551,false],"medium_large":["https:\/\/hack.gpl.jp\/wp-content\/uploads\/2020\/08\/xiaomi_redmi_note_9sefbc88note_9_proefbc89e381aee382b9e38398e3829ae38383e382afe381bee381a8e38281e38081e5afbee5bf9ce3838fe38299e383b3e38388e38299e38081e4bea1e6a0bc___telektlist.png",696,551,false],"large":["https:\/\/hack.gpl.jp\/wp-content\/uploads\/2020\/08\/xiaomi_redmi_note_9sefbc88note_9_proefbc89e381aee382b9e38398e3829ae38383e382afe381bee381a8e38281e38081e5afbee5bf9ce3838fe38299e383b3e38388e38299e38081e4bea1e6a0bc___telektlist.png",696,551,false],"1536x1536":["https:\/\/hack.gpl.jp\/wp-content\/uploads\/2020\/08\/xiaomi_redmi_note_9sefbc88note_9_proefbc89e381aee382b9e38398e3829ae38383e382afe381bee381a8e38281e38081e5afbee5bf9ce3838fe38299e383b3e38388e38299e38081e4bea1e6a0bc___telektlist.png",696,551,false],"2048x2048":["https:\/\/hack.gpl.jp\/wp-content\/uploads\/2020\/08\/xiaomi_redmi_note_9sefbc88note_9_proefbc89e381aee382b9e38398e3829ae38383e382afe381bee381a8e38281e38081e5afbee5bf9ce3838fe38299e383b3e38388e38299e38081e4bea1e6a0bc___telektlist.png",696,551,false],"post-thumbnail":["https:\/\/hack.gpl.jp\/wp-content\/uploads\/2020\/08\/xiaomi_redmi_note_9sefbc88note_9_proefbc89e381aee382b9e38398e3829ae38383e382afe381bee381a8e38281e38081e5afbee5bf9ce3838fe38299e383b3e38388e38299e38081e4bea1e6a0bc___telektlist.png",696,551,false]},"uagb_author_info":{"display_name":"JunkHack","author_link":"https:\/\/hack.gpl.jp\/author\/junkhack\/"},"uagb_comment_info":0,"uagb_excerpt":"\u3044\u3084\u30fc\u3001\u3082\u3046\uff18\u6708\u3082\u7d42\u308f\u308a\u306b\u8fd1\u3065\u3066\u304d\u307e\u3057\u305f\u306d\u301c\uff01 \u7686\u3055\u3093\u306f\u3069\u3063\u304b\u884c\u304d\u307e\u3057\u305f\u304b\uff1f\u3000\u81ea\u5206\u306f\u304a\u76c6\u4f11\u307f\u3082\u30d0\u30a4\u30af\u3092\u30e2\u30ea\u30ef\u30ad…","_links":{"self":[{"href":"https:\/\/hack.gpl.jp\/wp-json\/wp\/v2\/posts\/5786"}],"collection":[{"href":"https:\/\/hack.gpl.jp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hack.gpl.jp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hack.gpl.jp\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hack.gpl.jp\/wp-json\/wp\/v2\/comments?post=5786"}],"version-history":[{"count":0,"href":"https:\/\/hack.gpl.jp\/wp-json\/wp\/v2\/posts\/5786\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hack.gpl.jp\/wp-json\/wp\/v2\/media\/9400"}],"wp:attachment":[{"href":"https:\/\/hack.gpl.jp\/wp-json\/wp\/v2\/media?parent=5786"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hack.gpl.jp\/wp-json\/wp\/v2\/categories?post=5786"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hack.gpl.jp\/wp-json\/wp\/v2\/tags?post=5786"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}