Monitor Servers Flashcards

1
Q

four bottle-necks / subsystems that servers must scale

A

Processor
memory
disk
network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

MSFT says that processors become a bottleneck when ___

A

Processor spikes above 80% regularly

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

MSFT says network is a bottleneck when ____

A

network bandwidth utilization hits 37%

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Data collector sets

A

Collections of counters that target specific topics in the performance monitoring tool

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

User Defined Data Collector Sets

A

You can create your own sets of counters customized to the functions of the server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Two Windows OS modes

A

Kernel mode

User mode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

kernel mode

A

low-level applications and OS components that support the OS (aka privileged time)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

user mode

A

applications that run in user-mode sit on top of the OS, kernel (aka user time)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

MSFT says acceptable kernal utilization / privileged time should be

A

10%

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Get-counter

A

Gets real-time performance counter data from local and remote computers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Import-counter

A

Exports PerformanceCounterSampleSet objects as performance counter log (.blg, .csv, .tsv) files.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Export-counter

A

Imports performance counter log files and creates objects that represent each counter sample in the log.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

minimum permissions you must have to configure the Performance Monitor display

A

You must be in the Administrators group or the Performance Log Users group

How well did you know this?
1
Not at all
2
3
4
5
Perfectly