1.5 Work with performance and monitoring tools in finance and operations apps Flashcards

1
Q

Trace parser?

A

Consume traces and analyze performance in F&O

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

What does using trace parser ensure?

A

To get an idea what is currently happening in deployed environments and helps ensure that business users have the response time that they need for their daily processes

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

How to use trace parser?

A

Available in “PerfSDK” folder on dev environment
Install the tool
To capture a trace, ensure that list of tasks needed to analyze is completed
Add system tracing user role to user for tracing
In frontend top-right of the screen select question mark icon, click “Trace” -> “Start Trace”
Perform all actions before hitting “Stop trace”

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

When is performance load test is performed?

A

To test the environment under normal, real-life load conditions
Help the system to adjust and see how it runs under normal conditions of a single or multiple users

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

Steps to perform a performance test with performance SDK?

A
  1. Create a task recording of a business process. Save, download XML file, configure dev environment
  2. Generate C# performance tests from the file. Add references to specific DLLs and create new C# classes
  3. Once setup is complete, run a single user testing in Test Explorer through VS. Run business process’s end -to-end scenario before you capture
  4. When recording scenario, enter values manually instead of selecting them
  5. Replay task recording before downloading to make sure every step has been recorder
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Multi-user performance test environment prerequisites?

A

VS Enterprise Edition needs to be in dev environment
Need to have tier-2 or above environment on the same application and platform update as your dev environment
Must perform a atleast a single user test

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

Where are SQL performance tools are viewed?

A

In LCS - > Environment Monitoring page on SQL insights

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

Performance metrics?

A

Shows most expensive queries that were run during a selected period based on duration in ms, logical input/output, execution count, CPU time in ms, and waittime.

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

How often is data collection pulled, and how long is it stored for performance metrics?

A

Data collection is pulled once daily and stored for 30 days

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

Index analysis?

A

Shows aggregated table and index information from user scans, seeks, updates, and row count

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

Live view?

A

Shows you the current DTU and running and blocking statements

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

Queries?

A

Shows a list of predefined queries that are used to retrieve metrics on an on-demand basis.
Runs synchronously to ensure that the results are returned instantaneously

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

Actions?

A

Shows a list of predefined actions that you should use to mitigate issues in sandbox and production environments

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

Why use SQL Profiler?

A

See all the long-running queries on the SQL server system, not just the long-running queries in F&O apps

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

How to access and use SQL profiler?

A

Open SSMS
Go to Tools -> SQL Server Profiler
Name a trace, specify properties
While running perform the processes that are of concern
When done, hit stop button
Analyze traces

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

How to view measurements and diagnostics of the environment?

A

Using Environment Monitoring and SQL Insights

17
Q

What types of health checks can be performed within the health metrics interface?

A

AOS
Batch frameworks
Data import/Export framework
MS Azure SQL
Management reporter