{"id":464,"date":"2021-07-01T06:30:25","date_gmt":"2021-07-01T11:30:25","guid":{"rendered":"https:\/\/www.knownhost.com\/kb\/?p=464"},"modified":"2022-08-05T07:12:40","modified_gmt":"2022-08-05T12:12:40","slug":"load-averages-what-are-they","status":"publish","type":"post","link":"https:\/\/www.knownhost.com\/kb\/load-averages-what-are-they\/","title":{"rendered":"Load Averages, what are they?"},"content":{"rendered":"<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_83 ez-toc-wrap-right counter-hierarchy ez-toc-counter ez-toc-custom ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #212121;color:#212121\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #212121;color:#212121\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 eztoc-toggle-hide-by-default' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/www.knownhost.com\/kb\/load-averages-what-are-they\/#finding_your_core_count\" >Finding your core count<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/www.knownhost.com\/kb\/load-averages-what-are-they\/#checking_load_averages\" >Checking load averages<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/www.knownhost.com\/kb\/load-averages-what-are-they\/#okay_but_how_do_i_read_this\" >Okay, but how do I read this?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/www.knownhost.com\/kb\/load-averages-what-are-they\/#conclusion\" >Conclusion<\/a><\/li><\/ul><\/nav><\/div>\n\n<p>In this article we&#8217;ll be going over the server metric &#8216;Load Averages&#8217; that you may see within WHM, cPanel Server Stats, DirectAdmin Server Stats and programs such as&nbsp;<code>uptime<\/code>&nbsp;or&nbsp;<code>top<\/code>.  Being aware of this value and what it should and shouldn&#8217;t be within your server is important. It will help protect yourself and your hardware from unnecessary downtime. This allows you be be aware you of knowing what to look out for.<\/p>\n\n\n\n<p>Applicable services:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Virtual Private Servers<\/li><li>Cloud Servers<\/li><li>Dedicated Servers<\/li><\/ul>\n\n\n\n<p>This article will cover the usage of programs such as&nbsp;<code>top<\/code>&nbsp;and&nbsp;<code>nproc<\/code>&nbsp;when attempting to determine your servers CPU core count.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>top<\/strong>: A command line program to provide detailed statistics of the current operating processes of the server showing information such as: uptime, current processes, load averages, available memory and CPU utilization.<\/li><li><strong>nproc<\/strong>: A command line program to show how many CPU cores a server has to utilize.<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"finding_your_core_count\"><\/span>Finding your core count<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>In order to understand the load averages, we first need to find out the number of CPU cores available. To do this, you&#8217;ll need to have root access and be able to access\/login over SSH.<\/p>\n\n\n\n<p>Once you&#8217;re logged into your server you can run the&nbsp;<code>nproc<\/code>&nbsp;command which will provide you with a single or double digit number (depending on your CPU type)<\/p>\n\n\n\n<p>Here in our example shows how many CPU cores this server has:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;root@yourserverhere]# nproc\n2<\/code><\/pre>\n\n\n\n<p>According to&nbsp;<code>nproc<\/code>&nbsp;\u2013 this server as&nbsp;<code>2<\/code>&nbsp;available CPU Cores for processing information. Great, this will serve as the baseline for the guide when talking about load averages.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"checking_load_averages\"><\/span>Checking load averages<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Now that we know, we&#8217;ll want to check the the current load averages by running&nbsp;<code>top<\/code>&nbsp;in the command line, it&#8217;ll give us output such as:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>top - 11:32:02 up 98 days, 23:47,  2 users,  load average: 1.10, 3.14, 5.18                                                                                                                                                                                                       \nTasks: 108 total,   1 running, 107 sleeping,   0 stopped,   0 zombie                                                                                                                                                                                                              \n%Cpu(s):  0.1 us,  0.1 sy,  0.0 ni, 99.8 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st                                                                                                                                                                                                   \nKiB Mem :  4194304 total,  1669384 free,  1278944 used,  1245976 buff\/cache\nKiB Swap:        0 total,        0 free,        0 used.  2794300 avail Mem <\/code><\/pre>\n\n\n\n<p>In this output we see things such as&nbsp;<em>uptime, cpu load, memory availability, running processes and load averages<\/em>&nbsp;\u2013 the&nbsp;<strong>load averages<\/strong>&nbsp;value is what we&#8217;re interested in here as that&#8217;s going to provide us with a general understanding of how our server is performing.<\/p>\n\n\n\n<p>The load average is broken down into three parts. This translates into: 1 minute averages, 5 minute averages and 15 minute averages.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>If the load average shows as 0.00 \u2013 the server is idle.<\/li><li>When the 1 minute load is larger than the 5 minute, 15 minute load times \u2013 load is&nbsp;<strong>increasing<\/strong><\/li><li>When the 1 minute load is smaller than the 5 minute, 15 minute load times \u2013 load is&nbsp;<strong>decreasing<\/strong><\/li><li>Should the values be higher than the available CPU count (nproc) then the server may be experiencing performance issues (server configurations for example)<ul><li>Apache<\/li><li>PHP<\/li><li>MySQL<\/li><li>Disk issues<\/li><\/ul><\/li><\/ul>\n\n\n\n<p>Within Linux the load averages attempt to be a understanding of system load as a whole measurement. Meaning that this is taking the number of threads that are working or waiting to work. With CPU&#8217;s only being able to handle so many processes at one time, this number is meant to act as an overall value of the server work currently being performed.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"okay_but_how_do_i_read_this\"><\/span>Okay, but how do I read this?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Let&#8217;s break this down into an easy to understand format.<\/p>\n\n\n\n<p>If a server is only a two core server like what we saw when we used\u00a0<code>nproc<\/code>\u00a0then think of this like a highway. This highway only has two lanes to handle the vehicles operating on this highway. If this highway is operating at capacity (100%) we can expect to see a value of\u00a0<code>2.00<\/code>. If the highway is operating at half capacity then we would see\u00a0<code>1.00<\/code>.<\/p>\n\n\n\n<p>A value over&nbsp;<code>2.00<\/code>&nbsp;would mean the highway is congested and as such it takes longer time for processes to complete. (Such as it would for traffic to get through a congested highway)<\/p>\n\n\n\n<p>Consistently busy highway could indicate an issue which you would want to have investigated.<\/p>\n\n\n\n<p>A server spiking over the allocated CPU Core count on the server is OK every once in awhile. Should you see this value consistently higher than the available core count could indicate a problem. You or your server management company would then want to evaluate the issue. The average values (1, 5, 15) allow for this metric to be checked to determine if there is an issue, for example if the 15 minute average persists higher than&nbsp;<code>2.00<\/code>&nbsp;you know that something is awry.<\/p>\n\n\n\n<p>Servers with larger core counts will have more highway lanes to handle the processes(vehicles) on the network. A result of this is seeing the values of the 1, 5 and 15 minute time frames report larger.<\/p>\n\n\n\n<p>An example would be a&nbsp;<code>32<\/code>&nbsp;core server could have values of 1.00, 2.00, 15.00 or 24.00 for periodic times longer than 15 minutes and that would be correct within that servers capability.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"conclusion\"><\/span>Conclusion<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>We hope that this has been a helpful explanation of load averages and what they are. Understanding load averages is a good way to be aware of the way that your server is performing. Whether it be from active work load or just general traffic. Load averages help determine what sort of state your server is in. As such it&#8217;s an important metric to be aware of.<br><br>KnownHost offers 365 days a year, 24 hours a day, all 7 days of the week best in class technical support. A dedicated team is ready to help you should you need our assistance. You\u2019re not using KnownHost for the best web hosting experience? Well, why not? Check with&nbsp;<a href=\"https:\/\/www.knownhost.com\/contact\">our Sales team<\/a>&nbsp;to see what can&nbsp;<a href=\"https:\/\/www.knownhost.com\/\">KnownHost<\/a>&nbsp;do for you in improving your web hosting experience.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this article we&#8217;ll be going over the server metric &#8216;Load Averages&#8217; that you may see within WHM, cPanel Server Stats, DirectAdmin Server Stats and programs such as&nbsp;uptime&nbsp;or&nbsp;top. Being aware of this value and what it should and shouldn&#8217;t be within your server is important. It will help protect yourself and your hardware from unnecessary [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[177,143,123,203,202,144,125],"class_list":["post-464","post","type-post","status-publish","format-standard","hentry","category-getting-started","tag-cloud","tag-dedicated","tag-linux","tag-load-averages","tag-loadaverages","tag-shared","tag-vps"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Load Averages, what are they? - KnownHost<\/title>\n<meta name=\"description\" content=\"Load averages are an important metric to understand. Let us go over what they are and how to interpret what their values mean with you.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.knownhost.com\/kb\/load-averages-what-are-they\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Load Averages, what are they? - KnownHost\" \/>\n<meta property=\"og:description\" content=\"Load averages are an important metric to understand. Let us go over what they are and how to interpret what their values mean with you.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.knownhost.com\/kb\/load-averages-what-are-they\/\" \/>\n<meta property=\"og:site_name\" content=\"KnownHost\" \/>\n<meta property=\"article:published_time\" content=\"2021-07-01T11:30:25+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-05T12:12:40+00:00\" \/>\n<meta name=\"author\" content=\"Jonathan K. W.\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jonathan K. W.\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/load-averages-what-are-they\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/load-averages-what-are-they\\\/\"},\"author\":{\"name\":\"Jonathan K. W.\",\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/#\\\/schema\\\/person\\\/3db6e20d1f33519cd68fe0ba1230a48b\"},\"headline\":\"Load Averages, what are they?\",\"datePublished\":\"2021-07-01T11:30:25+00:00\",\"dateModified\":\"2022-08-05T12:12:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/load-averages-what-are-they\\\/\"},\"wordCount\":909,\"keywords\":[\"cloud\",\"dedicated\",\"linux\",\"load averages\",\"loadaverages\",\"shared\",\"vps\"],\"articleSection\":[\"Getting Started\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/load-averages-what-are-they\\\/\",\"url\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/load-averages-what-are-they\\\/\",\"name\":\"Load Averages, what are they? - KnownHost\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/#website\"},\"datePublished\":\"2021-07-01T11:30:25+00:00\",\"dateModified\":\"2022-08-05T12:12:40+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/#\\\/schema\\\/person\\\/3db6e20d1f33519cd68fe0ba1230a48b\"},\"description\":\"Load averages are an important metric to understand. Let us go over what they are and how to interpret what their values mean with you.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/load-averages-what-are-they\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/load-averages-what-are-they\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/load-averages-what-are-they\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Load Averages, what are they?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/#website\",\"url\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/\",\"name\":\"KnownHost\",\"description\":\"KnownHost provides a comprehensive webhosting knowledge base to help answer many of your common webhosting and linux questions.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/#\\\/schema\\\/person\\\/3db6e20d1f33519cd68fe0ba1230a48b\",\"name\":\"Jonathan K. W.\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f432b99e6651fe8d1deb57a285bd84e806f1c9ae8b4c6c585d7e3a0b33789ad9?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f432b99e6651fe8d1deb57a285bd84e806f1c9ae8b4c6c585d7e3a0b33789ad9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f432b99e6651fe8d1deb57a285bd84e806f1c9ae8b4c6c585d7e3a0b33789ad9?s=96&d=mm&r=g\",\"caption\":\"Jonathan K. W.\"},\"sameAs\":[\"https:\\\/\\\/www.knownhost.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Load Averages, what are they? - KnownHost","description":"Load averages are an important metric to understand. Let us go over what they are and how to interpret what their values mean with you.","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:\/\/www.knownhost.com\/kb\/load-averages-what-are-they\/","og_locale":"en_US","og_type":"article","og_title":"Load Averages, what are they? - KnownHost","og_description":"Load averages are an important metric to understand. Let us go over what they are and how to interpret what their values mean with you.","og_url":"https:\/\/www.knownhost.com\/kb\/load-averages-what-are-they\/","og_site_name":"KnownHost","article_published_time":"2021-07-01T11:30:25+00:00","article_modified_time":"2022-08-05T12:12:40+00:00","author":"Jonathan K. W.","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Jonathan K. W.","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.knownhost.com\/kb\/load-averages-what-are-they\/#article","isPartOf":{"@id":"https:\/\/www.knownhost.com\/kb\/load-averages-what-are-they\/"},"author":{"name":"Jonathan K. W.","@id":"https:\/\/www.knownhost.com\/kb\/#\/schema\/person\/3db6e20d1f33519cd68fe0ba1230a48b"},"headline":"Load Averages, what are they?","datePublished":"2021-07-01T11:30:25+00:00","dateModified":"2022-08-05T12:12:40+00:00","mainEntityOfPage":{"@id":"https:\/\/www.knownhost.com\/kb\/load-averages-what-are-they\/"},"wordCount":909,"keywords":["cloud","dedicated","linux","load averages","loadaverages","shared","vps"],"articleSection":["Getting Started"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.knownhost.com\/kb\/load-averages-what-are-they\/","url":"https:\/\/www.knownhost.com\/kb\/load-averages-what-are-they\/","name":"Load Averages, what are they? - KnownHost","isPartOf":{"@id":"https:\/\/www.knownhost.com\/kb\/#website"},"datePublished":"2021-07-01T11:30:25+00:00","dateModified":"2022-08-05T12:12:40+00:00","author":{"@id":"https:\/\/www.knownhost.com\/kb\/#\/schema\/person\/3db6e20d1f33519cd68fe0ba1230a48b"},"description":"Load averages are an important metric to understand. Let us go over what they are and how to interpret what their values mean with you.","breadcrumb":{"@id":"https:\/\/www.knownhost.com\/kb\/load-averages-what-are-they\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.knownhost.com\/kb\/load-averages-what-are-they\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.knownhost.com\/kb\/load-averages-what-are-they\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.knownhost.com\/kb\/"},{"@type":"ListItem","position":2,"name":"Load Averages, what are they?"}]},{"@type":"WebSite","@id":"https:\/\/www.knownhost.com\/kb\/#website","url":"https:\/\/www.knownhost.com\/kb\/","name":"KnownHost","description":"KnownHost provides a comprehensive webhosting knowledge base to help answer many of your common webhosting and linux questions.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.knownhost.com\/kb\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.knownhost.com\/kb\/#\/schema\/person\/3db6e20d1f33519cd68fe0ba1230a48b","name":"Jonathan K. W.","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f432b99e6651fe8d1deb57a285bd84e806f1c9ae8b4c6c585d7e3a0b33789ad9?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f432b99e6651fe8d1deb57a285bd84e806f1c9ae8b4c6c585d7e3a0b33789ad9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f432b99e6651fe8d1deb57a285bd84e806f1c9ae8b4c6c585d7e3a0b33789ad9?s=96&d=mm&r=g","caption":"Jonathan K. W."},"sameAs":["https:\/\/www.knownhost.com"]}]}},"_links":{"self":[{"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/posts\/464","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/comments?post=464"}],"version-history":[{"count":0,"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/posts\/464\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/media?parent=464"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/categories?post=464"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/tags?post=464"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}