Re: kvm questions

2003-06-13 Thread Bruce M Simpson
On Sun, Jun 08, 2003 at 08:16:56PM +0300, Vlad GALU wrote: > Hello. I am trying to write a monitoring program > which makes use of the kvm interface. My problem here Please don't use the kvm interface; consider using sysctls instead. These are well documented within phk's recent article on t

Re: kvm questions

2003-06-09 Thread Terry Lambert
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

Re: kvm questions

2003-06-09 Thread Dag-Erling Smorgrav
Vlad GALU <[EMAIL PROTECTED]> writes: > Hello. I am trying to write a monitoring program > which makes use of the kvm interface. procfs is significantly less evil, if you can get the information you require from it. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] ___

RE: kvm questions

2003-06-09 Thread John Baldwin
On 08-Jun-2003 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 to

kvm questions

2003-06-08 Thread Vlad GALU
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