Windows Server 2019 Module 8 Section 1 Windows Server Monitoring Tools

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/64

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

65 Terms

1
New cards

Task manager Processes tab allow you to look at

displays a list of running programs, which are subdivided into application and inter processes of the Windows OS. This also displays summary of the processor and memory usage

2
New cards

Task manager Performance Tab

This tab displays a summary of the CPU usage, memory usage, and network statistics

3
New cards

Task manager Users Tab

This tab shows a consumption of resources per user. This can also be expanded to see a more detailed look.

4
New cards

Task manager Details Tab

This tab lists all the running processes on the computer, providing staticts about the CPU, memory, and consumption of other resources. This tab can also be used to manage ther unning processes.

5
New cards

Task manager Services Tab

This tab provides a list of running Windows Services and related information. This tab indicates whether a service is running and displays the process identifier (PID). This tab can also be used to start and stop services.

6
New cards

Performance Monitor is a Microsoft Management Console (MMC) snap in that does what

obtain system performance information, analyze the performance effects that application and service have on a computer, obtain and overview of system performance, and collect detailed information for troubleshooting.

7
New cards

What does Performance Monitor use performance counters for?

to measure a system’s state or activity.

8
New cards

How does a performance counter work

by requesting the current value of performance counters at a specified time interval

9
New cards

Multi Graph views allows you to

look at multiple graph views that enables you to visually review performance log data.

10
New cards

Custom Views in Performance Monitor allows you to

create custom views and then export them as data collector sets for use with performance and logging features

11
New cards

What is a data collector set

a custom set of performance counters, event traces, and system configuration data.

12
New cards

What does a Data collector set do

Organized multiple data-collection points into a single portable component.

13
New cards

***NOTE*** A data collector set can be configured to generate an alert when it reaches thresholds that are configured in performance counters.

***NOTE*** A data collector set can be incorporated into logs or observe it in Performance Monitor.

14
New cards

A data collector set can be configured for

collecting data at a set time every day or until a file size is filled

15
New cards

What are the monitoring options you can select when setting a schedule for data collector sets

beginning date, expiration date, and start time

16
New cards

What is Performance counter data

server performance data

17
New cards

Event Trace Data

provides information about system activities and events, and its often useful for troubleshooting.

18
New cards

System Configuration Information data

allows the current state of registry keys and changes to those keys to be recorded.

19
New cards

Types of data collector sets

Performance counters

Event Trace Data

System configuration Information

20
New cards

Data Collector sets and Performance Monitor are used to organize ““ into a single component that you can use to review or log performance

collection points

21
New cards

How do you create your own custom data collector set

Performance Monitor > Data Collector Sets > User Defined

22
New cards

Data Collector System Diagnostics Template

This template is responsible for objects and counters that report the status of hardware resources, system response times, and processes on the local computer, along with system information and configuration data. This report also provides guidance on ways to optimize the computers responsiveness

23
New cards

Data Collector Systems Performance Template

This template generate reports that detail the status of local hardware resources, system response times, and processes

24
New cards

Data Collector WDAC Diagnostics Template

This template enables you to trace and debug information for Winnows Data Access Components(WDAC)

25
New cards

Data Collector Basic Template

This template creates a simple collector that you can add to later. It includes a processor performance counter, a simple configuration trace, and a Windows Kernel trace object

26
New cards

What does the Reports feature do

allows you to observe and generate reports from a set of counter that you create by using data collector sets.

27
New cards

Performance monitor create a new ““ every time a data collector set runs

Report

28
New cards

Physical Disk% Disk time counter

This counter measures the percentage of time the disk was busy during the sample interval. If this counter rises more than 85 percent, the disk system is saturated.

29
New cards

PhysicalDisk\Avg. Disk Queue Length counter

This counter indicates how many I/O operations are waiting for the hard drive to become available. If the value is larger than two times the number of spindles, the disk itself might be the bottleneck. If this counter indicates a possible bottleneck, consider measuring the Avg. Disk Read Queue Length and Avg. Disk Write Queue Length to determine if read or write operations are causing the bottleneck.

30
New cards

Memory\Pages per Second Counter

This counter measures the rate at which pages are read from or written to the disk to resolve hard page faults. If the value is greater than 1,000 as a result of excessive paging, a memory leak might exist.

31
New cards

Processor% Processor Time Counter

This counter measures the percentage of elapsed time that the processor spends running a non-idle thread. If the percentage is greater than 85 percent, the processor is overwhelmed, and the server might require a faster processor.

32
New cards

System\Processor Queue Length Counter

This counter indicates the number of threads in the processor queue. The server doesn't have enough processor power if the value is more than two times the number of central processing units (CPUs) for an extended period.

33
New cards

Network Interface\Bytes Total/Sec Counter

This counter measures the rate at which bytes are sent and received over each network adapter, including framing characters. The network is saturated if more than 70 percent of the interface is consumed.

34
New cards

Network Interface\Output Queue Length Counter

This counter measures the length of the output packet queue, in packets. Network saturation exists if this value is more than two.

35
New cards

If you server is configured with SSDs what become less relevant

the disk counters that were mentioned in this set

36
New cards

What does Reliability Monitor do

monitors hardware and software issues that occur during the selected time interval. Based on the number and type of issues, it assigns a number called a stability index that indicates the server’s reliability.

37
New cards

How big does the reliability index range from

1 - 10

38
New cards

Where can reliability monitor be found

control panel > browsing to security and maintenance > maintenance

39
New cards

What can you save a reliablilty report as

.XML file

40
New cards

What does the Problem Reports console do

allows a more depth monitor for the issues in reliability monitor

41
New cards

What does the “Check for a solution for all reported problems“ do

search the internet for solutions for the problems

42
New cards

What is Event Viewer

A collection of log files affecting hardware, software and OS events that report on potential problems, critical issues, and general information about your computer.

43
New cards

How to get to Event Viewer

Server Manager > Tools > Event Viewer

44
New cards

Events in event viewer are catagorized by

severity

45
New cards

Event viewer event types

Informational Event - Lets you know an even has happened such as a service starting or stopping

Warnings

Erros

Critical Event - Most severe event, meaning the server will most likely crash

46
New cards

What are the contents of an event

Brief description and information about the level of event and error codes.

47
New cards

What does the Processes ID (PID) do

can be matched to the task manager of a computer so you can tell what is causing the issue

48
New cards

How can you forward all log files to a single server

Forward Events feature

49
New cards

Best way to monitor multiple servers

deploy software to monitor them all at once

50
New cards

If you need to monitor more than 100 servers you must use

Microsoft system center or something else: because Server manager can’t handle more than 100

51
New cards

Server manager can be installed on WIndows 10 to

be a console to monitor the local and remote servers

52
New cards

Server manager can not monitor what type of windows devices

client devices

53
New cards

What type of devices can you add to Windows Admin Center

Servers

Windows PC’s

Failover Clusters

Hyperconverged clusters

54
New cards

Windows Admin Center comes with that management solution already installed

Server Manager

Computer Management

Cluster Creation

Cluster Management

55
New cards

What are some task server manager can do in windows admin center

overview of the server health

enable azure backup and file sync

Manager certificates, containers, devices

Configure DNS and DHCP

Manage local users and groups. roles and features, scheduled task, service and storage, and windows updates

Performance monitor and System insights

56
New cards

System insights gives you what

better insight into the functioning of your servers

57
New cards

Systems insights it only available on

Windows server 2019 (according to the reading)

58
New cards

How does System Insights work

machine learning model to analyze system data including performance counters and events

59
New cards

What does Windows Sysinternals tools do?

A suite of tools that provide a collection of advanced investigative and troubleshooting tools

60
New cards

What are some sysinternal tools

Process explorer and process monitor

61
New cards

What does Process Explorer do

determine the currently active processes on a windows computer, depending on the mode you can see Handled that the selected process has opened and Dynamic Link libraries (DLLs) and memory mapped files that the process has loaded

62
New cards

What does process monitor do

displays real time file system, registry, and process/thread activity.

63
New cards

Config Performance tools does

enables you to quickly defragment your frequently used files

64
New cards

DiskMon performance tool does what

enables the computer to capture all hard disk activity, and it acts like a software disk activity light in the system tray

65
New cards

PageDefrag performance tool does what

enables you to defragment your paging files and registry hives