|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
UNIX Process Table
Hi there
Im having terrible trouble with a process I have running on a HP UNIX env, the problem is that the process hangs at a certain point and every time this happens, a large value is present in the C column of the process table. Has anyone got any idea what this column represents as the unix manual only has the below entry. cpu Processor utilization for scheduling. The default heading for this column is C. Thanks Liam |
|
#2
|
|||
|
|||
|
"Scheduling" in this context means deciding which process may run if several are runable. A process that does a lot of I/O is rewarded. A process that does a lot of computation is punished.
Your process is doing a lot of computation. It is probably just in an infinite loop. |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > UNIX Help > UNIX Process Table |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|