<?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>WebSpy Blog&#187; cpu &#8211; WebSpy Blog</title>
	<atom:link href="http://www.webspy.com.au/blogs/index.php/tag/cpu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webspy.com.au/blogs</link>
	<description>For when WebSpyrians have something to say.</description>
	<lastBuildDate>Fri, 09 Dec 2011 01:18:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How WebSpy Vantage uses your CPUs</title>
		<link>http://www.webspy.com.au/blogs/index.php/how-webspy-vantage-uses-your-cpus/</link>
		<comments>http://www.webspy.com.au/blogs/index.php/how-webspy-vantage-uses-your-cpus/#comments</comments>
		<pubDate>Fri, 21 May 2010 07:02:32 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Reports]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Tips and Best Practices]]></category>
		<category><![CDATA[Vantage]]></category>
		<category><![CDATA[WebSpy]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[cpu]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[Import]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[reporting]]></category>
		<category><![CDATA[system resources]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[utilization]]></category>

		<guid isPermaLink="false">http://www.webspy.com.au/blogs/?p=1520</guid>
		<description><![CDATA[I’m frequently asked how WebSpy Vantage utilizes a systems CPU resources. Sometimes you may notice Vantage utilizing 100% of your machine's CPU power, and other times it will be hardly touched. So here is an overview of how the software works internally so you can understand when your CPUs will and won’t be pushed.]]></description>
			<content:encoded><![CDATA[<p>I’m frequently asked how WebSpy Vantage utilizes a systems CPU resources. Sometimes you may notice Vantage utilizing 100% of your machine&#8217;s CPU power, and other times it will be hardly touched. So here is an overview of how the software works internally so you can understand when your CPUs will and won’t be pushed.<span id="more-1520"></span></p>
<p>Vantage uses multiple threads to perform certain tasks. As general rule, the more threads being used simultaneously, the higher the CPU utilization. There are a few situations where Vantage uses multiple threads simultaneously:</p>
<h3>CPU usage when importing log files</h3>
<p>When importing more than one log file, each log will be imported with a separate thread. As CPU usage increases when more threads are used, importing a single log file won’t push your CPU, but importing a folder full of logs will.</p>
<h3>CPU usage when generating reports</h3>
<p>CPU performance can also be affected by the structure the report you are running. Report templates have what we call ‘Nodes’ in them. You can go into a report template, right-click | add node. Think of each node as an SQL query. When generating a report, each node gets processed in a separate thread, and if the nodes are ‘at the same level’ they get processed at the same time.  Here’s a screenshot showing what I mean by nodes at the same level.</p>
<div id="attachment_1521" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.webspy.com.au/blogs/wp-content/uploads/2010/05/image001.png"><img class="size-medium wp-image-1521" title="A report template with two 'levels' of nodes" src="http://www.webspy.com.au/blogs/wp-content/uploads/2010/05/image001-300x170.png" alt="A report template with two 'levels' of nodes" width="300" height="170" /></a><p class="wp-caption-text">A report template with two &#39;levels&#39; of nodes</p></div>
<p>The three ‘red’ nodes will be processed at the same time, and then the three ‘green’ nodes will be processed at the same time. The green nodes won’t be processed until the red nodes have been processed. The more nodes being processed at the same time increases the number of simultaneous threads and the amount of CPU being used.</p>
<h3>CPU usage when filtering reports</h3>
<p>CPU usage is also affected by the number of records being processed from your storage. If you are running a report on your entire storage with no filters, then Vantage will be pushing all records in your storage through the reporting engine. If you run the same report but with a filter for a specific user, then Vantage will seek through the records in the storage until it finds a record for that user, then push that record through the reporting engine. This results in a ‘trickle’ of records being pushed through the reporting engine so it doesn’t get a chance to really push your CPUs.</p>
<p>A filter that excludes a lot of information that exists in your storage is the most common reason for low CPU utilization while running a report.</p>
<h3>In Short</h3>
<p>The number of logs, report template structure and filters can all have an effect on the way Vantage utilizes your CPUs.</p>
<p>We also have some exciting ideas on our roadmap to ensure Vantage utilizes as many CPUs as you can throw at it. Until then, I hope the above information helps you understand when and why your CPU usage will and won&#8217;t be pushed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webspy.com.au/blogs/index.php/how-webspy-vantage-uses-your-cpus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soho Alpha Release &#8211; Issues and Workarounds</title>
		<link>http://www.webspy.com.au/blogs/index.php/soho-alpha-release-issues-and-workarounds/</link>
		<comments>http://www.webspy.com.au/blogs/index.php/soho-alpha-release-issues-and-workarounds/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 06:28:06 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Software Updates]]></category>
		<category><![CDATA[Tips and Best Practices]]></category>
		<category><![CDATA[WebSpy Soho]]></category>
		<category><![CDATA[cpu]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[issues]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[restart]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[soho]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.webspy.com.au/blogs/?p=1326</guid>
		<description><![CDATA[It’s been a crazy few weeks but we’ve finally managed to get the first release of WebSpy Soho out the door.

It is our intention to keep our Alpha testers up to date with our ongoing development. Right now, I’d like to inform you about some issues experienced by a handful of testers and how to go about resolving them.]]></description>
			<content:encoded><![CDATA[<p>It’s been a crazy few weeks but we’ve finally managed to get the first release of WebSpy Soho out the door.</p>
<p>For those that don’t know what Soho is all about, check out this video:<span id="more-1326"></span><br />
<object width="480" height="300" data="http://blip.tv/play/hLYlgdKEQwI" type="application/x-shockwave-flash"><param name="src" value="http://blip.tv/play/hLYlgdKEQwI" /><param name="allowfullscreen" value="true" /></object></p>
<p>Soho is a dashboard application that displays download and upload traffic statistics for each computer in your network. If you haven&#8217;t yet tried Soho, please give it a go and <a title="WebSpy Soho Download Page" href="http://www.webspy.com.au/products/soho/download.aspx" target="_blank">download it here</a>.</p>
<p>It is our intention to keep our Alpha testers up to date with our ongoing development. Right now, I’d like to inform you about some issues  experienced by a handful of testers and how to go about resolving them.</p>
<h2>Learn to restart the Soho Agent</h2>
<p>First of all, one of the handiest things we can tell you right now is  how to restart the Soho Agent. This single step is resolves 99% of all  Soho issues, at least temporarily. If these steps seem too complicated,  rebooting your PC also has the same effect.</p>
<p>To restart the Soho Agent on Windows:</p>
<ol>
<li>Launch the Services Console by going to Control Panel |  Administrative Tools | Services. Or if you like handy short cuts, try  Start | Search (or Run), Type ‘services.msc’ (without the quotes) and  press enter.</li>
<li> Right-click the “WebSpy Soho Agent” service and select Restart. If  you get a ‘time out’ error message or warning, ignore it and right-click  the service again and select Start.</li>
</ol>
<p>To restart the Soho Agent on Mac OS:</p>
<ol>
<li>Open the terminal from /Applications/Utilities/Terminal</li>
<li> Type sudo launchctl stop “WebSpy Soho Agent”</li>
<li> Enter your user password if requested.</li>
<li> Wait about 5 seconds.</li>
<li> Type sudo launchctl start “WebSpy Soho Agent”</li>
<li> Again, enter your user password if requested</li>
</ol>
<p>OK, now you have the skills, here are the issues and work-arounds:</p>
<h2>100% CPU usage after sleep or hibernate</h2>
<p>Some users reported Soho’s impressive ability to consume 100% of  their CPU when their computer wakes from sleep or hibernation. A few  users experienced a slow and sluggish PC, and uninstalled Soho  immediately.</p>
<p>If you’re looking for the Soho process in Windows Task Manager you  will not see it until you click the Show processes from all users button  (or checkbox in XP). This is because the Soho Agent runs under the  System user account in order for it to run, no matter who is logged onto  the PC.</p>
<p>From here you can end the WebSpy.Soho.Agent.exe process and  everything should return to normal. You can then restart the “WebSpy  Soho Agent” to get Soho working again (see steps above).</p>
<p>We believe we have fixed this and are in the middle of some final  testing. All going well, we should have a new build ready for you very  soon. In the mean time, you may like to disable sleep and hibernation in  your PC’s power options.</p>
<h2>Soho doesn’t install on Mac OS 10.5??</h2>
<p>Our first Alpha release did not install on Mac OS 10.5 (Leopard).  This was due to a silly checkbox in our packaging system not being  checked. We’ve checked the checkbox and uploaded a new build to our web  site. You can download it from here:<br />
<a title="WebSpy Soho Download Page" href="http://www.webspy.com.au/products/soho/download.aspx" target="_blank"> http://www.webspy.com.au/products/soho/download.aspx</a></p>
<p>Note: Soho will only install on Mac OS 10.5 (Leopard) and 10.6 (Snow  Leopard). Versions 10.4 (Tiger) and below are not supported.</p>
<h2>All computers disappear from the Current Activity chart except the  local computer</h2>
<p>Sometimes all computers will disappear from the Current Activity  chart leaving your local computer all by itself. This happens when the  communication between Soho Agents becomes jammed. You can usually  resolve the issue by restarting the Soho Agent on your local computer  (see steps below). If this doesn’t work, restart the Agents on all other  computers running Soho. We are currently working on a fix for this  issue.</p>
<h2>The Soho User Interface is completely blank</h2>
<p>If there is no information in the Total, Current Activity or History  chart, this is because the Soho Agent has stopped running. Reasons for  this may vary, so please let us know if this is regularly occurring.  Restarting your agent usually resolves the issue (see steps above).</p>
<h2>Feedback</h2>
<p>Thank you to everyone that has submitted feedback so far.</p>
<p>Just a reminder to please let us know if your network card works or  doesn’t work with Soho on this page:<br />
<a title="Supported Network Cards" href="../../products/soho/supportednics.aspx" target="_blank">http://www.webspy.com.au/products/soho/supportednics.aspx</a></p>
<p>You may also like to review the current list of features and bugs and  vote them up or down at:<br />
<a title="WebSpy Soho Uservoice Page" onclick="javascript:pageTracker._trackPageview('/outbound/article/webspysoho.uservoice.com');" href="http://webspysoho.uservoice.com/" target="_blank">http://webspysoho.uservoice.com/</a></p>
<p>There is also a dedicated Soho Alpha Feedback thread in our forums  at:<br />
<a title="WebSpy Soho Forums" href="http://www.webspy.com.au/forums/viewtopic.php?f=8&amp;t=12" target="_blank">http://www.webspy.com.au/forums/viewtopic.php?f=8&amp;t=12</a></p>
<p>We will let you know when fixes are available to the above issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webspy.com.au/blogs/index.php/soho-alpha-release-issues-and-workarounds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

