1836599 Members
2180 Online
110102 Solutions
New Discussion

Re: system resource

 
addendum
Advisor

system resource

I found that in my system , there is a strange process that its process name is "ora" , if this process is running in the system , the system will become very slow ( because it will use much CPU time ), so I want to control this kind of process can only use maximum of a certain of CPU resource ( eg. 10 % ) , is it possible ? thx
4 REPLIES 4
Muthukumar_5
Honored Contributor

Re: system resource

I hope you can change nice value to control cpu resource usage. However, we can not control it by %'s as like 10 or 20 like that.

see man nice for more.

hth.
Easy to suggest when don't know about the problem!
Joseph Loo
Honored Contributor

Re: system resource

hi,

r u running oracle database? do u have lsof which will help u find the program hogging this process?

u may also like to do something about the point assignments:

http://forums1.itrc.hp.com/service/forums/pageList.do?userId=CA1328113&listType=unassigned&forumId=1

regards.
what you do not see does not mean you should not believe
Arunvijai_4
Honored Contributor

Re: system resource

It is possible with tools like
PRM http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B3835DA
and HP-UX Processor Sets
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PSETS

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
RAC_1
Honored Contributor

Re: system resource

Not possible unless you install products like
WLM(work load manager) or PRM (Process resource manager)
There is no substitute to HARDWORK