Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Jun 2003 11:10:36 -0700
From:      Terry Lambert <tlambert2@mindspring.com>
To:        Vlad GALU <vladg@vipnet.ro>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: kvm questions
Message-ID:  <3EE4CD9C.12BFAB65@mindspring.com>
References:  <20030608201656.5d8102d5.vladg@vipnet.ro>

next in thread | previous in thread | raw e-mail | index | archive | help
Vlad GALU wrote:
>         Hello. I am trying to write a monitoring program
> which makes use of the kvm interface. My problem here
> is that I couldn't find a detailed description of the
> kinfo_proc structure anywhere in the system sources or
> Google. I have special interests towards the kp_proc &
> kp_eproc members. I can't get the process names until
> I know what those structures look like. I also posted this
> message to freebsd-stable, because I understand that
> the kinfo_proc structure has changed a bit between
> -stable and -current. My platform is 4.8-STABLE.

<sys/user.h>

By the way, accessing this type of data directly from the
kernel is evil.

-- Terry



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3EE4CD9C.12BFAB65>