Not Logged in - No Account?
Don't have an account? Registering an account with us allows you to post to the forums, easily track new posts, subscribe to threads, pm (private message) other forum members, and receive periodic news letters (you can opt out if you desire). Once you are logged in this message will no longer appear. If you don't have an account, you can create one by registering here. Lost your password, request a new password. We respect your privacy which means we collect minimal information when you register and we do not resell that information or use it in any objectionable way. You can review our privacy policy for full details.
Linux CLI Commands
Entering the Asterisk Console
asterisk -r
Checking Current System Load
top
Interrupt Information
cat /proc/interrupts
RAID Array Information
cat /proc/mdstat
Checking the Routing table
netstat -rn OR route
Checking CPU Information
cat /proc/interrupts
Checking Memory Information
cat /proc/meminfo
Running tcpdump
tcpdump -A -s 10000 port <port> and host <host>
Running PING tests
ping -i 0.02 -c 500 -s 270 <host>
Intensive Performance Information
vmstat 1
Current Wanpipe Version
wanrouter version
Current system processes
ps aux
Current Networking Information
ifconfig -a
Duplexing Diagnostics
mii-tool
Rsync Usage
rsync -av -essh /path/to/file <remote_site>:/path/to/file
SCP Usage
scp /path/to/file <remote_host>:/path/to/file
Checking Disk Space
df -h
- Printer-friendly version
- Login or register to post comments