Results 1 to 1 of 1
Hello everyone,I am working on a project personally at home.I am going to make a program that shows all the CPU information in graphical representation. CPU information includes #of processes, ...
- 04-28-2010 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 4
My os project!!
Hello everyone,I am working on a project personally at home.I am going to make a program that shows all the CPU information in graphical representation. CPU information includes #of processes, their RAM memory, kernel memory, # of threads, handles and all the thing we can see in task manager. I have find a system call sys_info that returns many useful things including memory,number of processes and couple of more things. The problem is that if i want to grab all the processes running in kernel, should I have to catch it from PROC directories and so what data structure should I use to do this. After getting all information, I am going to use MRTG software to make the graphical representation of all the readings. My another question is that by using GTK+ programming, can we draw continous graphical animation as the MRTG software does? or is there any other method?


Reply With Quote