The first thing we need to troubleshoot performance issues on any server is Patience,bcuz servers may not be responding well due to slowness or heavy process running on the server.
Here we are going to see how to troubleshoot the Redhat Linux performance issues.The performance issue mainly raises due to system resource shortage. If the application is not properly configured according to the system resources ,then definitely the system will encounter these kind of issues.As a system admin,we need to figure out what kind of resource shortage we have and what are process are making the system in to such a situations.
Key System resources in Redhat Linux:
1. CPU
2. Memory
3. Swap
4. Filesystem (Disk or LUN)
5. Network
1.CPU:
CPU utilization can be monitor using various in build Linux tools. top,vmstat and “sar -u” are few of them.
To get the current CPU utilization details,
VMSTAT
Here we are going to see how to troubleshoot the Redhat Linux performance issues.The performance issue mainly raises due to system resource shortage. If the application is not properly configured according to the system resources ,then definitely the system will encounter these kind of issues.As a system admin,we need to figure out what kind of resource shortage we have and what are process are making the system in to such a situations.
Key System resources in Redhat Linux:
1. CPU
2. Memory
3. Swap
4. Filesystem (Disk or LUN)
5. Network
1.CPU:
CPU utilization can be monitor using various in build Linux tools. top,vmstat and “sar -u” are few of them.
To get the current CPU utilization details,
VMSTAT
0 comments:
Post a Comment