Server management considerations

Source: Internet
Author: User

1. Security Issues: Firewall,ProgramSecurity and data security (backup mechanism)

2. Performance problems mainly come from: CPU usage, memory usage, network bandwidth, and hard disk iops.

  1. The CPU usage issue is easy to find, generally due to errors or endless loops of some processes. Check the task manager here. Or the Request volume is too large. Here, view the IIS log statistics.
  2. Memory problems are also related to the program's endless loop problems. View Task Manager
  3. Network bandwidth mainly comes from the increase in access traffic or network attacks. Use iis log filter to view access records
  4. Hard Disk problems, which are difficult to find for many reasons
    1. First, let's take a look at the iops of each disk in the performance counter and the task queue. As long as the que length of the task queue exceeds 100, there will usually be a card. The normal queque length should not exceed 10.
    2. For example, if the iops is higher than the highest iops of the disk itself, it is the reason that the program or database load is too large. here we need to return the problem of access volume or program, or optimize the database, generally, if you separate the program and database from different hard disks, you can concentrate the problem on a specific one. Of course, the problem of Program Logic and efficiency will also affect the frequent reading and writing of the database.
    3. If the iops is not high, but the task queue is very long, more than 100, it is generally because the hard disk itself is faulty, then you need to replace the hard disk in time.

 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.