Introduction to the usage of UPTIME commands under Linux

Source: Internet
Author: User
Tags current time time interval

The uptime command can show how long the system has been running, and the display of the information is: now time, how long the system has been running, how many users are currently logged in, the system's average load in the last 1 minutes, 5 minutes, and 15 minutes.
Uptime command usage is very simple: enter uptime directly.
There is also a parameter-V, which is used to query the version. (Note that the letter is uppercase V)

The code is as follows Copy Code
[Linux @ localhost]$ Uptime–v
Procps version 3.2.7
[Linux @ localhost]$ uptime

Display results as:

  code is as follows copy code
10:19:04 up 257 Days, 18:56,  users,  load average:2.10, 2.10,2.09

Show content Description:
10:19:04                             /System Current time
up 257 days, 18:56            //host has run time, the greater the time, the more stable your machine.
user                              //user connection number, is the total number of connections instead of the number of users
load average                      /System average load, statistics of the last 1, 5, 15 minute system average load
So what is the system average load? The system average load refers to the average number of processes running in a queue at a specific time interval.
If the current number of active processes per CPU kernel is not greater than 3, then the performance of the system is good. If the number of tasks per CPU kernel is greater than 5, then this machine has a serious performance problem.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.