1
0
mirror of https://github.com/hukl/freebsd-toolbox.git synced 2025-11-20 03:08:43 +01:00

Update commands.md

This commit is contained in:
John-Paul Bader
2016-08-25 14:14:21 +02:00
committed by GitHub
parent 4a29d53107
commit b15801adee

View File

@ -34,6 +34,7 @@ sysctl net.inet.tcp.delayed_ack=0 # disable delayed ack in tcp
``` ```
top # display and update information about the top cpu processes top # display and update information about the top cpu processes
ps auxwww | grep <processname> # display process status ps auxwww | grep <processname> # display process status
CTRL-t # on running commands will output useful info
systat -vmstat 1 # show general overview of load, memory, interrupts, disk io systat -vmstat 1 # show general overview of load, memory, interrupts, disk io
systat -iostat 1 # show disk throughput systat -iostat 1 # show disk throughput
systat -ifstat 1 # show network throughput for all interfaces systat -ifstat 1 # show network throughput for all interfaces