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
1PerfDog & Service(v11.1) Version Update PerfDog v11.1 enhances cross-platform testing with new Windows, iOS, PlayStation support, advanced GPU/CPU metrics, high-FPS capture, and improved web reporting and stability.
2How LLMs are Reshaping Finance: AI Applications & Case Studies Explore how top banks like ICBC, CCB, and CMB are leveraging LLMs (DeepSeek, Qwen) for wealth management, risk control, and operational efficiency. A deep dive into the financial AI ecosystem.
3Testing as a Craft: Reshaping QA in the Age of AI (20-Year Insight) Explore the 20-year evolution of software testing. From manual automation to DeepSeek R1, a veteran practitioner shares deep insights into AI-driven innovation, technical paradigms, and the future of the testing craft. Read the full roadmap.
4Top Performance Bottleneck Solutions: A Senior Engineer’s Guide Learn how to identify and resolve critical performance bottlenecks in CPU, Memory, I/O, and Databases. A veteran engineer shares real-world case studies and proven optimization strategies to boost your system scalability.
5Comprehensive Guide to LLM Performance Testing and Inference Acceleration Learn how to perform professional performance testing on Large Language Models (LLM). This guide covers Token calculation, TTFT, QPM, and advanced acceleration strategies like P/D separation and KV Cache optimization.