Chris Quenelle is a tools developer at Oracle Corp. He's worked on performance and debugging tools at Sun and Oracle for over 15 years. He reads comic books and science fiction, and has more tivos than he can keep track of.

 

May 2009
S M T W T F S
« Apr   Jun »
 12
3456789
10111213141516
17181920212223
24252627282930
31  

Mac OS X — Dock review

I’ve been using Mac OS X 10.5 (Leopard) for a week or two as my main desktop environment, and I’m really liking the Dock for icons and such. For the last 20 years, I’ve wanted a window manager that combined the quick-launch buttons with the running program icons. I’ve finally gotten my wish. But after [...]

Visualizing dynamic library dependencies

Darryl Gove has been working on graphical display of shared library dependencies. It seems useful for performance analysis and debugging of dynamically linked applications.

He did one for StarOffice and for Firfox and Thunderbird.

StarOffice : http://blogs.sun.com/d/entry/drawing_libraries_neater_eye_candy Firefox, Thunderbird : http://blogs.sun.com/d/entry/graph_of_libraries_used_by

Permalink

OpenSolaris tips

(Direct document link)

Reboot to a specific boot environment:

    # bootadm list-menu     the location for the active GRUB menu is: /rpool/boot/grub/menu.lst     default 0     timeout 10     0 zfsbe1     1 zfsbe1 Solaris xVM     2 zfsbe1 failsafe     3 zfsbe2     4 zfsbe2 [...]