Java Program Performance Tuning---------------Performance overview

Source: Internet
Author: User

First, the performance of the program through which several aspects of performance

1. Execution speed (whether the reaction time of the program is rapid or short enough)

2, allocate memory (allocate memory is reasonable, whether excessive memory consumption or memory overflow)

3. Start-up time (how long it takes for the program from running to normal to process the business)

4, load withstand capacity (when the system pressure rises, the system's execution speed, response time of the rise curve is flat)

Second, the performance of the reference index

1, execution time (a period of code from the beginning of the run to the end of the run, the time used)

2. CPU time (function or thread consumes CPU actual)

3. Memory allocation (memory space occupied by the program at run time)

4. Disk throughput (Description of I/O usage)

5, network throughput (describe the use of the network)

6. Response time (the time the system responds to a user's behavior or event). Less response time, better performance)

Third, the level of performance tuning

1. Design Tuning

2. Code Tuning

·3

Java Program Performance Tuning---------------Performance overview

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.