Pessoal,
Seu servidor Linux está lento?
Execute:
ps aux | sort -k 4 -r | head -n 2
Exemplo real:
[ec2-user@it4biz /]$ ps aux | sort -k 4 -r | head -n 2
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 18562 4.0 68.7 2642072 1166888 ? Sl 12:35 23:22 /usr/lib/java ...
Outros comandos interessantes:
free -m
free -t -m
vmstat
vmstat 5
ps aux
Seu servidor Linux está lento?
Execute:
ps aux | sort -k 4 -r | head -n 2
Exemplo real:
[ec2-user@it4biz /]$ ps aux | sort -k 4 -r | head -n 2
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 18562 4.0 68.7 2642072 1166888 ? Sl 12:35 23:22 /usr/lib/java ...
Outros comandos interessantes:
free -m
free -t -m
vmstat
vmstat 5
ps aux
No comments:
Post a Comment