Hi all,
I'm new to Mac programming, and I had the following project in mind.
Goal: visualize how much resources an application uses
1) let user pick an app
2) visualize how much memory, hd space, cpu, it is using
3) visualize how much free space is in RAM and HD
4) visualize how much power it is using
5) visualize which cpu instruction is being executed at any moment in time
6) visualize whether it is going to the harddrive for stuff or the RAM
are all these possible? I know 2,3 is done by the activity monitor so I assume it is possible, but I wasn't sure about 4,5,6.
Is there a place I can go for some sample code?
thanks for all your help!
slim
I'm new to Mac programming, and I had the following project in mind.
Goal: visualize how much resources an application uses
1) let user pick an app
2) visualize how much memory, hd space, cpu, it is using
3) visualize how much free space is in RAM and HD
4) visualize how much power it is using
5) visualize which cpu instruction is being executed at any moment in time
6) visualize whether it is going to the harddrive for stuff or the RAM
are all these possible? I know 2,3 is done by the activity monitor so I assume it is possible, but I wasn't sure about 4,5,6.
Is there a place I can go for some sample code?
thanks for all your help!
slim