The uptime command in Linux: system uptime and load

Introduction

In the world of Linux system administration, knowing the current state of the machine is essential for making informed decisions about performance, capacity, and troubleshooting. One of the simplest and most useful commands to get a quick overview of server operation is uptime. This small program shows how long the system has been running, how many users are logged in, and the average CPU load over the last one, five, and fifteen minutes.

What information does uptime provide?

When executing uptime without arguments, the output has a format similar to this:

 10:15:32 up 12 days,  4:23,  3 users,  load average: 0.15, 0.20, 0.25

Each field has a specific meaning:

  • Current time: the system time

    This post is also available in ESPAÑOL.

Leave a Reply

Your email address will not be published. Required fields are marked *

Esta obra está bajo una Licencia Creative Commons Atribución 4.0 Internacional para Francesc Roig francesc@vivaldi.net .