What do you think of a performance engineer should have?
        Posted  
        
            by 
                Vance
            
        on Programmers
        
        See other posts from Programmers
        
            or by Vance
        
        
        
        Published on 2011-03-18T03:26:04Z
        Indexed on 
            2011/03/18
            8:17 UTC
        
        
        Read the original article
        Hit count: 529
        
performance-engineers
I believe performance tuning (or even testing) is one the most challenging for an engineer. Well, in lots of company, this is the lowest priority than others "important" thing.
My purpose of opening this post is to know what do you think*good* performance engineer should have.
I can list some things like:
- Solid database,programming knowledge.
 - Do single thread performance testing.
 - Good knowledge of using the load generator tools to simulate the concurrent loads.
 - Use different tools to monitor/measure the app/db server performance status
 - Understand and can debug the codes. Even tune the codes.
 
Any more ideas are always appreciated!
© Programmers or respective owner