pbind and processes

  • Follow


Hi all,
Simple question

Using pbind for bind a/more process to a CPU, there is a way, a query for
list ALL the processes that are bindend ?

Explain

pbind -p 0  233 332

With -q options and SPECIFING the pid(s) i can see it.

But if i haven't idea about witch pid are bindend??


Thanks for any information

Davis.


0
Reply DaviS 2/11/2004 9:48:28 PM

DaviS* <davis@spamsux.it> wrote:
> Hi all,
> Simple question

> Using pbind for bind a/more process to a CPU, there is a way, a query for
> list ALL the processes that are bindend ?

> Explain

> pbind -p 0  233 332

> With -q options and SPECIFING the pid(s) i can see it.

> But if i haven't idea about witch pid are bindend??

Try ps -eo "pid,psr"

You can parse it yourself, or grep -v -- -

-- 
Darren Dunham                                           ddunham@taos.com
Senior Technical Consultant         TAOS            http://www.taos.com/
Got some Dr Pepper?                           San Francisco, CA bay area
         < This line left intentionally blank to confuse you. >
1
Reply Darren 2/11/2004 10:16:08 PM


DaviS* wrote:
> Hi all,
> Simple question
> 
> Using pbind for bind a/more process to a CPU, there is a way, a query for
> list ALL the processes that are bindend ?
> 
> Explain
> 
> pbind -p 0  233 332
> 
> With -q options and SPECIFING the pid(s) i can see it.
> 
> But if i haven't idea about witch pid are bindend??

Davis,

pbind without argumnets will show all bound processes:

$ pbind
process id 14501: 0

Menno

0
Reply Menno 2/12/2004 8:59:32 AM

2 Replies
392 Views

(page loaded in 0.078 seconds)

Similiar Articles:







7/25/2012 1:34:25 AM


Reply: