[CFR] number of processes forked since boot

2001-01-16 Thread Hajimu UMEMOTO

Hi,

I received the patch to add counter for fork() set from Paul.  I've
tested it on my -CURRENT and -STABLE boxes, and it seems fine for me.
So, I post his patch for review.

Thanks, Paul.

 fork.patch.gz

Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
[EMAIL PROTECTED]  [EMAIL PROTECTED]  ume@{,jp.}FreeBSD.org
http://www.imasy.org/~ume/



Re: [CFR] number of processes forked since boot

2001-01-16 Thread Alfred Perlstein

* Hajimu UMEMOTO [EMAIL PROTECTED] [010116 10:33] wrote:
 Hi,
 
 I received the patch to add counter for fork() set from Paul.  I've
 tested it on my -CURRENT and -STABLE boxes, and it seems fine for me.
 So, I post his patch for review.
 
 Thanks, Paul.

I like this a lot.

-- 
-Alfred Perlstein - [[EMAIL PROTECTED]|[EMAIL PROTECTED]]
"I have the heart of a child; I keep it in a jar on my desk."


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: [CFR] number of processes forked since boot

2001-01-16 Thread Paul Herman

On Wed, 17 Jan 2001, Hajimu UMEMOTO wrote:

 I received the patch to add counter for fork() set from Paul.  I've
 tested it on my -CURRENT and -STABLE boxes, and it seems fine for me.
 So, I post his patch for review.

I do have a change (I knew I forgot something.)

This is exactly the same patch, but counts kernel thread forks to
boot.  I've tested it on -CURRENT and seems fine for me as well.

-Paul.

 fork_kthreads.patch.gz