UNIT 4 Hardware Capacity Verification Flashcards
What could you do if you saw a CPU bottleneck? How might you fix it?
1) Check top 40 CPU processes
2) Check if our cpu load can be distributed to other servers
What would you do if you saw a memory bottleneck? How might you fix it?
1) Check for users or programs using high amounts of memory
2) optimize SQL statements
3) You will also distribute process to other servers if possible
Where can I check the network ping in a sap system?
The Lan checked by ping in ST06
What can we do if we see a process with very high CPU utilization in the Top 40 CPU?
1) If it’s a database process check ST04
2) If its work process check SM50
What are the KPIs for memory bottlenecks on Unix? on Windows?
UNIX: we have memory bottleneck when more then 20% of ram is swapped out per hour
WINDOWS: 25% of ram is swapped in per hour
What indicates a CPU bottleneck is occurring?
When processing time is more than twice CPU time indicates CPU bottle neck