{"id":1194,"date":"2022-08-19T03:39:37","date_gmt":"2023-11-17T11:54:24","guid":{"rendered":"https:\/\/www.silicloud.com\/blog\/uncategorized\/a-native-guide-to-the-atop-command-in-linux\/"},"modified":"2024-03-11T15:17:31","modified_gmt":"2024-03-11T15:17:31","slug":"a-native-guide-to-the-atop-command-in-linux","status":"publish","type":"post","link":"https:\/\/www.silicloud.com\/blog\/a-native-guide-to-the-atop-command-in-linux\/","title":{"rendered":"A native guide to the atop command in Linux"},"content":{"rendered":"<p>The atop command is an essential Linux tool for monitoring system resources. It provides extensive information about process-level load on the system&#8217;s resources. Mastering this utility can bring countless benefits to the user.<\/p>\n<p>To start with, we need to install the atop command on the system. Debian\/Ubuntu users can accomplish this by:<\/p>\n<pre class=\"post-pre\"><code><span class=\"token function\">sudo<\/span> <span class=\"token function\">apt<\/span> <span class=\"token function\">install<\/span> atop\r\n<\/code><\/pre>\n<p>Other users of Linux have the option to utilize their usual package manager, and then search for the term &#8216;atop&#8217;.<\/p>\n<p>This directive can exhibit various sensitive system-related details. To avoid any data obfuscation, we can acquire enhanced privileges by utilizing either &#8216;sudo su&#8217; or &#8216;sudo -s&#8217;. We possess exhaustive documentation regarding sudo.<\/p>\n<h2>The fundamental outcome of the atop Command.<\/h2>\n<p>To easily view the utilization of system resources at the process level, one option is to execute the &#8216;atop&#8217; command in the terminal.<\/p>\n<pre class=\"post-pre\"><code>atop\r\n<\/code><\/pre>\n<div><img decoding=\"async\" class=\"post-images\" title=\"\" src=\"https:\/\/cdn.silicloud.com\/blog-img\/blog\/img\/655cf00ac40ba52feef2bd99\/8-0.png\" alt=\"Atop Basic Output 1\" \/><\/div>\n<p>Let&#8217;s take a look at the layout, which is divided into two panels. The top panel shows the overall use of the system&#8217;s resources, while the bottom panel provides detailed information about each individual process.<\/p>\n<h3>The atop command provides <a href=\"https:\/\/en.wikipedia.org\/wiki\/Cumulative_distribution_function\">cumulative statistics<\/a>.<\/h3>\n<p>Each item in this perspective concentrates on a specific system resource.<\/p>\n<h4>1. Statistics related to the process.<\/h4>\n<ul class=\"post-ul\">\n<li>PRC &#8211; stands for \u201cprocess\u201d.The first two values are the time consumed by the &#8216;sys&#8217; (system) and &#8216;user&#8217; processes.<br \/>\nIt is followed by the total number of processes as &#8216;#proc&#8217;.<br \/>\nThe next value is the number of threads currently running in the system. (&#8216;#trun&#8217;)<br \/>\n&#8216;#tslpi&#8217; denotes the number of threads that are currently sleeping and interruptible.<br \/>\n&#8216;#tslpu&#8217; denotes the number of threads that are currently sleeping and uninterruptible.<br \/>\nThe following value is the number of zombie processes.<br \/>\nNext up is the number of clone system calls.<br \/>\nThe last value is the number of processes that ended during the elapsed time. (&#8216;#exit&#8217;)<\/li>\n<\/ul>\n<h4>2. Statistics pertaining to performance.<\/h4>\n<ul class=\"post-ul\">\n<li>CPU &#8211; relates to CPU utilization.The first two values show the percentage utilization of all the cores by the system and user processes.<br \/>\nThe percentage of CPU used for interrupt requests. (&#8216;irq&#8217;)<br \/>\nThe next value is the idle percentage for all the cores combined.<br \/>\nThe following value denotes the waiting each CPU core had to do.<br \/>\nNext up is the percentage for the steal time.<br \/>\n&#8216;guest&#8217; denotes the guest-percentage, which is the CPU time spent on other virtual machines.<br \/>\nThe last two values indicate the current frequency of the CPU.<\/li>\n<li>Now, the &#8216;atop&#8217; displays the above statistics for each core independently.<\/li>\n<li>CPL &#8211; refers to as CPU Load.The first three values are the average loads with different periods: 1, 5, and 15 minutes.<br \/>\nThis is followed by the number of context switches (&#8216;csw&#8217;)<br \/>\nNext up is the number of interrupts (&#8216;intr&#8217;)<br \/>\nThe last value is number of available CPUs.<\/li>\n<\/ul>\n<h4>3. Statistics pertaining to memory.<\/h4>\n<ul class=\"post-ul\">\n<li>MEM &#8211; Memory UtilizationThe total physical memory supported.\n<p>The memory currently free.<\/p>\n<p>The current cache memory.<\/p>\n<p>&#8216;buff&#8217; as in \u201cbuffer\u201d is the amount of memory consumed in filesystem meta-data.<\/p>\n<p>The sum of memory for kernel\u2019s memory allocation shown as &#8216;slab&#8217;.<\/p>\n<p>The amount of shared memory.<\/li>\n<li>SWP &#8211; Swap Memory.<\/li>\n<\/ul>\n<h4>3. Statistics related to disks.<\/h4>\n<ul class=\"post-ul\">\n<li>DSK &#8211; Disk usageThe first value denotes the percentage of time the system is busy handling requests.<br \/>\nThe reading requests issued.<br \/>\nThe writing requests issued.<br \/>\nThe rate at which data (in KB) is read per reading request.<br \/>\nThe rate at which data (in KB) is written per writing request.<br \/>\nThe next two values are time rates for reading and writing on the disk in Megabytes.<br \/>\nThe last value is the average number of milliseconds spent in handling requests.<\/li>\n<\/ul>\n<h4>4. Statistics pertaining to networks<\/h4>\n<ul class=\"post-ul\">\n<li>NET &#8211; Network Statistics at the Transport Layer&#8217;transport&#8217; signifies the Transport layer in Networking, which deals with the data protocols.<br \/>\nThe number of segments received by the system following the TCP protocol. (&#8216;tcpi&#8217;)<br \/>\nThe number of segments transmitted. (&#8216;tcpo&#8217;)<br \/>\nThe similar statistics for UCP protocol. (&#8216;udpi&#8217; for UDP in) and (&#8216;udpo&#8217; for UDP out).<br \/>\n&#8216;tcpao&#8217; is the number of active TCP open connections.<br \/>\nOpposite to previous &#8216;tcppo&#8217; is the number of passive TCP connections, but still open.<br \/>\nThe figure of TCP retransmissions as &#8216;tcprs&#8217;.<br \/>\nThe figure of UDP input errors as &#8216;udpie&#8217;.<\/li>\n<li>NET &#8211; Network Statistics at the Network Layer&#8217;network&#8217; signifies the Network Layer, which deals with Internet Protocols, IPv4 and IPv6 combined.<br \/>\nThe number of IP packets received by the network interfaces. (&#8216;ipi&#8217;)<br \/>\nThe number of IP packets transmitted out from the interfaces. (&#8216;ipo&#8217;)<br \/>\nThe quantity of IP packets forwarded to other interfaces. (&#8216;ipfrw&#8217;)<br \/>\nThe quantity of IP packets delivered. (&#8216;deliv&#8217;)<br \/>\nThe last two entries are the number of ICMP packets received and transmitted by the network interfaces.<\/li>\n<li>The following lines refer to each active network interface.The first value is the name of the network interface, like &#8216;wlp19s0&#8217;.<br \/>\nThe following two packets are the number of packets that were received and transmitted through the particular interface. (&#8216;pcki&#8217; and &#8216;pcko&#8217;)<br \/>\nThe network speed in Megabits (Mbps) as &#8216;sp&#8217;.<br \/>\nThe rate at which bits are received and transmitted per second. (&#8216;si&#8217; and &#8216;so&#8217;)<br \/>\nThe number of errors in packets received and transmitted. (&#8216;erri&#8217; and &#8216;erro&#8217;).<br \/>\nThe last two values are the dropped packets in both ways. (&#8216;drpi&#8217; and &#8216;drpo&#8217;)<\/li>\n<\/ul>\n<p>The explanation of the top panel of the atop command is now completed.<\/p>\n<h3>Resources allocated to each individual process in a system<\/h3>\n<p>It is important to note that the values in the &#8216;atop&#8217; command continually update at specific time intervals.<\/p>\n<p>For every process entry, the &#8216;atop&#8217; command&#8217;s generic output shows these specific details:<\/p>\n<ul class=\"post-ul\">\n<li>PID &#8211; The process ID.<\/li>\n<li>SYSCPU &#8211; The amount of CPU consumed by the process while system handling.<\/li>\n<li>USRCPU &#8211; The amount of CPU consumed by the process, during its running in user mode.<\/li>\n<li>VGROW &#8211; The amount of virtual memory that the process has occupied since the last value update.<\/li>\n<li>RGROW &#8211; The amount of resident (physical) memory grown since last value update.<\/li>\n<li>RDDSK &#8211; The size of data transferred during disk reads.<\/li>\n<li>WRDSK &#8211; The size of data transferred during disk writes.<\/li>\n<li>RUID &#8211; The real user ID under which the process is being executed.<\/li>\n<li>EUID &#8211; The effective user ID under which the process is being executed.<\/li>\n<li>ST &#8211; The current status of the process.<\/li>\n<li>EXC &#8211; The exit code after the process terminates<\/li>\n<li>THR &#8211; The number of threads within the process.<\/li>\n<li>S &#8211; The current status of the primary thread of the process.<\/li>\n<li>CPU &#8211; The percentage of CPU utilization of the entire process.<\/li>\n<li>CMD &#8211; The name of the process.<\/li>\n<\/ul>\n<p>The processes are arranged according to their CPU usage percentage in this general output. In this specific output, we receive limited information about each system resource type.<\/p>\n<p>We should attempt to analyze information at the process level for every type of system resource.<\/p>\n<h2>The output generated by the atop command based on memory usage.<\/h2>\n<p>By utilizing the &#8216;atop&#8217; command, we have the chance to examine the memory usage of every process operating in the system. This can be achieved by executing the following command:<\/p>\n<pre class=\"post-pre\"><code>atop <span class=\"token parameter variable\">-m<\/span>\r\n<\/code><\/pre>\n<div><img decoding=\"async\" class=\"post-images\" title=\"\" src=\"https:\/\/cdn.silicloud.com\/blog-img\/blog\/img\/655cf00ac40ba52feef2bd99\/32-0.png\" alt=\"Atop Memory Output\" \/><\/div>\n<p>As evident, the upper panel remains unchanged even after adding the memory option, &#8216;-m&#8217;. Let&#8217;s now comprehend the columns for every process entry.<\/p>\n<ul class=\"post-ul\">\n<li>PID &#8211; The process ID.<\/li>\n<li>TID &#8211; The thread ID.<\/li>\n<li>MINFLT &#8211; The number of minor page faults that have been solved by accessing data from free pages.<\/li>\n<li>MAJFLT &#8211; The number of major page faults that have been solved by especially retrieving data from disk.<\/li>\n<li>VSTEXT &#8211; The virtual memory occupied by the process text.<\/li>\n<li>VSLIBS &#8211; The virtual memory occupied by the shared libraries of the process.<\/li>\n<li>VDATA &#8211; The virtual memory size of the private data of the process.<\/li>\n<li>VSTACK &#8211; The virtual memory size of the private stack of the process.<\/li>\n<li>VSIZE &#8211; The total virtual memory size of the process.<\/li>\n<li>RSIZE &#8211; The total resident memory occupied by the process.<\/li>\n<li>MEM &#8211; The percentage of RAM consumed by the process.<\/li>\n<\/ul>\n<p>The &#8216;MEM&#8217; column determines the sorting order of the processes.<\/p>\n<blockquote><p>As &#8216;atop&#8217; is an interactive command utility, we can modify the columns directly within the program. To access memory-specific output, we simply need to enter &#8216;m&#8217; while &#8216;atop&#8217; is displaying information in the terminal.<\/p><\/blockquote>\n<h2>Generating output specific to a disk by utilizing the atom command in Linux.<\/h2>\n<p>We can utilize the &#8216;-d&#8217; option in conjunction with the &#8216;atop&#8217; command to gather disk usage information.<\/p>\n<pre class=\"post-pre\"><code>atop <span class=\"token parameter variable\">-d<\/span>\r\n<\/code><\/pre>\n<div><img decoding=\"async\" class=\"post-images\" title=\"\" src=\"https:\/\/cdn.silicloud.com\/blog-img\/blog\/img\/655cf00ac40ba52feef2bd99\/40-0.png\" alt=\"Atop Disk New\" \/><\/div>\n<p>In the output that specifically refers to the disk, there isn&#8217;t much noteworthy information. However, a couple of significant observations are:<\/p>\n<ul class=\"post-ul\">\n<li>RDDSK &#8211; The size of data transferred during disk reads.<\/li>\n<li>WRDSK &#8211; The size of data transferred during disk writes.<\/li>\n<li>WCANCL &#8211; The size of data initially written, but later withdrawn<\/li>\n<li>DSK &#8211; The percentage of Disk occupied.<\/li>\n<li>CMD &#8211; The name of the process.<\/li>\n<\/ul>\n<p>It is important to mention that the processes are organized according to the &#8216;DSK&#8217; column.<\/p>\n<h2>Discover Background Processes using the atop command.<\/h2>\n<p>The information presented to us in the command line output format is a list of the commands running in the background as processes.<\/p>\n<pre class=\"post-pre\"><code>atop <span class=\"token parameter variable\">-c<\/span>\r\n<\/code><\/pre>\n<div><img decoding=\"async\" class=\"post-images\" title=\"\" src=\"https:\/\/cdn.silicloud.com\/blog-img\/blog\/img\/655cf00ac40ba52feef2bd99\/47-0.png\" alt=\"Atop Command Line 1\" \/><\/div>\n<p>You can rerun the same process by copying and pasting the lines from the command line column. This output provides us with the precise command that was executed in the background to start the process.<\/p>\n<h2>Information organized in a thread-based format.<\/h2>\n<p>In addition to examining process data, the atop command allows for monitoring resource usage at the thread level. To view this information, we have two options:<\/p>\n<pre class=\"post-pre\"><code>atop <span class=\"token parameter variable\">-y<\/span>\r\n<\/code><\/pre>\n<p>Simply press the &#8216;y&#8217; key if the command is already showing system resource information.<\/p>\n<div><img decoding=\"async\" class=\"post-images\" title=\"\" src=\"https:\/\/cdn.silicloud.com\/blog-img\/blog\/img\/655cf00ac40ba52feef2bd99\/53-0.png\" alt=\"Atop Thread Info\" \/><\/div>\n<p>It is evident that there have been no modifications to any of the columns related to system resources. The only addition is the thread count for each corresponding process.<\/p>\n<h2>Other random details<\/h2>\n<p>The &#8216;atop&#8217; command provides a variety of information that can be extracted, and among the helpful ones are:<\/p>\n<h3>Discovering the commencement moments of processes.<\/h3>\n<p>2. Locate the initiations of processes.<\/p>\n<p>3. Identify when processes begin.<\/p>\n<p>4. Uncover the starting times of processes.<\/p>\n<p>By utilizing the &#8216;-v&#8217; option, we can obtain the attributes of the process.<\/p>\n<pre class=\"post-pre\"><code>atop <span class=\"token parameter variable\">-v<\/span>\r\n<\/code><\/pre>\n<div><img decoding=\"async\" class=\"post-images\" title=\"\" src=\"https:\/\/cdn.silicloud.com\/blog-img\/blog\/img\/655cf00ac40ba52feef2bd99\/60-0.png\" alt=\"Atop Start Time\" \/><\/div>\n<h3>2. Count of the system&#8217;s processes per user.<\/h3>\n<pre class=\"post-pre\"><code>atop <span class=\"token parameter variable\">-au<\/span>\r\n<\/code><\/pre>\n<div><img decoding=\"async\" class=\"post-images\" title=\"\" src=\"https:\/\/cdn.silicloud.com\/blog-img\/blog\/img\/655cf00ac40ba52feef2bd99\/63-0.png\" alt=\"Atop Users Edited\" \/><\/div>\n<h3>Which core is the process currently operating on?<\/h3>\n<p>The scheduling characteristics for a process can be found by using the &#8216;-s&#8217; option.<\/p>\n<pre class=\"post-pre\"><code>atop <span class=\"token parameter variable\">-s<\/span>\r\n<\/code><\/pre>\n<div><img decoding=\"async\" class=\"post-images\" title=\"\" src=\"https:\/\/cdn.silicloud.com\/blog-img\/blog\/img\/655cf00ac40ba52feef2bd99\/67-0.png\" alt=\"Atop User Processes 1 1\" \/><\/div>\n<h2>A couple of impressive stunts at the top<\/h2>\n<p>There are a few &#8216;atop&#8217; command hacks that could come in handy.<\/p>\n<ul class=\"post-ul\">\n<li>Pausing the &#8216;atop&#8217; screen &#8211; using &#8216;z&#8217; key.<\/li>\n<li>Changing the time interval of value updates &#8211; using &#8216;i&#8217; key followed by the number of seconds, we wish to change it to.<\/li>\n<li>Interrupt to instantly update the values &#8211; using &#8216;t&#8217; key.<\/li>\n<li>Quitting the display &#8211; using &#8216;q&#8217; key.<\/li>\n<\/ul>\n<h2>In summary,<\/h2>\n<p>We are aware that the &#8216;atop&#8217; command can be overwhelming for Linux users. Mastering this exceptional command requires dedication and determination. If you have any questions, feel free to reach out to us in the comments section.<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>more tutorials<\/p>\n<p><a class=\"LinkSuggestion__Link-sc-1gewdgc-4 cLBplk\" href=\"https:\/\/www.silicloud.com\/blog\/partition-in-linux\/\" target=\"_blank\" rel=\"noopener\">Partition in Linux Step-by-Step Guide<span class=\"sc-gswNZR eASTkv\">(Opens in a new browser tab)<\/span><\/a><\/p>\n<p><a class=\"LinkSuggestion__Link-sc-1gewdgc-4 cLBplk\" href=\"https:\/\/www.silicloud.com\/blog\/one-possible-paraphrase-for-the-given-sentence-ishow-to-set-up-automatic-scaling-of-kubernetes-pods-using-metrics-server\/\" target=\"_blank\" rel=\"noopener\">automatic scaling of Kubernetes pods using Metrics Server?<span class=\"sc-gswNZR eASTkv\">(Opens in a new browser tab)<\/span><\/a><\/p>\n<p><a class=\"LinkSuggestion__Link-sc-1gewdgc-4 cLBplk\" href=\"https:\/\/www.silicloud.com\/blog\/multithreading-in-java-that-you-need-to-know\/\" target=\"_blank\" rel=\"noopener\">multithreading in Java that you need to know<span class=\"sc-gswNZR eASTkv\">(Opens in a new browser tab)<\/span><\/a><\/p>\n<p><a class=\"LinkSuggestion__Link-sc-1gewdgc-4 cLBplk\" href=\"https:\/\/www.silicloud.com\/blog\/adding-a-string-to-a-python-variable\/\" target=\"_blank\" rel=\"noopener\">Adding a string to a Python variable<span class=\"sc-gswNZR eASTkv\">(Opens in a new browser tab)<\/span><\/a><\/p>\n<p><a class=\"LinkSuggestion__Link-sc-1gewdgc-4 cLBplk\" href=\"https:\/\/www.silicloud.com\/blog\/using-telnet-commands-in-linux-unix\/\" target=\"_blank\" rel=\"noopener\">Using Telnet Commands in Linux\/Unix<span class=\"sc-gswNZR eASTkv\">(Opens in a new browser tab)<\/span><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The atop command is an essential Linux tool for monitoring system resources. It provides extensive information about process-level load on the system&#8217;s resources. Mastering this utility can bring countless benefits to the user. To start with, we need to install the atop command on the system. Debian\/Ubuntu users can accomplish this by: sudo apt install [&hellip;]<\/p>\n","protected":false},"author":10,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_import_markdown_pro_load_document_selector":0,"_import_markdown_pro_submit_text_textarea":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-1194","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.5 (Yoast SEO v21.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>A native guide to the atop command in Linux - Blog - Silicon Cloud<\/title>\n<meta name=\"description\" content=\"The atop command is an essential Linux tool for monitoring system resources. It provides extensive information about process-level load\" \/>\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.silicloud.com\/blog\/a-native-guide-to-the-atop-command-in-linux\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"A native guide to the atop command in Linux\" \/>\n<meta property=\"og:description\" content=\"The atop command is an essential Linux tool for monitoring system resources. It provides extensive information about process-level load\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.silicloud.com\/blog\/a-native-guide-to-the-atop-command-in-linux\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog - Silicon Cloud\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/SiliCloudGlobal\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-11-17T11:54:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-11T15:17:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.silicloud.com\/blog-img\/blog\/img\/655cf00ac40ba52feef2bd99\/8-0.png\" \/>\n<meta name=\"author\" content=\"Jackson Davis\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@SiliCloudGlobal\" \/>\n<meta name=\"twitter:site\" content=\"@SiliCloudGlobal\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jackson Davis\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.silicloud.com\/blog\/a-native-guide-to-the-atop-command-in-linux\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.silicloud.com\/blog\/a-native-guide-to-the-atop-command-in-linux\/\"},\"author\":{\"name\":\"Jackson Davis\",\"@id\":\"https:\/\/www.silicloud.com\/blog\/#\/schema\/person\/55a10b8b0457c35884c25677889ad350\"},\"headline\":\"A native guide to the atop command in Linux\",\"datePublished\":\"2023-11-17T11:54:24+00:00\",\"dateModified\":\"2024-03-11T15:17:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.silicloud.com\/blog\/a-native-guide-to-the-atop-command-in-linux\/\"},\"wordCount\":1872,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.silicloud.com\/blog\/#organization\"},\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.silicloud.com\/blog\/a-native-guide-to-the-atop-command-in-linux\/\",\"url\":\"https:\/\/www.silicloud.com\/blog\/a-native-guide-to-the-atop-command-in-linux\/\",\"name\":\"A native guide to the atop command in Linux - Blog - Silicon Cloud\",\"isPartOf\":{\"@id\":\"https:\/\/www.silicloud.com\/blog\/#website\"},\"datePublished\":\"2023-11-17T11:54:24+00:00\",\"dateModified\":\"2024-03-11T15:17:31+00:00\",\"description\":\"The atop command is an essential Linux tool for monitoring system resources. It provides extensive information about process-level load\",\"breadcrumb\":{\"@id\":\"https:\/\/www.silicloud.com\/blog\/a-native-guide-to-the-atop-command-in-linux\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.silicloud.com\/blog\/a-native-guide-to-the-atop-command-in-linux\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.silicloud.com\/blog\/a-native-guide-to-the-atop-command-in-linux\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.silicloud.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"A native guide to the atop command in Linux\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.silicloud.com\/blog\/#website\",\"url\":\"https:\/\/www.silicloud.com\/blog\/\",\"name\":\"Silicon Cloud Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.silicloud.com\/blog\/#organization\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.silicloud.com\/blog\/#organization\",\"name\":\"Silicon Cloud Blog\",\"url\":\"https:\/\/www.silicloud.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.silicloud.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.silicloud.com\/blog\/wp-content\/uploads\/2023\/11\/EN-SILICON-Full.png\",\"contentUrl\":\"https:\/\/www.silicloud.com\/blog\/wp-content\/uploads\/2023\/11\/EN-SILICON-Full.png\",\"width\":1024,\"height\":1024,\"caption\":\"Silicon Cloud Blog\"},\"image\":{\"@id\":\"https:\/\/www.silicloud.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/SiliCloudGlobal\/\",\"https:\/\/twitter.com\/SiliCloudGlobal\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.silicloud.com\/blog\/#\/schema\/person\/55a10b8b0457c35884c25677889ad350\",\"name\":\"Jackson Davis\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.silicloud.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/2fdb47d6df1226e92380d96973782572a97b0675d098bb914410dec348eb5d29?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/2fdb47d6df1226e92380d96973782572a97b0675d098bb914410dec348eb5d29?s=96&d=mm&r=g\",\"caption\":\"Jackson Davis\"},\"url\":\"https:\/\/www.silicloud.com\/blog\/author\/jacksondavis\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"A native guide to the atop command in Linux - Blog - Silicon Cloud","description":"The atop command is an essential Linux tool for monitoring system resources. It provides extensive information about process-level load","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.silicloud.com\/blog\/a-native-guide-to-the-atop-command-in-linux\/","og_locale":"en_US","og_type":"article","og_title":"A native guide to the atop command in Linux","og_description":"The atop command is an essential Linux tool for monitoring system resources. It provides extensive information about process-level load","og_url":"https:\/\/www.silicloud.com\/blog\/a-native-guide-to-the-atop-command-in-linux\/","og_site_name":"Blog - Silicon Cloud","article_publisher":"https:\/\/www.facebook.com\/SiliCloudGlobal\/","article_published_time":"2023-11-17T11:54:24+00:00","article_modified_time":"2024-03-11T15:17:31+00:00","og_image":[{"url":"https:\/\/cdn.silicloud.com\/blog-img\/blog\/img\/655cf00ac40ba52feef2bd99\/8-0.png"}],"author":"Jackson Davis","twitter_card":"summary_large_image","twitter_creator":"@SiliCloudGlobal","twitter_site":"@SiliCloudGlobal","twitter_misc":{"Written by":"Jackson Davis","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.silicloud.com\/blog\/a-native-guide-to-the-atop-command-in-linux\/#article","isPartOf":{"@id":"https:\/\/www.silicloud.com\/blog\/a-native-guide-to-the-atop-command-in-linux\/"},"author":{"name":"Jackson Davis","@id":"https:\/\/www.silicloud.com\/blog\/#\/schema\/person\/55a10b8b0457c35884c25677889ad350"},"headline":"A native guide to the atop command in Linux","datePublished":"2023-11-17T11:54:24+00:00","dateModified":"2024-03-11T15:17:31+00:00","mainEntityOfPage":{"@id":"https:\/\/www.silicloud.com\/blog\/a-native-guide-to-the-atop-command-in-linux\/"},"wordCount":1872,"commentCount":0,"publisher":{"@id":"https:\/\/www.silicloud.com\/blog\/#organization"},"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.silicloud.com\/blog\/a-native-guide-to-the-atop-command-in-linux\/","url":"https:\/\/www.silicloud.com\/blog\/a-native-guide-to-the-atop-command-in-linux\/","name":"A native guide to the atop command in Linux - Blog - Silicon Cloud","isPartOf":{"@id":"https:\/\/www.silicloud.com\/blog\/#website"},"datePublished":"2023-11-17T11:54:24+00:00","dateModified":"2024-03-11T15:17:31+00:00","description":"The atop command is an essential Linux tool for monitoring system resources. It provides extensive information about process-level load","breadcrumb":{"@id":"https:\/\/www.silicloud.com\/blog\/a-native-guide-to-the-atop-command-in-linux\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.silicloud.com\/blog\/a-native-guide-to-the-atop-command-in-linux\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.silicloud.com\/blog\/a-native-guide-to-the-atop-command-in-linux\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.silicloud.com\/blog\/"},{"@type":"ListItem","position":2,"name":"A native guide to the atop command in Linux"}]},{"@type":"WebSite","@id":"https:\/\/www.silicloud.com\/blog\/#website","url":"https:\/\/www.silicloud.com\/blog\/","name":"Silicon Cloud Blog","description":"","publisher":{"@id":"https:\/\/www.silicloud.com\/blog\/#organization"},"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.silicloud.com\/blog\/#organization","name":"Silicon Cloud Blog","url":"https:\/\/www.silicloud.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.silicloud.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.silicloud.com\/blog\/wp-content\/uploads\/2023\/11\/EN-SILICON-Full.png","contentUrl":"https:\/\/www.silicloud.com\/blog\/wp-content\/uploads\/2023\/11\/EN-SILICON-Full.png","width":1024,"height":1024,"caption":"Silicon Cloud Blog"},"image":{"@id":"https:\/\/www.silicloud.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/SiliCloudGlobal\/","https:\/\/twitter.com\/SiliCloudGlobal"]},{"@type":"Person","@id":"https:\/\/www.silicloud.com\/blog\/#\/schema\/person\/55a10b8b0457c35884c25677889ad350","name":"Jackson Davis","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.silicloud.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/2fdb47d6df1226e92380d96973782572a97b0675d098bb914410dec348eb5d29?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2fdb47d6df1226e92380d96973782572a97b0675d098bb914410dec348eb5d29?s=96&d=mm&r=g","caption":"Jackson Davis"},"url":"https:\/\/www.silicloud.com\/blog\/author\/jacksondavis\/"}]}},"_links":{"self":[{"href":"https:\/\/www.silicloud.com\/blog\/wp-json\/wp\/v2\/posts\/1194","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.silicloud.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.silicloud.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.silicloud.com\/blog\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/www.silicloud.com\/blog\/wp-json\/wp\/v2\/comments?post=1194"}],"version-history":[{"count":2,"href":"https:\/\/www.silicloud.com\/blog\/wp-json\/wp\/v2\/posts\/1194\/revisions"}],"predecessor-version":[{"id":1868,"href":"https:\/\/www.silicloud.com\/blog\/wp-json\/wp\/v2\/posts\/1194\/revisions\/1868"}],"wp:attachment":[{"href":"https:\/\/www.silicloud.com\/blog\/wp-json\/wp\/v2\/media?parent=1194"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.silicloud.com\/blog\/wp-json\/wp\/v2\/categories?post=1194"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.silicloud.com\/blog\/wp-json\/wp\/v2\/tags?post=1194"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}