Sun Solutions by Forsythe
Jarod Jenson
Chief Technology Architect
Paul Zajdel
Sun Solutions Practice Director
Fred King
Practice Manager
Corey Brune
Master Consultant
David Rubio
Senior Consultant
Chad Mynhier
Master Consultant

DTrace

user warning: Duplicate entry '827686' for key 1 query: INSERT INTO dr_accesslog (title, path, url, hostname, uid, sid, timer, timestamp) values('', 'node', '', '38.107.191.86', 0, 'nhfh08onut2gahrplde79vqrv7', 316, 1268187449) in /usr/local/apache/htdocs/includes/database.mysql.inc on line 172.

New in DTrace: the CPC provider

Wed, 02/18/2009 - 22:27 by Chad Mynhier

A couple of days ago, I blogged about CPU performance counters (aka CPC's) and the Solaris tools cpustat(1M) and cputrack(1M). That post was actually a prelude to this post. Jon Haslam has recently putback the code for the DTrace cpc provider.



How I got here

Tue, 12/23/2008 - 21:02 by Chad Mynhier

I jumped right in to this blog without much in the way of an introduction, so I'll correct that oversight now.



Measuring the length of a linked list

Wed, 11/19/2008 - 22:47 by Chad Mynhier

How do you measure the length of a linked list?



Grabbing the value of a local variable with DTrace

Wed, 11/19/2008 - 22:23 by Chad Mynhier



Application Optimization Guarantee

Tue, 10/21/2008 - 21:11 by Jarod Jenson

At Forsythe, we have created a new offering that we feel is very compelling. It is quite simple really, and the beauty of it is in its simplicity.



Exception-al Programming

Thu, 10/09/2008 - 18:42 by Jarod Jenson

Every now and then, I get in one of those moods where I vent against some abomination of programming that just kills performance. One of my more routine rants was against cond_broadcast()/pthread_cond_broadcast()/notifyAll() - depending on your language and platform of choice.



Software is Hard - You Need DTrace Part 2

Fri, 09/19/2008 - 22:17 by David Rubio

 

Maurice Wilkes, an early computer science pioneer that invented macros and libraries, stated in 1949: "As soon as we started programming, we found to our surprise that it wasn't as easy to get programs right as we had thought. Debugging had to be discovered.



Software is Hard - You Need DTrace Part 1

Mon, 09/08/2008 - 21:06 by David Rubio

In the mid-80s after leaving a team at AT&T Bell Labs working on the design and implementation of a modern Mach like operating system, I made a minor career change from software engineer to trainer. I created Digital Equipment Corporation's first UNIX class and later taught many VMS folks UNIX/Shell scripting/C programming classes for about 8 years.



Using DTrace to root cause system crashes

Mon, 08/11/2008 - 17:41 by David Rubio

DTrace can be used to find the root cause of a BAD TRAP Solaris 10 system crash. Most BAD TRAP panics are caused by one kernel module clobbering kernel memory containing a pointer. When this now bad pointer gets used later, the result is a BAD TRAP kernel panic. One possible way to find the root cause of this type of system crash is to turn on kernel memory auditing through the kmem_flags kernel tunable. Common memory access bugs that can be detected with these flags are:

Writing past the end of an allocated buffer

Using uninitialized memory



Becoming an Environmentalist

Fri, 07/25/2008 - 21:23 by Jarod Jenson

I do my best to go "Green", but seeing as how I tend to get on a plane more frequently than I would like; I probably have a much larger carbon footprint than most (especially since I get on MD-80’s frequently). That being said, it is not exactly what I meant by the term "Environmentalist".



Syndicate content