English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux tload Command

Linux Command大全

The Linux tload command is used to display the system load status.

The tload command in Linux uses ASCII characters to simply display the system load status in text mode. If the terminal number is not provided, the load situation of the terminal where the tload command is executed will be displayed.

Syntax

tload [-V][-d <Interval Seconds>][-s <Scale Size>][Terminal Number]

Parameter Description:

  • -d<Interval Seconds>  Set the interval time for tload to detect system load, measured in seconds.
  • -s<Scale Size>  Set the vertical scale size of the chart, measured in columns.
  • -V  Display Version Information.

Online Examples

Display System Load

# tload

Linux Command大全