Oracle Database Commands and Practical Examples
HOME
Home
RMAN
PATCHING
UPGRADE
RAC
EXPDP
Oracle Cloud
MS SQL
POSTGRES SQL
PHP XAMPP
AWS
DATAGUARD
DATABASE TROUBLESHOOTING
PERFORMANCE TUNNING
SIEMENS PLM
Basic German Language
MATLAB
MULTITENANT CDB
GOLDENGATE
SCRIPTS
OEM 13c
Self Learn
Sunday, 16 May 2021
PT - Monitoring PS command
Monitoring Processes through PS command
ps -ef
PS command contains CPU cloumns
ps aux
Top 10 process consuming CPU
ps aux | sort -nrk 3,3 | head -n 10
Top10 process consuming CPU
ps -e -o pcpu,pid,user,tty,args | sort -n -k 1 -r | head -n 10
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment