Technical Notes
We're all on the same page!
Showing posts with label
top
.
Show all posts
Showing posts with label
top
.
Show all posts
Tuesday, 11 April 2017
How to find and investigate a process in top command output?
›
Total connection by machine: SQL> select machine, count(*) from v$session group by machine order by 2; Total number of database user ...
Thursday, 19 January 2017
output columns of top command
›
Columns: PID -> Process ID USER -> Process owner PR -> Priority of process NI -> Nice value of proc...
Thursday, 12 January 2017
How to see load averages on linux?
›
$ top or $ uptime e.g. load average: 0.35. 0.23, 0.25 First column; last one minute Second column; last five minutes Third column;...
Monday, 13 October 2014
How to see process that used memory or CPU at most?
›
Please run the command as linux system user. # top at manual -> shift + f and then n (mem) or k (cpu) to highlight the column: p...
Saturday, 11 October 2014
How to select top 10 records in Oracle 11g and 12c?
›
In 11g: As you now that TOP keyword does not exist in 11g, but you can use rownum keyword to query top records. For example, you want t...
›
Home
View web version