![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Monitoring Script | manoj.solaris | SUN Solaris | 4 | 07-27-2007 09:27 AM |
| Process Monitoring Script Help | rdc69 | Shell Programming and Scripting | 0 | 08-30-2006 07:55 PM |
| Job monitoring script | Love | High Level Programming | 1 | 06-13-2006 10:56 AM |
| CPU monitoring script | alpha_manic | UNIX for Advanced & Expert Users | 4 | 08-25-2005 12:08 PM |
| monitoring script | legato | UNIX for Dummies Questions & Answers | 3 | 03-21-2005 07:34 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
i have a unix batch written in c, dealing with really time-consuming
database operations i want to write a ksh script to monitor its performance. which items i should monitor? do you have any suggestions? 1)cputime 2)swap area 3)pmem 4) 5) what else? |
|
||||
|
You need to know something -
Most databases like Oracle create cooperating processes - one is the Pro*C executable, another is a child process totally devoted to communicating with the Oracle kernel and the other server processes located on your box. If this is Oracle learn about tkprof instead. It's Oracle that is doing all of the work, almost always not the C process. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|