scale out ( app services plan)

Mayank Jain 260 Reputation points
2023-10-31T11:24:01.59+00:00

During scale out processes(rule based scale out) we detected 2 issues

Issues 1 zombie processes detected during this timeframe

Issues 2 high load average average detected . shows load average information if system has load average > 4 times # of Cpu's in the timeframe

how we can resolve this issues ? and need brief guidance for this topics

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,135 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
36 questions
{count} votes

Accepted answer
  1. VenkateshDodda-MSFT 19,616 Reputation points Microsoft Employee
    2023-11-01T06:45:15.56+00:00

    @Mayank Jain Thanks for reaching out to Microsoft Q&A, apologize for any inconvenience caused on this.

    Based on the shared information, I understand that your application is running on Linux based app service plan and while trying out to scale out app service plan (adding new instances) you are facing the issues.

    Zombie Processes :
    Zombie processes are processes that have completed execution but still have an entry in the process table. These processes can cause issues with system performance and stability.

    You can identify and kill the zombie processes.

    1. Navigate/SSH to kudu console.
    2. Run the command ps aux | grep Z to identify the zombie processes.
    3. You can kill those Zombie process either by using the Kill command kill -9 <PID> or by restarting the app service.

    High Load average detected occurs if there are too many processes running inside which can lead to performance issues on app service, I would suggest you follow this performance degradation troubleshooting guide to identify the issues.

    Also, just want to check is this an ongoing issue or are you looking for a root cause? If you are looking for a root cause I would suggest you raise a support ticket for deeper investigations on this.

    I hope this helps! Feel free to reach back to me if you have any further questions on this.

    0 comments No comments

0 additional answers

Sort by: Most helpful