layout | title | tags |
---|---|---|
manual |
dstat - Statistics of command combinations using pipe |
statistic |
The commands before dstat
: Pipe the result of the given command to dstat
.
Command | percentage |
---|---|
head | 100% |
The commands after dstat
: Pipe the result of dstat
to the given command.
Command | Percentage |
---|---|
xargs | 16% |
screen | 16% |
w | 16% |
grep | 16% |
ps | 16% |
sed | 16% |
Below are the scenarios for all command combinations above.
The description in the table is referenced from and can be used to search the one-line-command or the scripts in the website of CommandLineFu.
- Displays user-defined ps output and pidstat output about the top CPU or MEMory users.
- Blink Caps Lock on HDD activity
- Console clock -- within screen
- Console clock -- within screen
- Displays user-defined ps output and pidstat output about the top CPU or MEMory users.
- Displays user-defined ps output and pidstat output about the top CPU or MEMory users.
- CLFUContest : Check which process consume more than 10% of the cpu (configurable)