http://www.perlmonks.org?node_id=276182


in reply to Re: Re: Out-Of-Date Optimizations? New Idioms? RAM vs. CPU
in thread Out-Of-Date Optimizations? New Idioms? RAM vs. CPU

I've seen of useful, or useful looking books about Solaris system performance tuning - most of them printed by SUN. I've found the course material of HP Education quite useful. System performance tuning is hard, and system specific. I would distrust any book that claims to discuss system performance tuning without focussing on a specific OS. I'd also distrust any "cookbook".

Go for something that spends a lot of time analysing performance problems, that discusses performance measuring tools (like glance for HP-UX), and goes into detail explaining how the system works.

Abigail

  • Comment on Re: Out-Of-Date Optimizations? New Idioms? RAM vs. CPU

Replies are listed 'Best First'.
Re: Re: Out-Of-Date Optimizations? New Idioms? RAM vs. CPU
by Anonymous Monk on Jul 21, 2003 at 12:14 UTC

    I was actually considering a few Solaris books, I'll check them out.

    Thanks for the informative (as usual) advice :)