A technician wants to compare a new servers performance over a period of time. Which of the following should the technician do FIRST?
A. Monitor processor performance logs
B. Constantly check the task manager
C. Use performance server logs
D. Establish a baseline for the server
Answer: D. Establish a baseline for the server
Computer Science & Information Technology
You might also like to view...
The proper way to convert a string to all lowercase is:
a) STRING = string; b) ToLower(string); c) string.ToLower(); d) string.ToLower(string);
Computer Science & Information Technology
Trace through the binary search algorithm in findInSortedList given the following input.
What will be an ideal response?
Computer Science & Information Technology