{"id":97,"date":"2024-08-13T18:25:56","date_gmt":"2024-08-13T10:25:56","guid":{"rendered":"https:\/\/wbki.net\/?p=97"},"modified":"2024-08-13T18:30:59","modified_gmt":"2024-08-13T10:30:59","slug":"linux%e5%91%bd%e4%bb%a4","status":"publish","type":"post","link":"https:\/\/wbki.net\/?p=97","title":{"rendered":"Linux\u7cfb\u7edf\u4e0b\u7684CPU\u3001\u5185\u5b58\u3001\u4ee5\u53ca\u7f51\u7edc\u7684\u4f7f\u7528\u60c5\u51b5"},"content":{"rendered":"\n<p><strong>\u5185\u5b58\u4f7f\u7528\u60c5\u51b5<\/strong>\uff1a<\/p>\n\n\n\n<p class=\"has-medium-font-size\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-green-cyan-color\">free -m<\/mark><\/p>\n\n\n\n<p>-m\u7684\u610f\u601d\u662f\u7528MB\u7684\u65b9\u5f0f\u663e\u793a\u5185\u5b58\u5927\u5c0f<\/p>\n\n\n\n<p><strong>CPU\u4f7f\u7528\u7387<\/strong>\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-green-cyan-color\"><strong>top<\/strong><\/mark>\n\u6307\u5b9a\u884c\uff1a<strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-green-cyan-color\">top -bn1 | grep \"Cpu(s)\"<\/mark><\/strong> \uff0c<strong>-bn1<\/strong> \u4ec5\u8f93\u51fa\u4e00\u6b21<\/code><\/pre>\n\n\n\n<p><strong>\u7f51\u7edc\u76f8\u5173\uff1a<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\u67e5\u770b\u7f51\u53e3\uff1a<mark style=\"background-color: rgba(0, 0, 0, 0);\" class=\"has-inline-color has-vivid-green-cyan-color\"><b>ip -o -4 route show to default | awk '{print $5}'<\/b><\/mark>\n\nip: \u8fd9\u662f\u4e00\u4e2a\u7528\u4e8e\u663e\u793a\u548c\u64cd\u4f5c\u8def\u7531\u3001\u7f51\u7edc\u8bbe\u5907\u3001\u96a7\u9053\u548c\u5176\u4ed6\u7f51\u7edc\u63a5\u53e3\u7684\u547d\u4ee4\u3002\n-o: \u4ee5\u5355\u884c\u8f93\u51fa\u683c\u5f0f\u663e\u793a\u7ed3\u679c\uff08oneline\uff09\u3002\n-4: \u4ec5\u663e\u793aIPv4\u8def\u7531\u3002\nroute show to default: \u663e\u793a\u5230\u9ed8\u8ba4\u7f51\u5173\u7684\u8def\u7531\u4fe1\u606f\u3002\n\n\u672c\u673a\u6d4b\u8bd5\u7684\u8bdd\u53ef\u4ee5: <strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-green-cyan-color\">echo $(ip -o -4 route show to default | awk '{print $5}')<\/mark><\/strong>\n\n\u4e0b\u884c\u6d41\u91cf\u67e5\u770b\uff1a<strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-green-cyan-color\">cat \/sys\/class\/net\/$network_interface\/statistics\/rx_bytes<\/mark><\/strong>\n\u4e0a\u884c\u6d41\u91cf\u67e5\u770b: <strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-green-cyan-color\">cat \/sys\/class\/net\/$network_interface\/statistics\/tx_bytes<\/mark><\/strong>\n\u5176\u4e2d\uff0c<strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-green-cyan-color\">$network_interface<\/mark><\/strong>\u4e3a\u7f51\u53e3\uff0c<strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-green-cyan-color\">rx_bytes<\/mark><\/strong>\u662f\u63a5\u6536\u7684\u6d41\u91cf\uff0c\u4e5f\u5c31\u662f\u4e0b\u884c\u6d41\u91cf\uff0c<strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-green-cyan-color\">tx_bytes<\/mark><\/strong>\u662f\u4e0a\u4f20\u7684\u6d41\u91cf\uff0c\u4e5f\u5c31\u662f\u4e0a\u884c\u6d41\u91cf\uff0c\u5355\u4f4d\u4e3aMB\n\n\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">\u547d\u4ee4\u548c\u4e00\u4e9b\u89e3\u91ca\uff1a<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">\u83b7\u53d6\u5185\u5b58\u4f7f\u7528\u60c5\u51b5<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>memory_usage=$(<strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-green-cyan-color\">free -m | awk 'NR==2{printf \"\u5185\u5b58\u4f7f\u7528\u7387: %.2f%%\\n\", $3*100\/$2 }'<\/mark><\/strong>)\n<\/code><\/pre>\n\n\n\n<p>\u8fd9\u6bb5\u4ee3\u7801\u7684\u4f5c\u7528\u662f\u83b7\u53d6\u5185\u5b58\u4f7f\u7528\u7387\uff0c\u5e76\u5c06\u5176\u683c\u5f0f\u5316\u4e3a\u767e\u5206\u6bd4\u3002\u5177\u4f53\u6b65\u9aa4\u5982\u4e0b\uff1a<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><code>free -m<\/code>\uff1a\u663e\u793a\u7cfb\u7edf\u7684\u5185\u5b58\u4f7f\u7528\u60c5\u51b5\uff0c\u4ee5MB\u4e3a\u5355\u4f4d\u3002<\/li>\n\n\n\n<li><code>awk 'NR==2{printf \"\u5185\u5b58\u4f7f\u7528\u7387: %.2f%%\\n\", $3*100\/$2 }'<\/code>\uff1a\u5904\u7406<code>free -m<\/code>\u7684\u8f93\u51fa\uff0c<code>NR==2<\/code>\u8868\u793a\u53ea\u5904\u7406\u7b2c\u4e8c\u884c\uff08\u5373\u7269\u7406\u5185\u5b58\u7684\u4f7f\u7528\u60c5\u51b5\uff09\uff0c<code>$3<\/code>\u8868\u793a\u5df2\u4f7f\u7528\u7684\u5185\u5b58\uff0c<code>$2<\/code>\u8868\u793a\u603b\u5185\u5b58\uff0c<code>$3*100\/$2<\/code>\u8ba1\u7b97\u5185\u5b58\u4f7f\u7528\u7387\uff0c\u5e76\u683c\u5f0f\u5316\u4e3a\u767e\u5206\u6bd4\u3002<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">\u83b7\u53d6CPU\u4f7f\u7528\u7387<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>cpu_usage=$(<strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-green-cyan-color\">top -bn1 | grep \"Cpu(s)\" | awk '{print \"CPU\u4f7f\u7528\u7387: \" 100 - $8 \"%\"}'<\/mark><\/strong>)\n<\/code><\/pre>\n\n\n\n<p>\u8fd9\u6bb5\u4ee3\u7801\u7684\u4f5c\u7528\u662f\u83b7\u53d6CPU\u4f7f\u7528\u7387\uff0c\u5e76\u5c06\u5176\u683c\u5f0f\u5316\u4e3a\u767e\u5206\u6bd4\u3002\u5177\u4f53\u6b65\u9aa4\u5982\u4e0b\uff1a<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><code>top -bn1<\/code>\uff1a\u4ee5\u6279\u5904\u7406\u6a21\u5f0f\u8fd0\u884c<code>top<\/code>\u547d\u4ee4\uff0c\u5e76\u4ec5\u8f93\u51fa\u4e00\u6b21\u3002<\/li>\n\n\n\n<li><code>grep \"Cpu(s)\"<\/code>\uff1a\u8fc7\u6ee4\u51fa\u5305\u542bCPU\u4f7f\u7528\u60c5\u51b5\u7684\u884c\u3002<\/li>\n\n\n\n<li><code>awk '{print \"CPU\u4f7f\u7528\u7387: \" 100 - $8 \"%\"}'<\/code>\uff1a\u5904\u7406<code>top<\/code>\u7684\u8f93\u51fa\uff0c<code>$8<\/code>\u8868\u793a\u7a7a\u95f2CPU\u767e\u5206\u6bd4\uff0c<code>100 - $8<\/code>\u8ba1\u7b97CPU\u4f7f\u7528\u7387\uff0c\u5e76\u683c\u5f0f\u5316\u4e3a\u767e\u5206\u6bd4\u3002<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">top\u547d\u4ee4\u7684\u4e00\u4e9b\u89e3\u91ca<\/h3>\n\n\n\n<p>\u5728<code>top<\/code>\u547d\u4ee4\u7684\u8f93\u51fa\u4e2d\uff0c<code>%Cpu(s)<\/code>\u884c\u663e\u793a\u4e86CPU\u7684\u4f7f\u7528\u60c5\u51b5\u3002\u5404\u4e2a\u5b57\u6bb5\u7684\u542b\u4e49\u5982\u4e0b<\/p>\n\n\n\n<p>%Cpu(s): 12.5 us, 12.5 sy, 0.0 ni, 68.8 id, 0.0 wa, 0.0 hi, 0.0 si, 6.2 st<\/p>\n\n\n\n<p>\u5176\u4e2d%Cpu(s)\u662f1\uff0c12.5\u662f2\uff0cus\u662f3&#8230;&#8230;\u4ee5\u6b64\u7c7b\u63a8\uff0c\u7528\u4e8e$\u53c2\u6570\u7684\u4f7f\u7528\uff0c\u5982<\/p>\n\n\n\n<p><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-green-cyan-color\">top -bn1 | grep &#8220;Cpu(s)&#8221; | awk &#8216;{print &#8220;CPU\u4f7f\u7528\u7387: &#8221; 100 &#8211; $8 &#8220;%&#8221;}&#8217;<\/mark><\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>us<\/code>&nbsp;(user): \u7528\u6237\u7a7a\u95f4\u5360\u7528\u7684CPU\u767e\u5206\u6bd4<\/li>\n\n\n\n<li><code>sy<\/code>&nbsp;(system): \u5185\u6838\u7a7a\u95f4\u5360\u7528\u7684CPU\u767e\u5206\u6bd4<\/li>\n\n\n\n<li><code>ni<\/code>&nbsp;(nice): \u6539\u53d8\u8fc7\u4f18\u5148\u7ea7\u7684\u8fdb\u7a0b\u5360\u7528\u7684CPU\u767e\u5206\u6bd4<\/li>\n\n\n\n<li><code>id<\/code>&nbsp;(idle): \u7a7a\u95f2CPU\u767e\u5206\u6bd4<\/li>\n\n\n\n<li><code>wa<\/code>&nbsp;(iowait): \u7b49\u5f85I\/O\u64cd\u4f5c\u7684CPU\u767e\u5206\u6bd4<\/li>\n\n\n\n<li><code>hi<\/code>&nbsp;(hardware interrupts): \u786c\u4ef6\u4e2d\u65ad\u5360\u7528\u7684CPU\u767e\u5206\u6bd4<\/li>\n\n\n\n<li><code>si<\/code>&nbsp;(software interrupts): \u8f6f\u4ef6\u4e2d\u65ad\u5360\u7528\u7684CPU\u767e\u5206\u6bd4<\/li>\n\n\n\n<li><code>st<\/code>&nbsp;(steal time): \u88ab\u5176\u4ed6\u865a\u62df\u673a\u5360\u7528\u7684CPU\u767e\u5206\u6bd4<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-post-date\"><time datetime=\"2024-08-13T18:25:56+08:00\">2024\u5e74 8\u6708 13\u65e5<\/time><\/div>\n\n<div class=\"wp-block-post-date__modified-date wp-block-post-date\"><time datetime=\"2024-08-13T18:30:59+08:00\">2024\u5e74 8\u6708 13\u65e5<\/time><\/div>\n\n<div class=\"has-text-align-center wp-block-post-author-name\">Brother_Wan<\/div>","protected":false},"excerpt":{"rendered":"<p>\u5185\u5b58\u4f7f\u7528\u60c5\u51b5\uff1a free -m -m\u7684\u610f\u601d\u662f\u7528MB\u7684\u65b9\u5f0f\u663e\u793a\u5185\u5b58\u5927\u5c0f CPU\u4f7f\u7528\u7387\uff1a \u7f51\u7edc\u76f8\u5173\uff1a \u547d\u4ee4\u548c\u4e00\u4e9b\u89e3&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-97","post","type-post","status-publish","format-standard","hentry","category-linux"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Linux\u7cfb\u7edf\u4e0b\u7684CPU\u3001\u5185\u5b58\u3001\u4ee5\u53ca\u7f51\u7edc\u7684\u4f7f\u7528\u60c5\u51b5 - \u4e07\u522b\u5ba2\u7684\u767e\u5b9d\u888b<\/title>\n<meta name=\"description\" content=\"Linux\u547d\u4ee4\uff0ctop\u547d\u4ee4\u5206\u6790\uff0ccpu\u67e5\u770b\uff0c\u5185\u5b58\u4f7f\u7528\u60c5\u51b5\u67e5\u770b\uff0c\u7f51\u7edc\u901f\u7387\u76f8\u5173\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wbki.net\/?p=97\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Linux\u7cfb\u7edf\u4e0b\u7684CPU\u3001\u5185\u5b58\u3001\u4ee5\u53ca\u7f51\u7edc\u7684\u4f7f\u7528\u60c5\u51b5 - \u4e07\u522b\u5ba2\u7684\u767e\u5b9d\u888b\" \/>\n<meta property=\"og:description\" content=\"Linux\u547d\u4ee4\uff0ctop\u547d\u4ee4\u5206\u6790\uff0ccpu\u67e5\u770b\uff0c\u5185\u5b58\u4f7f\u7528\u60c5\u51b5\u67e5\u770b\uff0c\u7f51\u7edc\u901f\u7387\u76f8\u5173\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wbki.net\/?p=97\" \/>\n<meta property=\"og:site_name\" content=\"\u4e07\u522b\u5ba2\u7684\u767e\u5b9d\u888b\" \/>\n<meta property=\"article:published_time\" content=\"2024-08-13T10:25:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-13T10:30:59+00:00\" \/>\n<meta name=\"author\" content=\"Brother_Wan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"Brother_Wan\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/wbki.net\/?p=97#article\",\"isPartOf\":{\"@id\":\"https:\/\/wbki.net\/?p=97\"},\"author\":{\"name\":\"Brother_Wan\",\"@id\":\"https:\/\/wbki.net\/#\/schema\/person\/a18e9ddc78771da747372ebb77735bd8\"},\"headline\":\"Linux\u7cfb\u7edf\u4e0b\u7684CPU\u3001\u5185\u5b58\u3001\u4ee5\u53ca\u7f51\u7edc\u7684\u4f7f\u7528\u60c5\u51b5\",\"datePublished\":\"2024-08-13T10:25:56+00:00\",\"dateModified\":\"2024-08-13T10:30:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/wbki.net\/?p=97\"},\"wordCount\":68,\"publisher\":{\"@id\":\"https:\/\/wbki.net\/#\/schema\/person\/a18e9ddc78771da747372ebb77735bd8\"},\"articleSection\":[\"Linux\u547d\u4ee4|\u77e5\u8bc6\"],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wbki.net\/?p=97\",\"url\":\"https:\/\/wbki.net\/?p=97\",\"name\":\"Linux\u7cfb\u7edf\u4e0b\u7684CPU\u3001\u5185\u5b58\u3001\u4ee5\u53ca\u7f51\u7edc\u7684\u4f7f\u7528\u60c5\u51b5 - \u4e07\u522b\u5ba2\u7684\u767e\u5b9d\u888b\",\"isPartOf\":{\"@id\":\"https:\/\/wbki.net\/#website\"},\"datePublished\":\"2024-08-13T10:25:56+00:00\",\"dateModified\":\"2024-08-13T10:30:59+00:00\",\"description\":\"Linux\u547d\u4ee4\uff0ctop\u547d\u4ee4\u5206\u6790\uff0ccpu\u67e5\u770b\uff0c\u5185\u5b58\u4f7f\u7528\u60c5\u51b5\u67e5\u770b\uff0c\u7f51\u7edc\u901f\u7387\u76f8\u5173\",\"breadcrumb\":{\"@id\":\"https:\/\/wbki.net\/?p=97#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wbki.net\/?p=97\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wbki.net\/?p=97#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/wbki.net\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Linux\u7cfb\u7edf\u4e0b\u7684CPU\u3001\u5185\u5b58\u3001\u4ee5\u53ca\u7f51\u7edc\u7684\u4f7f\u7528\u60c5\u51b5\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wbki.net\/#website\",\"url\":\"https:\/\/wbki.net\/\",\"name\":\"\u4e07\u522b\u5ba2\u7684\u767e\u5b9d\u888b\",\"description\":\"\u4e07\u522b\u5ba2\u7684\u65e5\u8bb0\",\"publisher\":{\"@id\":\"https:\/\/wbki.net\/#\/schema\/person\/a18e9ddc78771da747372ebb77735bd8\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wbki.net\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"zh-Hans\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/wbki.net\/#\/schema\/person\/a18e9ddc78771da747372ebb77735bd8\",\"name\":\"Brother_Wan\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/wbki.net\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/wbki.net\/wp-content\/uploads\/2024\/02\/deddc670-d587-4881-acfc-4eab94c91754.jpg\",\"contentUrl\":\"https:\/\/wbki.net\/wp-content\/uploads\/2024\/02\/deddc670-d587-4881-acfc-4eab94c91754.jpg\",\"width\":1024,\"height\":1024,\"caption\":\"Brother_Wan\"},\"logo\":{\"@id\":\"https:\/\/wbki.net\/#\/schema\/person\/image\/\"},\"sameAs\":[\"http:\/\/wbki.net\"],\"url\":\"https:\/\/wbki.net\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Linux\u7cfb\u7edf\u4e0b\u7684CPU\u3001\u5185\u5b58\u3001\u4ee5\u53ca\u7f51\u7edc\u7684\u4f7f\u7528\u60c5\u51b5 - \u4e07\u522b\u5ba2\u7684\u767e\u5b9d\u888b","description":"Linux\u547d\u4ee4\uff0ctop\u547d\u4ee4\u5206\u6790\uff0ccpu\u67e5\u770b\uff0c\u5185\u5b58\u4f7f\u7528\u60c5\u51b5\u67e5\u770b\uff0c\u7f51\u7edc\u901f\u7387\u76f8\u5173","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/wbki.net\/?p=97","og_locale":"zh_CN","og_type":"article","og_title":"Linux\u7cfb\u7edf\u4e0b\u7684CPU\u3001\u5185\u5b58\u3001\u4ee5\u53ca\u7f51\u7edc\u7684\u4f7f\u7528\u60c5\u51b5 - \u4e07\u522b\u5ba2\u7684\u767e\u5b9d\u888b","og_description":"Linux\u547d\u4ee4\uff0ctop\u547d\u4ee4\u5206\u6790\uff0ccpu\u67e5\u770b\uff0c\u5185\u5b58\u4f7f\u7528\u60c5\u51b5\u67e5\u770b\uff0c\u7f51\u7edc\u901f\u7387\u76f8\u5173","og_url":"https:\/\/wbki.net\/?p=97","og_site_name":"\u4e07\u522b\u5ba2\u7684\u767e\u5b9d\u888b","article_published_time":"2024-08-13T10:25:56+00:00","article_modified_time":"2024-08-13T10:30:59+00:00","author":"Brother_Wan","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"Brother_Wan","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"1 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wbki.net\/?p=97#article","isPartOf":{"@id":"https:\/\/wbki.net\/?p=97"},"author":{"name":"Brother_Wan","@id":"https:\/\/wbki.net\/#\/schema\/person\/a18e9ddc78771da747372ebb77735bd8"},"headline":"Linux\u7cfb\u7edf\u4e0b\u7684CPU\u3001\u5185\u5b58\u3001\u4ee5\u53ca\u7f51\u7edc\u7684\u4f7f\u7528\u60c5\u51b5","datePublished":"2024-08-13T10:25:56+00:00","dateModified":"2024-08-13T10:30:59+00:00","mainEntityOfPage":{"@id":"https:\/\/wbki.net\/?p=97"},"wordCount":68,"publisher":{"@id":"https:\/\/wbki.net\/#\/schema\/person\/a18e9ddc78771da747372ebb77735bd8"},"articleSection":["Linux\u547d\u4ee4|\u77e5\u8bc6"],"inLanguage":"zh-Hans"},{"@type":"WebPage","@id":"https:\/\/wbki.net\/?p=97","url":"https:\/\/wbki.net\/?p=97","name":"Linux\u7cfb\u7edf\u4e0b\u7684CPU\u3001\u5185\u5b58\u3001\u4ee5\u53ca\u7f51\u7edc\u7684\u4f7f\u7528\u60c5\u51b5 - \u4e07\u522b\u5ba2\u7684\u767e\u5b9d\u888b","isPartOf":{"@id":"https:\/\/wbki.net\/#website"},"datePublished":"2024-08-13T10:25:56+00:00","dateModified":"2024-08-13T10:30:59+00:00","description":"Linux\u547d\u4ee4\uff0ctop\u547d\u4ee4\u5206\u6790\uff0ccpu\u67e5\u770b\uff0c\u5185\u5b58\u4f7f\u7528\u60c5\u51b5\u67e5\u770b\uff0c\u7f51\u7edc\u901f\u7387\u76f8\u5173","breadcrumb":{"@id":"https:\/\/wbki.net\/?p=97#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wbki.net\/?p=97"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wbki.net\/?p=97#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/wbki.net\/"},{"@type":"ListItem","position":2,"name":"Linux\u7cfb\u7edf\u4e0b\u7684CPU\u3001\u5185\u5b58\u3001\u4ee5\u53ca\u7f51\u7edc\u7684\u4f7f\u7528\u60c5\u51b5"}]},{"@type":"WebSite","@id":"https:\/\/wbki.net\/#website","url":"https:\/\/wbki.net\/","name":"\u4e07\u522b\u5ba2\u7684\u767e\u5b9d\u888b","description":"\u4e07\u522b\u5ba2\u7684\u65e5\u8bb0","publisher":{"@id":"https:\/\/wbki.net\/#\/schema\/person\/a18e9ddc78771da747372ebb77735bd8"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wbki.net\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"zh-Hans"},{"@type":["Person","Organization"],"@id":"https:\/\/wbki.net\/#\/schema\/person\/a18e9ddc78771da747372ebb77735bd8","name":"Brother_Wan","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/wbki.net\/#\/schema\/person\/image\/","url":"https:\/\/wbki.net\/wp-content\/uploads\/2024\/02\/deddc670-d587-4881-acfc-4eab94c91754.jpg","contentUrl":"https:\/\/wbki.net\/wp-content\/uploads\/2024\/02\/deddc670-d587-4881-acfc-4eab94c91754.jpg","width":1024,"height":1024,"caption":"Brother_Wan"},"logo":{"@id":"https:\/\/wbki.net\/#\/schema\/person\/image\/"},"sameAs":["http:\/\/wbki.net"],"url":"https:\/\/wbki.net\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/wbki.net\/index.php?rest_route=\/wp\/v2\/posts\/97","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wbki.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wbki.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wbki.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wbki.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=97"}],"version-history":[{"count":4,"href":"https:\/\/wbki.net\/index.php?rest_route=\/wp\/v2\/posts\/97\/revisions"}],"predecessor-version":[{"id":102,"href":"https:\/\/wbki.net\/index.php?rest_route=\/wp\/v2\/posts\/97\/revisions\/102"}],"wp:attachment":[{"href":"https:\/\/wbki.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=97"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wbki.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=97"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wbki.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=97"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}