Linux Comm Tload
# Linux tload Command
[ Linux Command Manual](#)
The Linux tload command is used to display the system load status.
The tload command uses ASCII characters to simply display the system load status in text mode. If no terminal number is specified, it will display the load situation on the terminal where the tload command is executed.
### Syntax
tload
**Parameter Description**:
* -d Sets the interval time for tload to detect system load, in seconds.
* -s Sets the vertical scale size of the chart, in columns.
* -V Displays version information.
### Example
Display system load
# tload
[ Linux Command Manual](#)
YouTip