Jul 03
Capture entire line in ps command
I have a script that issues the /usr/ucb/ps aux command and captures it to a file. I want to see the cpu usage and memory usage. This command lops off the end of the of the display line so I can’t see the entire process name. …
The UNIX Forums - http://www.unix.com
Unix/Linux Administrative Commands For DBA
Some UNIX/Linux commands are particularly useful for administrative purpose.They help us find the Server Statistics including CPU usage,Memory Usage,Virtual Memory statistics,I/O statistics.The commands and their details are given below …
New Oracle DBA - http://neworacledba.blogspot.com/
Re: My DreamHost PS have down for more than 12 hou
(figure 3) after I reboot the server, the used cpu usage decrease at once. http://img138.imageshack.us/img138/2629/17010317gk2.png (figure 4) http://img138.imageshack.us/img138/1236/99699604az9.png …
DreamHost Discussion Board - http://discussion.dreamhost.com/
UNIX Commands
To display memory segments: ipcs; To display all cpu status: mpstat -P ALL; To display cpu utilization every 5 seconds, 5 times: sar -u 5 5; To run sar command non interactively to check later: nohup sar -o output.file 12 8 >/dev/null …
INFYJOBS - http://www.infyjobs.com/
Tips to avoid uneeded reboots on Linux
ps -e will give all process running but the command to kill the is other maybe differen depending of the distro you use but generally killall some old Unix system it seems was only kill for example if process like opera is hogging the …
megagames Forum - http://forums.megagames.com/forums
Top 25 Linux Commands !(not for B.Tech people)
Keep listing the currently running processes, sorted by cpu usage (top users first). In KDE, you can get GUI-based Ktop from �K�menu under �System�-�Task Manager� (or by executing �ktop� in an X-terminal). #15. uname -a (= Unix name …
UNIX %26 SHELL PROGRAMMING - http://unixshellprogramming.blogspot.com/
Experiences with Downtime, Dreamhost, Googlebot and SSH
Instead of disabling the site, they could easily identify the cause of increased CPU usage as Googlebot (its very simple via log analysis), inform the site owner and block Googlebot via .htaccess and that takes care of it all. …
Quick Online Tips - http://www.quickonlinetips.com
Database Listener Hangs Intermittently
ps -ef | grep lsnr. oracle 3184 1 0 May 14 ? 12:28 /oradata/oracle/bin/tnslsnr LISTENER -inherit oracle 3988 3184 0 Jun 01 ? 10:15 /oradata/oracle/bin/tnslsnr LISTENER -inherit. Second line is the child listener process (Child Listener …
Online Apps DBA - http://onlineappsdba.com
T�m hi%26#7875;u v� s%26#7917; d%26#7909;ng telnet %26 ssh
top then type Shift + M to sort by memory usage or Shift + P to sort by CPU usage ps: ps is short for process status, which is similar to the top command. It’s used to show currently running processes and their PID. …
Con nh� ngh�o - http://gacon203.blogspot.com/
How to start saposcol forcefully on Unix
Usage of virtual and physical memory CPU utilization Utilization of physical disks and file systems Resource usage of running processes. The SAPOSCOL can be stopped/started through either SAP or Operating System. …
esudhir blog - http://blog.esudhir.com
Related Posts
Tags:
cpu,
ps,
unix,
usage
Leave a Reply