
    

    <?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://ocw.cs.pub.ro/courses/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://ocw.cs.pub.ro/courses/feed.php">
        <title>CS Open CourseWare ep:labs:08:contents:tasks</title>
        <description></description>
        <link>http://ocw.cs.pub.ro/courses/</link>
        <image rdf:resource="http://ocw.cs.pub.ro/courses/lib/tpl/arctic/images/favicon.ico" />
       <dc:date>2026-04-14T01:02:20+03:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://ocw.cs.pub.ro/courses/ep/labs/08/contents/tasks/ex1?rev=1633769990&amp;do=diff"/>
                <rdf:li rdf:resource="http://ocw.cs.pub.ro/courses/ep/labs/08/contents/tasks/ex2?rev=1633770018&amp;do=diff"/>
                <rdf:li rdf:resource="http://ocw.cs.pub.ro/courses/ep/labs/08/contents/tasks/ex3?rev=1633770070&amp;do=diff"/>
                <rdf:li rdf:resource="http://ocw.cs.pub.ro/courses/ep/labs/08/contents/tasks/ex4?rev=1633770108&amp;do=diff"/>
                <rdf:li rdf:resource="http://ocw.cs.pub.ro/courses/ep/labs/08/contents/tasks/ex5?rev=1697881729&amp;do=diff"/>
                <rdf:li rdf:resource="http://ocw.cs.pub.ro/courses/ep/labs/08/contents/tasks/ex6?rev=1698622623&amp;do=diff"/>
                <rdf:li rdf:resource="http://ocw.cs.pub.ro/courses/ep/labs/08/contents/tasks/ex7?rev=1697881863&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://ocw.cs.pub.ro/courses/lib/tpl/arctic/images/favicon.ico">
        <title>CS Open CourseWare</title>
        <link>http://ocw.cs.pub.ro/courses/</link>
        <url>http://ocw.cs.pub.ro/courses/lib/tpl/arctic/images/favicon.ico</url>
    </image>
    <item rdf:about="http://ocw.cs.pub.ro/courses/ep/labs/08/contents/tasks/ex1?rev=1633769990&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-10-09T11:59:50+03:00</dc:date>
        <title>01. [10p] Task Manager</title>
        <link>http://ocw.cs.pub.ro/courses/ep/labs/08/contents/tasks/ex1?rev=1633769990&amp;do=diff</link>
        <description>01. [10p] Task Manager

 Go through the Task Manager introduction and/or watch the video below.

 :!: Which process is constantly reading or writing to your hard disk?

 

 

	*  Open Task Manager and select the Details tab
	*  Right-click on the column header and click “Select columns”
	*  Enable the “I/O Read Bytes” and “I/O Write Bytes” checkboxes
	*  Sort the list by clicking on a column header to see the most read-intensive and/or write-intensive processes
	*  Identify the process and menti…</description>
    </item>
    <item rdf:about="http://ocw.cs.pub.ro/courses/ep/labs/08/contents/tasks/ex2?rev=1633770018&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-10-09T12:00:18+03:00</dc:date>
        <title>02. [20p] Windows Performance Recorder &amp; Analyzer</title>
        <link>http://ocw.cs.pub.ro/courses/ep/labs/08/contents/tasks/ex2?rev=1633770018&amp;do=diff</link>
        <description>02. [20p] Windows Performance Recorder &amp; Analyzer

 
Logs.exeGoodLog.exeTask-02


 We want to capture the activity of both Logs.exe and GoodLog.exe.
 To do this we will start WPR and record an execution of Logs.exe and GoodLog.exe afterwards.
 We will then analyze the results using WPA, concentrating on the Disk activity and compare the results with Task Manager.</description>
    </item>
    <item rdf:about="http://ocw.cs.pub.ro/courses/ep/labs/08/contents/tasks/ex3?rev=1633770070&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-10-09T12:01:10+03:00</dc:date>
        <title>03. [20p] Process Monitor</title>
        <link>http://ocw.cs.pub.ro/courses/ep/labs/08/contents/tasks/ex3?rev=1633770070&amp;do=diff</link>
        <description>03. [20p] Process Monitor

Task A - Checking Logging File


Logs.exeGoodLog.exeTask-03/Task-A


 We want to see what is the difference between Logs.exe and GoodLog.exe.
 After running both programs we can see that the output is identical.
 Still, Logs.exe takes much longer to complete compared to GoodLog.exe.
 We will use Process Monitor to determine the problem.</description>
    </item>
    <item rdf:about="http://ocw.cs.pub.ro/courses/ep/labs/08/contents/tasks/ex4?rev=1633770108&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-10-09T12:01:48+03:00</dc:date>
        <title>04. [10p] Process Explorer</title>
        <link>http://ocw.cs.pub.ro/courses/ep/labs/08/contents/tasks/ex4?rev=1633770108&amp;do=diff</link>
        <description>04. [10p] Process Explorer

 
HandleLeak.exeTask-04


 We want to check what is wrong with this HandleLeak.exe program (ignore its name :-)).
 For Task Manager, on the Details tab add the Handles column.

 Run the program, search for it inside Task Manager, and look at the Handles column.
 The number of handles keeps growing. This is clearly a problem.</description>
    </item>
    <item rdf:about="http://ocw.cs.pub.ro/courses/ep/labs/08/contents/tasks/ex5?rev=1697881729&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-10-21T12:48:49+03:00</dc:date>
        <title>05. [20p] Windows API</title>
        <link>http://ocw.cs.pub.ro/courses/ep/labs/08/contents/tasks/ex5?rev=1697881729&amp;do=diff</link>
        <description>05. [20p] Windows API

 
Task-05







 :!: We want to create a simple Console Task Manager with  functions from PSAPI.

 This simple Task Manager will print two CSV tables.
 The first will contain system information provided by PSAPI.
 The second will print memory information for any accessible process and their name.</description>
    </item>
    <item rdf:about="http://ocw.cs.pub.ro/courses/ep/labs/08/contents/tasks/ex6?rev=1698622623&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-10-30T01:37:03+03:00</dc:date>
        <title>06. [20p] CHKDSK &amp; CrystalDiskMark</title>
        <link>http://ocw.cs.pub.ro/courses/ep/labs/08/contents/tasks/ex6?rev=1698622623&amp;do=diff</link>
        <description>06. [20p] CHKDSK &amp; CrystalDiskMark

 
 CrystalDiskMark


 For this task we want to see and estimate the health and speed of our storage.
 This can vary considerably and needs to be inspected regularly to see if we need to replace our HDD/SSD.

CHKDSK Health Checks

 CHKDSK is a standard tool inside Windows that allows us to get basic information about our disks.
 It tells us how much memory we have, how much is free, how much we used.
 It also tells us if the disk has bad sectors, which can be a…</description>
    </item>
    <item rdf:about="http://ocw.cs.pub.ro/courses/ep/labs/08/contents/tasks/ex7?rev=1697881863&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-10-21T12:51:03+03:00</dc:date>
        <title>07. [10p] Feedback</title>
        <link>http://ocw.cs.pub.ro/courses/ep/labs/08/contents/tasks/ex7?rev=1697881863&amp;do=diff</link>
        <description>07. [10p] Feedback

 :!: Please take a minute to fill in the  feedback form for this lab.</description>
    </item>
</rdf:RDF>
