{"id":7048,"date":"2022-09-01T21:10:08","date_gmt":"2022-09-01T13:10:08","guid":{"rendered":"http:\/\/139.9.1.231\/?p=7048"},"modified":"2022-09-01T21:10:09","modified_gmt":"2022-09-01T13:10:09","slug":"linux-htop","status":"publish","type":"post","link":"http:\/\/139.9.1.231\/index.php\/2022\/09\/01\/linux-htop\/","title":{"rendered":"Linux htop \u8be6\u89e3"},"content":{"rendered":"\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"1024\" height=\"597\" src=\"http:\/\/139.9.1.231\/wp-content\/uploads\/2022\/09\/image-11-1024x597.png\" alt=\"\" class=\"wp-image-7118\" srcset=\"http:\/\/139.9.1.231\/wp-content\/uploads\/2022\/09\/image-11-1024x597.png 1024w, http:\/\/139.9.1.231\/wp-content\/uploads\/2022\/09\/image-11-300x175.png 300w, http:\/\/139.9.1.231\/wp-content\/uploads\/2022\/09\/image-11-768x448.png 768w, http:\/\/139.9.1.231\/wp-content\/uploads\/2022\/09\/image-11.png 1030w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption>\u56fe\u7247\u6765\u81ea\u5b98\u7f51<\/figcaption><\/figure>\n\n\n\n<p class=\"has-light-pink-background-color has-background\">       htop\u662f\u4e00\u6b3e\u8fd0\u884c\u4e8eLinux\u7cfb\u7edf\u76d1\u63a7\u4e0e\u8fdb\u7a0b\u7ba1\u7406\u8f6f\u4ef6\uff0c\u7528\u4e8e\u53d6\u4ee3Unix\u4e0b\u4f20\u7edf\u7684top\u3002\u4e0etop\u53ea\u63d0\u4f9b\u6700\u6d88\u8017\u8d44\u6e90\u7684\u8fdb\u7a0b\u5217\u8868\u4e0d\u540c\uff0chtop\u63d0\u4f9b\u6240\u6709\u8fdb\u7a0b\u7684\u5217\u8868\uff0c\u5e76\u4e14\u4f7f\u7528\u5f69\u8272\u6807\u8bc6\u51fa\u5904\u7406\u5668\u3001swap\u548c\u5185\u5b58\u72b6\u6001\u3002<br>       \u7528\u6237\u4e00\u822c\u53ef\u4ee5\u5728top\u65e0\u6cd5\u63d0\u4f9b\u8be6\u5c3d\u7cfb\u7edf\u4fe1\u606f\u7684\u60c5\u51b5\u4e0b\u9009\u62e9\u5b89\u88c5\u5e76\u4f7f\u7528htop\u3002\u6bd4\u5982\uff0c\u5728\u67e5\u627e\u5e94\u7528\u7a0b\u5e8f\u7684\u5185\u5b58\u6cc4\u6f0f\u95ee\u9898\u65f6\u3002\u4e0etop\u76f8\u6bd4\uff0chtop\u63d0\u4f9b\u66f4\u65b9\u4fbf\u3001\u5149\u6807\u63a7\u5236\u7684\u754c\u9762\u6765\u6740\u6b7b\u8fdb\u7a0b\u3002<\/p>\n\n\n\n<p>\u5b89\u88c5\uff1a sudo apt install htop<\/p>\n\n\n\n<p>\u5b98\u7f51\uff1a<a href=\"https:\/\/htop.dev\/\" target=\"_blank\" rel=\"noreferrer noopener\"> https:\/\/htop.dev\/<\/a><\/p>\n\n\n\n<p>github\uff1a<a rel=\"noreferrer noopener\" href=\"https:\/\/github.com\/htop-dev\/htop\" target=\"_blank\"> https:\/\/github.com\/htop-dev\/htop<\/a><\/p>\n\n\n\n<p>\u82f1\u6587\u624b\u518c\uff1a<a href=\"https:\/\/www.geeksforgeeks.org\/htop-command-in-linux-with-examples\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/www.geeksforgeeks.org\/htop-command-in-linux-with-examples\/<\/a><\/p>\n\n\n\n<p>\u4ee5\u4e0a\u56fe\u4e3a\u4f8b\uff1a<\/p>\n\n\n\n<h3><strong>Syntax:<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-preformatted\">htop [-dChusv]\n\nOptions:\r\n\r\n-d \u2013delay : Used to show the delay between updates, in tenths of seconds.\r\n-C \u2013no-color \u2013no-colour : Start htop in monochrome mode.\r\n-h \u2013help : Used to display the help message and exit.\r\n-u \u2013user=USERNAME : Used to show only the processes of a given use\n-p \u2013pid=PID, PID\u2026 : Used to show only the given PIDs.\r\n-s \u2013sort-key COLUMN : Sort by this column (use \u2013sort-key help for a column list).\r\n-v \u2013version : Output version information and exit.\n-F --filter=FILTER   Show only the commands matching the given filter\n-U --no-unicode                 Do not use unicode but plain ASCII\n-H --highlight-changes[=DELAY]  Highlight new and old processes\n-M --no-mouse                   Disable the mouse\n-t --tree                       Show the tree view (can be combined with -s)<\/pre>\n\n\n\n<h3><strong>htop\u547d\u4ee4\u7684\u90e8\u5206<\/strong><\/h3>\n\n\n\n<p>\u4ece\u524d\u9762\u7684\u8f93\u51fa\u4e2d\uff0c\u6211\u4eec\u53ef\u4ee5\u6e05\u695a\u5730\u770b\u5230htop\u7684\u663e\u793a\u5206\u4e3a3\u4e2a\u90e8\u5206:<\/p>\n\n\n\n<h4><strong>\u5934\u90e8:<\/strong><\/h4>\n\n\n\n<p>\u5934\u90e8\u5206\u663e\u793a\u7cfb\u7edf\u6307\u6807\uff0c\u5305\u62ecCPU\u3001\u5185\u5b58\u548c\u4ea4\u6362\u5229\u7528\u7387\u3001\u8fd0\u884c\u4efb\u52a1\u3001\u5e73\u5747\u8d1f\u8f7d\u548c\u6b63\u5e38\u8fd0\u884c\u65f6\u95f4\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/pic2.zhimg.com\/v2-f876d2e42e8d5e1110f22f7198fcc591_r.jpg\" alt=\"preview\"\/><\/figure>\n\n\n\n<p class=\"has-bright-blue-background-color has-background\"><strong>\u7ea2\u8272\u8fb9\u6846\uff1a<em>\u6570\u5b57 1\uff0c2\uff0c3\uff0c4\u5206\u522b\u4ee3\u8868CPU\u5904\u7406\u5668\/\u6838\uff0c\u4e0a\u56fe\u662f\u4e00\u4e2a\u56db\u6838\u7684\u5904\u7406\u5668<\/em><\/strong><\/p>\n\n\n\n<p><strong>\u7070\u8272\u8fb9\u6846\uff08progress bar\uff09<\/strong><\/p>\n\n\n\n<p><em>\u6bcf\u4e00\u4e2aCPU\u7684\u603b\u7528\u91cf\u60c5\u51b5\uff0c\u6ce8\u610f\u8fd9\u6761\u4e0a\u9762\u4f1a\u6709\u4e0d\u540c\u7684\u989c\u8272\uff1a<\/em><\/p>\n\n\n\n<ol><li>\u84dd\u8272\uff1a\u663e\u793a\u4f4e\u4f18\u5148\u7ea7(low priority)\u8fdb\u7a0b\u4f7f\u7528\u7684CPU\u767e\u5206\u6bd4\u3002<\/li><li>\u7eff\u8272\uff1a\u663e\u793a\u7528\u4e8e\u666e\u901a\u7528\u6237(user)\u62e5\u6709\u7684\u8fdb\u7a0b\u7684CPU\u767e\u5206\u6bd4\u3002<\/li><li>\u7ea2\u8272\uff1a\u663e\u793a\u7cfb\u7edf\u8fdb\u7a0b(kernel threads)\u4f7f\u7528\u7684CPU\u767e\u5206\u6bd4\u3002<\/li><li>\u6a59\u8272\uff1a\u663e\u793aIRQ\u65f6\u95f4\u4f7f\u7528\u7684CPU\u767e\u5206\u6bd4\u3002<\/li><li>\u6d0b\u7ea2\u8272(Magenta)\uff1a\u663e\u793aSoft IRQ\u65f6\u95f4\u6d88\u8017\u7684CPU\u767e\u5206\u6bd4\u3002<\/li><li>\u7070\u8272\uff1a\u663e\u793aIO\u7b49\u5f85\u65f6\u95f4\u6d88\u8017\u7684CPU\u767e\u5206\u6bd4\u3002<\/li><li>\u9752\u8272\uff1a\u663e\u793a\u7a83\u53d6\u65f6\u95f4(Steal time)\u6d88\u8017\u7684CPU\u767e\u5206\u6bd4\u3002<\/li><\/ol>\n\n\n\n<p><strong>\u9ec4\u8272\u8fb9\u6846<\/strong><\/p>\n\n\n\n<p><em>\u63d0\u4f9b\u4e86\u5185\u5b58\uff08Memory\uff09\u548c\u4ea4\u6362\uff08Swap\uff09\u4f7f\u7528\u60c5\u51b5\u3002 \u7c7b\u4f3c\u4e8eCPU\u4e2d\u7684\u8fdb\u5ea6\u6761\uff0c\u5185\u5b58\u76d1\u89c6\u4e5f\u5305\u542b\u5177\u6709\u591a\u79cd\u989c\u8272\u7684\u8fdb\u5ea6\u6761\uff1a<\/em><\/p>\n\n\n\n<ol><li>\u7eff\u8272\uff1a\u663e\u793a\u5185\u5b58\u9875\u9762\u5360\u7528\u7684RAM\u767e\u5206\u6bd4<\/li><li>\u84dd\u8272\uff1a\u663e\u793a\u7f13\u51b2\u533a\u9875\u9762\u5360\u7528\u7684RAM\u767e\u5206\u6bd4<\/li><li>\u6a59\u8272\uff1a\u663e\u793a\u7f13\u5b58\u9875\u9762\u5360\u7528\u7684RAM\u767e\u5206\u6bd4<\/li><\/ol>\n\n\n\n<p class=\"has-bright-blue-background-color has-background\">      swap\u884c\u4e3b\u8981\u663e\u793a\u4ea4\u6362\u5206\u533a\u4f7f\u7528\u60c5\u51b5\uff0c\u5f53\u4f60\u53d1\u73b0\u4f60\u7684<code>\u4ea4\u6362\u5206\u533a(swap)\u5df2\u7ecf\u6d3e\u4e0a\u7528\u573a<\/code>\u7684\u65f6\u5019\uff0c\u8bf4\u660e\u4f60\u7684\u7269\u7406<strong>\u5185\u5b58\u5df2\u7ecf\u4e0d\u8db3<\/strong>\uff0c\u9700\u8981\u8003\u8651\u589e\u52a0\u5185\u5b58\u4e86\u3002<\/p>\n\n\n\n<p><strong>\u84dd\u8272\u8fb9\u6846<\/strong><\/p>\n\n\n\n<ul><li><strong><em>\u7b2c\u4e00\u884c (Tasks, thr, running)<\/em><\/strong><ul><li>\u53c2\u8003\u4e0a\u9762\u7684\u5c4f\u5e55\u622a\u56fe\uff0c\u6211\u4eec\u5728\u8ba1\u7b97\u673a\u4e0a\u8fd0\u884c\u7684106\u4e2a\u4efb\u52a1(tasks)\u88ab\u5206\u89e3\u4e3a113\u4e2a\u7ebf\u7a0b(thread)\uff0c\u5176\u4e2d\u53ea\u67091\u4e2a\u8fdb\u7a0b\u5904\u4e8e\u8fd0\u884c(running)\u72b6\u6001\u3002<\/li><li>\u4efb\u52a1(tasks)\u662f\u6253\u5f00\u7684\u8fdb\u7a0b\u603b\u6570\u7684\u4ee3\u8868\uff0c\u4f46\u5e76\u4e0d\u662f\u6bcf\u4e2a\u6253\u5f00\u7684\u8fdb\u7a0b\u90fd\u5728\u4e0d\u65ad\u6d88\u8017CPU\u3002 \u6bcf\u4e2a\u8fdb\u7a0b\u90fd\u5904\u4e8e\u51e0\u79cd\u72b6\u6001<ul><li>R: Running\uff1a\u8868\u793a\u8fdb\u7a0b(process)\u6b63\u5728\u4f7f\u7528CPU<\/li><li>S: Sleeping: \u901a\u5e38\u8fdb\u7a0b\u5728\u5927\u591a\u6570\u65f6\u95f4\u90fd\u5904\u4e8e\u7761\u7720\u72b6\u6001\uff0c\u5e76\u4ee5\u56fa\u5b9a\u7684\u65f6\u95f4\u95f4\u9694\u6267\u884c\u5c0f\u68c0\u67e5\uff0c\u6216\u8005\u7b49\u5f85\u7528\u6237\u8f93\u5165\u540e\u518d\u8fd4\u56de\u8fd0\u884c\u72b6\u6001\u3002<\/li><li>T\/S: Traced\/Stoped: \u8868\u793a\u8fdb\u7a0b\u6b63\u5728\u5904\u4e8e\u6682\u505c\u7684\u72b6\u6001<\/li><li>Z:Zombie or defunct:\u5df2\u5b8c\u6210\u6267\u884c\u4f46\u5728\u8fdb\u7a0b\u8868\u4e2d\u4ecd\u5177\u6709\u6761\u76ee\u7684\u8fdb\u7a0b\u3002<\/li><\/ul><\/li><\/ul><\/li><\/ul>\n\n\n\n<ul><li><strong><em>\u7b2c\u4e8c\u884c Load Average<\/em><\/strong><ul><li>\u4e09\u4e2a\u503c\u662f\u6307\u7cfb\u7edf\u5728\u6700\u540e1\u5206\u949f\uff0c\u6700\u8fd15\u5206\u949f\u548c\u6700\u540e15\u5206\u949f\u7684\u5e73\u5747\u8d1f\u8f7d (0.21,0.19,0.15)<\/li><\/ul><\/li><\/ul>\n\n\n\n<ul><li><strong><em>\u7b2c\u4e09\u884c Uptime<\/em><\/strong><ul><li>\u8868\u793a\u8fd9\u4e2a\u7cfb\u7edf\u4e00\u5171\u8fd0\u884c\u4e86\u591a\u957f\u7684\u65f6\u95f4\uff0c\u8fd9\u91cc\u4e00\u5171\u8fd0\u884c\u4e8678\u5929<\/li><\/ul><\/li><\/ul>\n\n\n\n<h4><strong>\u4e3b\u4f53:<\/strong><\/h4>\n\n\n\n<p>\u6240\u6709\u6b63\u5728\u8fd0\u884c\u7684\u8fdb\u7a0b\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"933\" height=\"102\" src=\"http:\/\/139.9.1.231\/wp-content\/uploads\/2022\/09\/image-14.png\" alt=\"\" class=\"wp-image-7127\" srcset=\"http:\/\/139.9.1.231\/wp-content\/uploads\/2022\/09\/image-14.png 933w, http:\/\/139.9.1.231\/wp-content\/uploads\/2022\/09\/image-14-300x33.png 300w, http:\/\/139.9.1.231\/wp-content\/uploads\/2022\/09\/image-14-768x84.png 768w\" sizes=\"(max-width: 933px) 100vw, 933px\" \/><\/figure>\n\n\n\n<ul><li>PID \u2013 \u63cf\u8ff0\u8fdb\u7a0b\u7684ID\u53f7<\/li><li><strong>USER \u2013 \u63cf\u8ff0\u8fdb\u7a0b\u7684\u6240\u6709\u8005\uff08\u8c01\u8dd1\u7684\uff09<\/strong><\/li><li>PRI \u2013 \u63cf\u8ff0Linux\u5185\u6838\u67e5\u770b\u7684\u8fdb\u7a0b\u4f18\u5148\u7ea7<\/li><li><strong>NI \u2013 \u63cf\u8ff0\u7531\u7528\u6237\u6216root\u91cd\u7f6e\u7684\u8fdb\u7a0b\u4f18\u5148\u7ea7<\/strong><\/li><li>VIR \u2013 \u5b83\u63cf\u8ff0\u8fdb\u7a0b\u6b63\u5728\u4f7f\u7528\u7684\u865a\u62df\u5185\u5b58 \uff08virtual memory\uff09<\/li><li>RES \u2013 \u63cf\u8ff0\u8fdb\u7a0b\u6b63\u5728\u6d88\u8017\u7684\u7269\u7406\u5185\u5b58\uff08physical memory\uff09<\/li><li>SHR \u2013 \u63cf\u8ff0\u8fdb\u7a0b\u6b63\u5728\u4f7f\u7528\u7684\u5171\u4eab\u5185\u5b58\uff08shared memory\uff09<\/li><li><strong>S \u2013 \u63cf\u8ff0\u6d41\u7a0b\u7684\u5f53\u524d\u72b6\u6001 (state)<\/strong><\/li><li>CPU\uff05 \u2013 \u63cf\u8ff0\u6bcf\u4e2a\u8fdb\u7a0b\u6d88\u8017\u7684CPU\u767e\u5206\u6bd4<\/li><li>MEM\uff05 \u2013 \u63cf\u8ff0\u6bcf\u4e2a\u8fdb\u7a0b\u6d88\u8017\u7684\u5185\u5b58\u767e\u5206\u6bd4<\/li><li>TIME+ \u2013 \u663e\u793a\u81ea\u6d41\u7a0b\u5f00\u59cb\u6267\u884c\u4ee5\u6765\u7684\u65f6\u95f4<\/li><li>Command \u2013\u5b83\u4e0e\u6bcf\u4e2a\u8fdb\u7a0b\u5e76\u884c\u663e\u793a\u5b8c\u6574\u7684\u547d\u4ee4\u6267\u884c (\u6bd4\u5982\/usr\/lib\/R)<\/li><\/ul>\n\n\n\n<p>S\uff1a\u8fdb\u7a0b\u7684\u8fd0\u884c\u72b6\u51b5<\/p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>(1) R \u8868\u793a\u6b63\u5728\u8fd0\u884c<br>(2) S \u8868\u793a\u4f11\u7720<br>(3) Z \u8868\u793a\u50f5\u6b7b\u72b6\u6001<br>(4) N \u8868\u793a\u8be5\u8fdb\u7a0b\u4f18\u5148\u503c\u662f\u8d1f\u6570<\/p><\/blockquote>\n\n\n\n<h4><strong>\u4ea4\u4e92\u547d\u4ee4:<\/strong><\/h4>\n\n\n\n<p>\u663e\u793a\u201chtop\u83dc\u5355\u9009\u9879\u201d<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" src=\"http:\/\/139.9.1.231\/wp-content\/uploads\/2022\/09\/image-15.png\" alt=\"\" class=\"wp-image-7128\" width=\"690\" height=\"17\" srcset=\"http:\/\/139.9.1.231\/wp-content\/uploads\/2022\/09\/image-15.png 943w, http:\/\/139.9.1.231\/wp-content\/uploads\/2022\/09\/image-15-300x8.png 300w, http:\/\/139.9.1.231\/wp-content\/uploads\/2022\/09\/image-15-768x20.png 768w\" sizes=\"(max-width: 690px) 100vw, 690px\" \/><\/figure>\n\n\n\n<p>F1~F10 \u7684\u529f\u80fd\u548c\u5bf9\u5e94\u7684\u5b57\u6bcd\u5feb\u6377\u952e\uff1a<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"878\" height=\"354\" src=\"http:\/\/139.9.1.231\/wp-content\/uploads\/2022\/09\/image-12.png\" alt=\"\" class=\"wp-image-7121\" srcset=\"http:\/\/139.9.1.231\/wp-content\/uploads\/2022\/09\/image-12.png 878w, http:\/\/139.9.1.231\/wp-content\/uploads\/2022\/09\/image-12-300x121.png 300w, http:\/\/139.9.1.231\/wp-content\/uploads\/2022\/09\/image-12-768x310.png 768w\" sizes=\"(max-width: 878px) 100vw, 878px\" \/><\/figure>\n\n\n\n<ul><li><strong>Arrows, Page Up, Page Down, Home, End<\/strong>: Scroll the process list.<\/li><li><strong>Space<\/strong>: Tag or untag a process.<\/li><li><strong>U\u00a0<\/strong>\u2013 Untag all processes (remove all tags added with the Space key).<\/li><li><strong>s\u00a0<\/strong>\u2013 Trace process system calls.<\/li><li><strong>F1<\/strong>\u00a0\u2013 Help<\/li><li><strong>F2<\/strong>\u00a0\u2013 setup<\/li><li><strong>F3<\/strong>\u00a0\u2013 search<\/li><li><strong>F4<\/strong>\u00a0\u2013 filtering: type in part of a process command line and only processes whose names match will be shown.<\/li><li><strong>F5<\/strong>\u00a0\u2013 Tree view<\/li><li><strong>F6<\/strong>\u00a0\u2013 Sorting.<\/li><li><strong>F7\u00a0<\/strong>\u2013 Increase the selected process\u2019s priority. This can only be done by the superuser.<\/li><li><strong>F8<\/strong>\u00a0\u2013 Decrease the selected process\u2019s priority.<\/li><li><strong>F9\u00a0<\/strong>\u2013 Kill process.<\/li><li><strong>F10<\/strong>\u00a0\u2013 Quit.<\/li><\/ul>\n\n\n\n<p><\/p>\n\n\n\n<ul><li>F2\u8fdb\u5165\u8bbe\u7f6e\u754c\u9762<\/li><\/ul>\n\n\n\n<ul><li>F3\u662f\u641c\u7d22\u8fdb\u7a0b<\/li><\/ul>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>\u4e0d\u533a\u5206\u5927\u5c0f\u5199,\u53ef\u8f93\u5165\u8fdb\u7a0b\u540d\u641c\u7d22,<\/p><\/blockquote>\n\n\n\n<ul><li>F4 \u662f\u7c7b\u4f3c\u4e8e\u8fc7\u6ee4\u7684\u529f\u80fd<\/li><\/ul>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>\u8f93\u5165\u7684\u7b5b\u9009\u6761\u4ef6\u4f1a\u4e00\u76f4\u4fdd\u5b58,\u53ef\u4ee5\u6309<code>ESC<\/code>\u952e\u6e05\u9664!<\/p><\/blockquote>\n\n\n\n<p><strong>\u66f4\u7ec6\u81f4\u7684\u89e3\u91ca\uff1aman htop<\/strong><\/p>\n\n\n\n<p><strong>\u5e2e\u52a9\uff1a htop -h<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>htop\u662f\u4e00\u6b3e\u8fd0\u884c\u4e8eLinux\u7cfb\u7edf\u76d1\u63a7\u4e0e\u8fdb\u7a0b\u7ba1\u7406\u8f6f\u4ef6\uff0c\u7528\u4e8e\u53d6\u4ee3Unix\u4e0b\u4f20\u7edf\u7684top\u3002\u4e0etop\u53ea\u63d0\u4f9b\u6700\u6d88\u8017\u8d44\u6e90 &hellip; <a href=\"http:\/\/139.9.1.231\/index.php\/2022\/09\/01\/linux-htop\/\" class=\"more-link\">\u7ee7\u7eed\u9605\u8bfb<span class=\"screen-reader-text\">Linux htop \u8be6\u89e3<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[3],"tags":[],"_links":{"self":[{"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/posts\/7048"}],"collection":[{"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/comments?post=7048"}],"version-history":[{"count":43,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/posts\/7048\/revisions"}],"predecessor-version":[{"id":7161,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/posts\/7048\/revisions\/7161"}],"wp:attachment":[{"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/media?parent=7048"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/categories?post=7048"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/tags?post=7048"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}