Serving Tools
This section describes the application scenarios and troubleshooting methods of serving tools. For details about how to locate specific faults, see Cases for Tuning the Serving Performance.
- General tuning: The pre-check tool (msprechecker) checks the system, environment variables, and configuration files to identify potential problems that may affect the serving performance.
- Targeted tuning: Optimize serving scheduling by adjusting the configuration items (such as the input and output length and number of concurrent requests) of the current requirements. The following tools are available:
- Expert advice tool for serving tuning (msservice_advisor): This tool quickly improves serving performance, but cannot be used for refined tuning.
- Automatic serving tuning tool (modelevalstate): This tool enhances serving performance and reaches 95% of the optimal performance achieved by manual tuning. However, this method takes a long time, and parameters need to be continuously searched to approach the optimal solution.
- If the expected result is not achieved, you can use the serving tuning tool (msServiceProfiler) for in-depth analysis. The msServiceProfiler tool is applicable to users who are familiar with the entire serving operation.
Parent topic: How to Use Performance Tools?