All proceeds from Ad Clicks goes to the author of this site.

 

Friday, January 14, 2005

Time to bite the bullet

I have decided its time to try and get up to speed with dtrace, a highly powerful tool only available in Solaris 10 currently. Since others may be doing the same thing here is a group of links to a few good dtrace resources on the web.

I find it best to have a goal in mind when I start to learn a new programming language or program. My goal is to write a program that tracks network resources used a group of users. I make sure that guest users on my machine have a UID between 3000 and 5000 so they are easy to track. When I get this working I will post a link to the script.

dtrace’s home page:
http://www.sun.com/bigadmin/content/dtrace/

400+ page guide to dtrace:
http://docs.sun.com/db/doc/817-6223

Some scripts that show what dtrace can do:
http://users.tpg.com.au/adsln4yb/dtrace.html


0 Comments:

Post a Comment

<< Home