Computer and Modernization ›› 2022, Vol. 0 ›› Issue (07): 103-109.

Previous Articles     Next Articles

Android Application Performance Testing and Monitoring Technology

  

  1. (School of Computer Science and Engineering, South China University of Technology, Guangzhou 510006, China)
  • Online:2022-07-25 Published:2022-07-25

Abstract: According to the actual demand of mobile application, the performance test and monitoring scheme of Android application is designed and implemented. The solution is simple to use and does not require code injection. It has SDK basic modules, which can complete configuration file parsing, network identification, location and data transmission, and monitor application CPU and memory resource consumption. User data is collected and sent to the Web server for analysis to obtain user composition and retention; By monitoring Activity and Fragment, the time-consuming, high-frequency and long-used page information are obtained, as well as the jump relationship between pages; By monitoring data access performance, performance bottlenecks and defects are found. Finally, a mobile shopping application is used to verify the effectiveness of the scheme. Through the combination of application performance testing and monitoring, developers can discover application problems in time and continuously track and improve software services.

Key words: user experience, performance testing, monitoring, no-invasion