Kernel Symbol Question

2001-08-06 Thread Tabor Kelly
Which source file(s) are the kernel symbols defined in? By symbols I mean the symbols that the nlist() man page refers to. Besides the source files, is there any other place that the symbols (their names and meaning) are documented? Thank You, Tabor Kelly To Unsubscribe: send mail to [EMAIL

Re: problems with kvm_nlist()

2001-08-03 Thread Tabor Kelly
retrieve the actual data? Thank You, Tabor Kelly On Friday, August 03, 2001, 2:16:17 PM, Tabor wrote: I am using kvm_nlist() in one of my programs. I have written a smaller test program for use here. Either kvm_nlist() has a bug or I am very confused. According to kvm_nlist(3), kvm_nlist should

Collecting System Statistics Programatically

2001-07-27 Thread Tabor Kelly
I have found how to collect limited system statistics with sysctlbyname(), but I need to know how to do more. In specific I need to know how much memory is being used, and what percentage of processor cycles are being used. Any help is greatly appreciated, Thank You. Tabor Kelly To