Lab 5 Op&Sys
Lab 5 Op&Sys
Laboratory 5
1
4. Approximately what percentage of the processor(s) operation is devoted to the User
Application(s)?
I think it is awarded almost the full percentage as we can see in the graphs.
Around
5. How does changing the drawing speed affect the percentage of processor time
allocated to the User?
Run multiple copies of the MultiThreadedGraphics applications at the máximum drawing rate
and describe how additional running copies affect the following:
o The number of circles per second in one running copy of the application.
o Percentage of processor allocated to User.
o Percentage of processor time is busy.
We can see the comparison between the two images, where it is shown when running at
maximum speed the circles, we can see that the behaviour of our computer shoots up and
reaches high values. While, if we reduce the circles, it decreases considerably.
Which counters provide the most information for analysis of the running application?
Both processor parameters, we can see how these parameters vary in value depending on
what we do.
2
Prepare your own Data Collector Setfrom performance monitor:
1. Right-click Performance Monitor and then click Run as administrator.
2. In the left pane, click Data Collector Sets.
3. In the right pane, right-click User Defined, click New, and then click Data Collector
Set.
4. In the Create new Data Collector Set wizard, enter a name for the data collector set.
For example, you might enter Tableau Server Performance.
5. Select Create manually (Advanced) and then click Next.
6. Under Create data logs, select Performance counter, and click Next.
We can see in the code the different values that our graph has. We see how a record is
saved with the parameters mentioned above. Each parameter has its corresponding
value at a certain time.