Re: Is there any modern alternative to pstack?

2012-04-15 Thread Yuri
On 04/05/2012 07:06, John Baldwin wrote: In this case we probably should become the upstream maintainer. My patch actually bumps the version to 1.3 as it is sort of intended to do that. bsd-pstack on SourceForge is dead. Sole project owner isn't responsive, and as per SF policy they don't all

Re: Is there any modern alternative to pstack?

2012-04-15 Thread Konstantin Belousov
On Sun, Apr 15, 2012 at 01:54:42AM -0700, Yuri wrote: > On 04/05/2012 07:06, John Baldwin wrote: > >In this case we probably should become the upstream maintainer. My patch > >actually bumps the version to 1.3 as it is sort of intended to do that. > > bsd-pstack on SourceForge is dead. Sole proje

Re: Is there any modern alternative to pstack?

2012-04-15 Thread Yuri
On 04/15/2012 02:30, Konstantin Belousov wrote: It seems that the license is two-clause BSD. My opinion is that such tool should be imported into the base. I agree, this is the best option. This is a very low level tool, somewhat similar to or extending procstat(1). Yuri

Re: Is there any modern alternative to pstack? ++sysutils/timelimit

2012-04-15 Thread Jason Hellenthal
On Sun, Apr 15, 2012 at 12:00:08PM -0700, Yuri wrote: > On 04/15/2012 02:30, Konstantin Belousov wrote: > > It seems that the license is two-clause BSD. > > My opinion is that such tool should be imported into the base. > > I agree, this is the best option. This is a very low level tool, > some

Regarding cores in FreeBSD 9

2012-04-15 Thread Mahesh Babu
1. How to find in which core the given process is running? 2. How to force a process to run in a particular core? for example: I need to run process ID 1200 in core 2.  ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listi

Re: Regarding cores in FreeBSD 9

2012-04-15 Thread Nathan Whitehorn
On 04/15/12 16:27, Mahesh Babu wrote: 1. How to find in which core the given process is running? You can see it in top. 2. How to force a process to run in a particular core? for example: I need to run process ID 1200 in core 2. Use cpuset. You can either run it in the first place on core

The user-mode stack space is how many bytes?

2012-04-15 Thread cz li
The user-mode stack space is how many bytes, the kernel stack is how many bytes. I've written a driver.I want to add it to the kernel source. How should I do? Thank you. lichaozhong 2012-4-16 ___ freebsd-hackers@freebsd.org mailing list http://lists.fre