Customer Cases
Pricing

Optimizing Performance Monitoring with PerfDog: Customizing Your Data File Server Address

LEARN HOW TO CUSTOMIZE YOUR DATA FILE SERVER ADDRESS FOR ENHANCED PERFORMANCE MONITORING WITH PERFDOG.

As an Android developer, are you looking for more control over your app's performance data storage and management? Customizing your data file server address when using PerfDog, a powerful performance monitoring tool, can help you achieve this. In this blog post, we will guide you on how to modify the data file server address and implement the required interfaces for seamless integration with PerfDog.

Step 1: Modify the Data File Server Address

To change the data file server address, update the address in the PerfDog settings, as shown in the image below:

Step 2: Implement the Required Interfaces

For successful data upload to your custom server, implement the following interfaces:

1. Base Path

Customize the base path according to your upload service requirements. Include the protocol (HTTP/HTTPS), domain name or IP address, port, and upload interface path.

2. Upload Test Data

Implement a POST method to upload performance data like FPS, Jank, etc. The response should include an error code, error string, and a report ID.

3. Set Test App Icon

Implement a PUT method to set the test app icon. The request should include the report ID and the icon file. The response should include an error code and error string.

4. Upload App Screenshots

Implement a POST method to upload app screenshots generated during the test. The request should include the report ID and the screenshot files. The response should include an error code and error string.

5. Finish Uploading Test Data

Implement a PUT method to indicate the completion of the data upload process. The request should include the report ID. The response should include an error code and error string.

Conclusion

Customizing your data file server address and implementing the required interfaces can give you more control over your performance data storage and management. This will enable you to better analyze and optimize your applications, ensuring a seamless user experience. Take advantage of PerfDog's powerful features and start customizing your data file server address today to enhance your app's performance monitoring capabilities.

PD网络测试推广
Latest Posts
1How to Reduce Test Leakage: A Complete Guide to Software Testing Quality Test leakage can severely impact software quality. This comprehensive guide covers root causes of test leakage, prevention strategies, testing methods, and effective communication with developers. Learn how to build a robust testing process that catches defects before production.
2Interface Testing: Frontend Interaction vs. Backend Logic Learn interface testing best practices, including frontend interaction testing with mock tools and backend logic testing with comprehensive test case design. Discover how to ensure API quality across testing, staging, and production environments.
3Shifting Trends: These Changes Are Reshaping Mobile App Development Explore the 7 key trends transforming mobile app development, from AI and AR/VR integration to cross-platform frameworks and global localization. Learn how to stay ahead in a shifting digital landscape.
4Full-Link Stress Testing: Solutions, Automation & Professional Services Discover industry-leading full-link stress testing solutions and automation practices. Learn how top enterprises like Lalamove and Bilibili ensure system stability and high availability with WeTest’s professional performance testing services.
5How to Test AI Products: A Complete Guide to Evaluating LLMs, Agents, RAG, and Computer Vision Models A comprehensive guide to AI product testing covering binary classification, object detection, LLM evaluation, RAG systems, AI agents, and document parsing. Includes metrics, code examples, and testing methodologies for real-world AI applications.