Difference between revisions of "Sar -q"

From wikieduonline
Jump to navigation Jump to search
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
       -q    Report queue length and [[load averages]]. The following values are displayed:
+
{{lc}}
 +
       -q    Report [[process]] [[queue length]] and [[load averages]]. The following values are displayed:
 
               runq-sz
 
               runq-sz
 
                     Run queue length (number of tasks waiting for run time).
 
                     Run queue length (number of tasks waiting for run time).
Line 20: Line 21:
 
  12:25:01 AM        0      356      0.00      0.00      0.00        0
 
  12:25:01 AM        0      356      0.00      0.00      0.00        0
  
 +
== Related terms ==
 +
* <code>[[uptime]]</code>
 +
* [[Context switch]]: <code>[[sar -w]]</code>
  
 
== See also ==
 
== See also ==
 +
* {{sar}}
 
* {{sysstat}}
 
* {{sysstat}}
  
 
[[Category:Performance]]
 
[[Category:Performance]]

Latest revision as of 05:27, 9 June 2024

      -q     Report process queue length and load averages. The following values are displayed:
             runq-sz
                    Run queue length (number of tasks waiting for run time).
             plist-sz
                    Number of tasks in the task list.
             ldavg-1
                    System load average for the last minute.  The load average is calculated as the average number of runnable or running tasks (R state), and the number of tasks in uninterruptible sleep (D state) over  the  speci‐
                    fied interval.
             ldavg-5
                    System load average for the past 5 minutes.
             ldavg-15
                    System load average for the past 15 minutes.
             blocked
                    Number of tasks currently blocked, waiting for I/O to complete.


12:00:01 AM   runq-sz  plist-sz   ldavg-1   ldavg-5  ldavg-15   blocked
12:05:01 AM         0       362      0.00      0.00      0.00         0
12:15:01 AM         0       355      0.00      0.00      0.00         0
12:25:01 AM         0       356      0.00      0.00      0.00         0

Related terms[edit]

See also[edit]

Advertising: