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
1AI Unit Test Generation 2026: From Crisis to Productivity Leap AI unit test generation is transforming software testing. This complete guide covers usability challenges, global giant practices (GitHub Copilot, Amazon Q), Chinese innovations (Kuaishou, ByteDance, Huawei), and 5 proven paths to scale AI testing from pilot to production.
2Why Most Manual Testers Find Test Platforms Frustrating: An Honest Look at API Automation Most manual testers find traditional test platforms frustrating. Here's why — and what actually works better for API automation (hint: scripts + a good framework).
3Requirements Review and Acceptance Testing: The Key to Shifting Quality Left Learn how to use acceptance testing and requirements review to shift quality left. Discover DoR examples, UAT best practices, and metrics to improve team efficiency and product quality.
4Acceptance Testing: The Complete Guide to Types, Criteria, Tools, and Best Practices What is acceptance testing? Learn UAT, BAT, OAT, alpha vs beta testing, entry/exit criteria, 4 popular tools (Selenium, Cucumber, JMeter, SoapUI), and step-by-step execution. Perfect for QA engineers.
5How 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.