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: 419

Filed under:

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:

  1. Solid database,programming knowledge.
  2. Do single thread performance testing.
  3. Good knowledge of using the load generator tools to simulate the concurrent loads.
  4. Use different tools to monitor/measure the app/db server performance status
  5. Understand and can debug the codes. Even tune the codes.

Any more ideas are always appreciated!

© Programmers or respective owner

Related posts about performance-engineers