Monitor Servers Flashcards
four bottle-necks / subsystems that servers must scale
Processor
memory
disk
network
MSFT says that processors become a bottleneck when ___
Processor spikes above 80% regularly
MSFT says network is a bottleneck when ____
network bandwidth utilization hits 37%
Data collector sets
Collections of counters that target specific topics in the performance monitoring tool
User Defined Data Collector Sets
You can create your own sets of counters customized to the functions of the server
Two Windows OS modes
Kernel mode
User mode
kernel mode
low-level applications and OS components that support the OS (aka privileged time)
user mode
applications that run in user-mode sit on top of the OS, kernel (aka user time)
MSFT says acceptable kernal utilization / privileged time should be
10%
Get-counter
Gets real-time performance counter data from local and remote computers.
Import-counter
Exports PerformanceCounterSampleSet objects as performance counter log (.blg, .csv, .tsv) files.
Export-counter
Imports performance counter log files and creates objects that represent each counter sample in the log.
minimum permissions you must have to configure the Performance Monitor display
You must be in the Administrators group or the Performance Log Users group