<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; shutdown performance</title> <atom:link href="http://www.ghacks.net/tag/shutdown-performance/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 07:07:56 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Analyse The Boot And Shutdown Performance of Windows</title><link>http://www.ghacks.net/2011/08/09/analyse-the-boot-and-shutdown-performance-of-windows/</link> <comments>http://www.ghacks.net/2011/08/09/analyse-the-boot-and-shutdown-performance-of-windows/#comments</comments> <pubDate>Tue, 09 Aug 2011 07:53:08 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[boot performance]]></category> <category><![CDATA[event viewer]]></category> <category><![CDATA[microsoft-windows]]></category> <category><![CDATA[shutdown performance]]></category> <category><![CDATA[windows tips]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=48790</guid> <description><![CDATA[Speed seems to be something that Microsoft intends to improve further in Windows 8. Especially the boot performance will be noticeably faster, according to reports. While I cannot really say if that is true or not, considering that there are no official versions of the operating system available, I can show you how you can [...]]]></description> <content:encoded><![CDATA[<p>Speed seems to be something that Microsoft intends to improve further in Windows 8. Especially the boot performance will be noticeably faster, according to reports. While I cannot really say if that is true or not, considering that there are no official versions of the operating system available, I can show you how you can analyze the boot and shutdown performance of your operating system without third party tools.</p><p>The Windows Event Viewer logs many system events automatically. This includes installations, hardware errors and events that are important to diagnose a system. Two of those values that get recorded automatically by default are the boot performance and the shutdown performance of the Windows operating system.</p><p>The time recorded here is often more accurate than the time recorded by third party software such as <a
href="http://www.ghacks.net/2010/06/03/analyze-windows-startup-time-with-soluto/">Soluto</a>, <a
href="http://www.ghacks.net/2008/12/31/windows-startup-speed-benchmark/">BootRacer</a> or <a
href="http://www.ghacks.net/2008/05/05/windows-boot-timer/">Boot Timer</a>.</p><h3>Event Manager</h3><p>Launch the Event Manager the following way. Bring up the run box with the hotkey Windows-r, type in eventvwr and hit enter.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/08/event-viewer.png" alt="event-viewer" title="event-viewer" width="417" height="216" class="alignnone size-full wp-image-48791" /></p><p>The program displays a tree structure in the left sidebar, the contents of the selected folder in the middle and actions on the right. I suggest you click on the hide action button in the toolbar to increase the available room.</p><p>Microsoft has changed the Event Viewer significantly for Windows Vista which means that Windows XP users will see a different layout than Vista or Windows 7 users.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/08/boot-performance-windows.png" alt="boot performance windows" title="boot performance windows" width="590" height="480" class="alignnone size-full wp-image-48792" /></p><p>The events that we want to analyze are event 100 which logs the boot performance, and event 200 which logs the shutdown performance of the Windows system.</p><p>Follow the tree structure to the following folder:</p><p><strong>Applications and Services Log > Microsoft > Windows > Diagnostics-Performance > Operational</strong></p><p><del
datetime="2011-08-10T07:41:01+00:00">Windows XP users can sort the system events to find all events with the numbers 100 and 200.</del></p><p>The event listing list the date and time of the event, the event number and the task category. If you click on an event you see detailed information about it in the lower half of the interface. Locate the entry Boot Duration for Boot Performance events, or Shutdown Duration for Shutdown Performance events.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/08/boot-duration.png" alt="boot-duration" title="boot-duration" width="285" height="149" class="alignnone size-full wp-image-48793" /></p><p>Divide the time by 1000 to get the boot or shutdown time in seconds. The value listed is milliseconds.</p><p>Now what can you do with the information? You could analyze boot performance optimizations for instance, or analyze the system&#8217;s boot time over time. I personally like to use the information to measure the impact of newly installed software on the system boot time.</p><p>What&#8217;s the boot duration of your computer?</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/08/09/analyse-the-boot-and-shutdown-performance-of-windows/feed/</wfw:commentRss> <slash:comments>14</slash:comments> </item> <item><title>Analyzing Windows Shutdown Performance</title><link>http://www.ghacks.net/2009/01/21/analyzing-windows-shutdown-performance/</link> <comments>http://www.ghacks.net/2009/01/21/analyzing-windows-shutdown-performance/#comments</comments> <pubDate>Wed, 21 Jan 2009 19:33:22 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[diagnostics performance]]></category> <category><![CDATA[event viewer]]></category> <category><![CDATA[shutdown]]></category> <category><![CDATA[shutdown performance]]></category> <category><![CDATA[shutdown performance monitoring]]></category> <category><![CDATA[windows shutdown]]></category> <category><![CDATA[windows tips]]></category> <category><![CDATA[windows tutorial]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=10043</guid> <description><![CDATA[Windows Shutdown usually takes only a matter of seconds before the computer shuts down. It can take longer if commands or applications are executed at shutdown &#8211; like cleaning temporary files or the pagefile &#8211; or if a driver or program does not respond properly to the shutdown command. One of the better additions of [...]]]></description> <content:encoded><![CDATA[<p>Windows Shutdown usually takes only a matter of seconds before the computer shuts down. It can take longer if commands or applications are executed at shutdown &#8211; like cleaning temporary files or the pagefile &#8211; or if a driver or program does not respond properly to the shutdown command. One of the better additions of the Windows Vista operating system is the advanced Event Viewer that can be used to analyze Windows shutdown performance problems easily. The very same possibility will be included in Microsoft&#8217;s next operating system Windows 7.</p><p>You can start the Event Viewer in Windows using the keyboard shortcut [Windows R], typing [eventvwr.msc] and hitting [enter]. Navigate in the Event Manager using the menu on the left side using the following path: Applications and Services Logs => Microsoft => Windows => Diagnostics-Performance => Operational. This will lead directly to the location that contains performance diagnostics not only for the Windows shutdown but also for standby and boot performance issues.</p><p>A good way to start is to sort the columns by Task Category. Click on the Task Category title and look for Shutdown Performance Monitoring entries. Each entry will contain information about the application or process that was causing problems during shutdown including the time it took to shutdown that process. A process that takes very long to shutdown is usually the problem for the shutdown problems.</p><p><span
id="more-10043"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/01/windows_shutdown-500x312.jpg" alt="windows shutdown" title="windows shutdown" width="500" height="312" class="alignnone size-medium wp-image-10044" /></p><p>Once the process or application has been identified it is a matter of finding out why it is causing the delay. It could be outdated or incompatible with that version of Windows and to a lesser extent a faulty version or driver. A good way to start is to look for updates for that software and install those if they are available. It might be easier on the other hand to simply deactivate or uninstall the software if that is possible.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/01/21/analyzing-windows-shutdown-performance/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
