Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

TOP installation on solaris

807557Jan 10 2010 — edited Jan 11 2010
Hi,

I installed the top-3.7 on my solaris server, every thing went fine but the problem is with display, i am not able to see the last pid in the output of top command.

I am getting only the below output with out any last pid in the output. Is there any compile option to set the last pid.

load averages: 0.06, 0.07, 0.06; up 29+00:09:39 16:39:43
86 processes: 85 sleeping, 1 on cpu
CPU states: 98.8% idle, 0.0% user, 1.2% kernel, 0.0% iowait, 0.0% swap
Kernel: 131 ctxsw, 419 intr, 76 syscall
Memory: 1024M phys mem, 609M free mem, 4097M total swap, 4097M free swap

I am able to get the mpid value when i am using dtrace command

host#dtrace -n 'dtrace:::BEGIN { printf("%d\n", `mpid); exit (0);}'
dtrace: description 'dtrace:::BEGIN ' matched 1 probe
CPU ID FUNCTION:NAME
0 1 :BEGIN 10128


Please help me.

Thanks,
Trim
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 8 2010
Added on Jan 10 2010
1 comment
367 views