Which command-line tool in Linux displays summary statistics regarding system uptime, active user sessions, and resource load averages over recent intervals?
Explanation:
The 'uptime' command prints a single line tracking how long the system has been running, user counts, and system load averages for the past 1, 5, and 15 minutes.
No comments yet. Be the first to start the discussion!