<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>VMware Communities : Thread List - VProbes</title>
    <link>http://communities.vmware.com/community/developer/forums/vprobes?view=discussions</link>
    <description>Latest Forum Threads in VProbes</description>
    <language>en</language>
    <pubDate>Wed, 23 Sep 2009 18:06:01 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-09-23T18:06:01Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>vprobes status</title>
      <link>http://communities.vmware.com/thread/233227</link>
      <description>Has there been any advancements in vprobes?  Any cool, new things to show us?</description>
      <pubDate>Wed, 23 Sep 2009 18:06:01 GMT</pubDate>
      <author>fixitchris</author>
      <guid>http://communities.vmware.com/thread/233227</guid>
      <dc:date>2009-09-23T18:06:01Z</dc:date>
      <clearspace:dateToText>2 months, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Technology Exchange Developer Day - Vprobes -Observing the software stack from top to bottom</title>
      <link>http://communities.vmware.com/thread/226925</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
We are happy to announce about our demo at Technology Exchange Developer Day 2009, Vprobes -Observing the software stack from top to bottom&lt;br /&gt;
&lt;br /&gt;
Presenter: Rob Benson&lt;br /&gt;
&lt;br /&gt;
Demo ID: DS-21&lt;br /&gt;
&lt;br /&gt;
Time: 10:45 - 11:45 AM&lt;br /&gt;
&lt;br /&gt;
Abstract:&lt;br /&gt;
&lt;br /&gt;
VProbes is an instrumentation framework that enables users to observe VMware and guest software during runtime. &lt;br /&gt;
We will also provide a brief overview of the current technology and what the future may hold.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2909">vprobes</category>
      <category domain="http://communities.vmware.com/tags?communityID=2909">technology_exchange</category>
      <category domain="http://communities.vmware.com/tags?communityID=2909">developer_day</category>
      <category domain="http://communities.vmware.com/tags?communityID=2909">vmworld</category>
      <pubDate>Wed, 19 Aug 2009 02:03:19 GMT</pubDate>
      <author>navadavuluri</author>
      <guid>http://communities.vmware.com/thread/226925</guid>
      <dc:date>2009-08-19T02:03:19Z</dc:date>
      <clearspace:dateToText>2 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>should getsystemtime work under Workstation 6.5 for a linux guest?</title>
      <link>http://communities.vmware.com/thread/223650</link>
      <description>&lt;br /&gt;
In the documentation, getsystemtime takes an integer output variable as an argument and returns an integer indicating success (so: int getsystemtime(int)).  In practice, it would appear to have a signature of void getsystemtime(int) and do nothing whatsoever.  Should it work?  Are there platform limitations?&lt;br /&gt;
&lt;p /&gt;
What I want is a way to retrieve the current time (from the perspective of the guest) for a guest that is being replayed.  I was hoping getsystemtime would be my solution.  My current solution (for a 32-bit Ubuntu 9.04 linux guest using 2.6.28-13) is to retrieve the 8-byte xtime value having looked up the offset via kallsyms.  The deficiency is that time only advances when the kernel updates it.&lt;br /&gt;
&lt;p /&gt;
Does VMware maintain a better internal time-clock (or at least a monotonically increasing counter) during replay that is relatively immune to the time cost of running vprobes (and does not increment when suspended)?  My overall use-case is to record the execution of a program with no vprobes active.  Once I have the recording, I want to replay it with (potentially expensive, at least in aggregate) vprobes in place while also having an idea of what the original timeline was.&lt;br /&gt;
&lt;p /&gt;
If xtime is my best option, I won't complain if you tell me how to turn up the resolution and what would be a reasonable setting to avoid making the execution less realistic because the VM spends all its time handling timer interrupts.</description>
      <pubDate>Thu, 30 Jul 2009 04:23:02 GMT</pubDate>
      <author>visbrero</author>
      <guid>http://communities.vmware.com/thread/223650</guid>
      <dc:date>2009-07-30T04:23:02Z</dc:date>
      <clearspace:dateToText>3 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>VProbes in PowerShell</title>
      <link>http://communities.vmware.com/thread/194533</link>
      <description>I am running into the same issue with PS that I ran into with CMD.  Any ideas?&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;vprobeLoad: error: EOF while looking for ')'
vprobeLoad: 0 warnings, 1 errors*
Error: Unknown error
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;$execBinary = new-object System.String &amp;quot;C:\Program Files\VMware\VMware Server\vmrun.exe&amp;quot;
$connectParams = new-object System.String &amp;quot;-T server -h https://localhost:8333/sdk -u user -p pass &amp;quot;
$commandParam = new-object System.String &amp;quot;vprobeLoad &amp;quot;
$vmxParam = new-object System.String '&amp;quot;[standard] store\Windows Server 2003 Standard Edition.vmx&amp;quot; '
$vpParam = @&amp;quot;
'(vprobe VMM1Hz (printf &amp;quot;hello &amp;quot;))'
&amp;quot;@

$startinfo = new-object System.Diagnostics.ProcessStartInfo
$startinfo.FileName = $execBinary
$startinfo.Arguments = $connectParams + $commandParam + $vmxParam + $vpParam
$startinfo.UseShellExecute = $false
$startinfo.RedirectStandardOutput = $true 
$process = [http://System.Diagnostics.Process|http://System.Diagnostics.Process]::Start($startinfo)
$process.WaitForExit()
$process.StandardOutput.ReadToEnd()  
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;
vmrun vprobeLoad my.vmx '(vprobe VMM1Hz (printf "hello!\n"))'&lt;br /&gt;
The cmd command tool on Windows permits nesting of like‐type quotes only, either single or double quotes&lt;br /&gt;
but not both, so the above vmrun command produces the error message “unknown ident windows” and fails.&lt;br /&gt;
You probably want to install Cygwin so you can run VP scripts in a standard bash shell.&lt;br /&gt;
&lt;/div&gt;</description>
      <pubDate>Sat, 14 Feb 2009 18:11:02 GMT</pubDate>
      <author>fixitchris</author>
      <guid>http://communities.vmware.com/thread/194533</guid>
      <dc:date>2009-02-14T18:11:02Z</dc:date>
      <clearspace:dateToText>5 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>9</clearspace:messageCount>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>Using WinDbg symbol files</title>
      <link>http://communities.vmware.com/thread/198045</link>
      <description>1.  Install WinDbg inside the guest.  You will need to generate symbol files from the guest since this is the Windows version you will be hooking vprobes to.&lt;br /&gt;
&lt;br /&gt;
2.  Create a local or remote symbol server per &lt;u&gt;Debugging Applications for Microsoft .NET and Microsoft Windows&lt;/u&gt;  Part I, Chapter 2 and run the following command from the WinDbg folder:&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=google%3AApplications_net_windows"&gt;google:Applications_net_windows&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;cscript ossyms2.0.js \\symbols\path
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;p /&gt;
This will take some time to complete and you should end up with a couple gigs of modules and their PDBs.&lt;br /&gt;
&lt;br /&gt;
3.  Run WinDbg in local kernel debugging mode on the guest and issue the following command, replacing &amp;lt;modulename&amp;gt; with an actual module name:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;x &amp;lt;modulename&amp;gt;!*
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;p /&gt;
4.  Save the output from WinDbg: &lt;i&gt;Edit &amp;gt; Write Window Text to File&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
5.  Place the saved file in the guest datastore directory.&lt;br /&gt;
&lt;br /&gt;
6.  Stop the guest.&lt;br /&gt;
&lt;br /&gt;
7.  Edit the VMX file to include&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;vprobe.enable = &amp;quot;TRUE&amp;quot;
vprobe.guestSyms = &amp;quot;symbolFile.TXT&amp;quot;
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;p /&gt;
8.  Start the guest.&lt;br /&gt;
&lt;br /&gt;
9.  Issue the vprobeListProbes command to view your imported events.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;The attached &lt;u&gt;probes.txt&lt;/u&gt; file contains all my events with the NT module imported.  &lt;u&gt;nt.txt&lt;/u&gt; is the file I am importing with &lt;i&gt;vprobe.guestSyms&lt;/i&gt;.  I am not sure if this will be a problem but the event names look like:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;
GUEST:t!MiShutdownSystem*

&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;instead of&lt;/b&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;
GUEST:nt!MiShutdownSystem*

&lt;/code&gt;&lt;/pre&gt; &lt;br /&gt;
&lt;b&gt;Any insight on this?&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
UPDATE FROM VMWARE: &lt;br /&gt;
&lt;div class="jive-quote"&gt;
This looks like an issue with our internal parsing logic for windbg-style symbol text files. Try adding a "0`" (w/o the double quotes) to each of the lines and you should see the full, intact probe names.&lt;br /&gt;
&lt;/div&gt;
&lt;br /&gt;
I will check this out and post my results...&lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-external" href="http://windbg.info"&gt;http://windbg.info&lt;/a&gt;</description>
      <pubDate>Fri, 06 Mar 2009 14:20:16 GMT</pubDate>
      <author>fixitchris</author>
      <guid>http://communities.vmware.com/thread/198045</guid>
      <dc:date>2009-03-06T14:20:16Z</dc:date>
      <clearspace:dateToText>5 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Configuration Parameters</title>
      <link>http://communities.vmware.com/thread/195203</link>
      <description>Can you elaborate on the extensibility and limitations of the various parameters?  In particular, I am interested on using IO-streams with vpFile and outFile.&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;Table 3-2. VProbes-Relates Configuration Parameters
Parameter Description
vprobe.allow Site‐wide flag globally allowing or disallowing VProbes usage.
vprobe.enable Per‐VM flag enabling VProbes.
vprobe.vpFile An alternate method to specify a VP source file.
vprobe.outFile Use a different file for Vprobes output.
vprobe.guestSyms File containing guest symbols.
vprobe.syscalls File containing a list equating syscall numbers with names.
&lt;/code&gt;&lt;/pre&gt;</description>
      <pubDate>Wed, 18 Feb 2009 21:20:40 GMT</pubDate>
      <author>fixitchris</author>
      <guid>http://communities.vmware.com/thread/195203</guid>
      <dc:date>2009-02-18T21:20:40Z</dc:date>
      <clearspace:dateToText>5 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Fix for linux26-32-process.emt</title>
      <link>http://communities.vmware.com/thread/203167</link>
      <description>I noticed junk returned by curprocname() defined in linux26-32-process.emt (included in vprobe-toolkit)&lt;br /&gt;
&lt;br /&gt;
Following patch fixes it:&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;$ diff -u /tmp/linux26-32-process.emt vp/linux26-32-process.emt
--- /tmp/linux26-32-process.emt 2009-04-04 00:03:42.182700000 +0530
+++ vp/linux26-32-process.emt   2009-04-03 23:58:58.436700000 +0530
@@ -45,7 +45,7 @@
       _pidOffset = offatret(&amp;quot;sys_getpid&amp;quot;);
       _nameOffset = offatstrcpy(&amp;quot;get_task_comm&amp;quot;);
    }
-   return RSP &amp;#38; 0xffffe000;
+   return RSP &amp;#38; 0xfffff000;
 }
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;p /&gt;
This is because all recent Linux kernels have 4K per-process kernel stack.&lt;br /&gt;
$ cat /boot/config-2.6.27.19-170.2.35.fc10.i686 | grep 4KSTACKS&lt;br /&gt;
CONFIG_4KSTACKS=y&lt;br /&gt;
&lt;br /&gt;
BTW, where can I find documentation for 'offatret()' and 'offatstrcpy()' used in curthrptr() ?&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Nitin</description>
      <pubDate>Fri, 03 Apr 2009 18:49:40 GMT</pubDate>
      <author>nitingupta</author>
      <guid>http://communities.vmware.com/thread/203167</guid>
      <dc:date>2009-04-03T18:49:40Z</dc:date>
      <clearspace:dateToText>6 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Memory accesses of OS processes</title>
      <link>http://communities.vmware.com/thread/205873</link>
      <description>&lt;br /&gt;
Good Day,&lt;br /&gt;
&lt;p /&gt;
I would like to gather statistics on memory accesses for processes under a vm, things like number of memory read, writes, time of occurence for specific processes in a VM.  Does vprobe have events and mechanisms allowing me to gather this information?  I am interested on gathering this data for both linux and windows.&lt;br /&gt;
&lt;p /&gt;
 Thank you.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2909">vmware</category>
      <category domain="http://communities.vmware.com/tags?communityID=2909">linux</category>
      <category domain="http://communities.vmware.com/tags?communityID=2909">windows</category>
      <category domain="http://communities.vmware.com/tags?communityID=2909">memory</category>
      <pubDate>Tue, 21 Apr 2009 00:45:25 GMT</pubDate>
      <author>moussaba</author>
      <guid>http://communities.vmware.com/thread/205873</guid>
      <dc:date>2009-04-21T00:45:25Z</dc:date>
      <clearspace:dateToText>7 months, 5 hours ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>GUEST_READ GUEST_WRITE address ranges?</title>
      <link>http://communities.vmware.com/thread/206155</link>
      <description>Is it possible to define a data probe for a range of addresses.  In other words, GUEST_READ triggers a data probe when a particular address is read.  Is it possible to define a data probe for a range of address where an event will be generated whenever a range is read or written to.</description>
      <pubDate>Wed, 22 Apr 2009 04:54:32 GMT</pubDate>
      <author>moussaba</author>
      <guid>http://communities.vmware.com/thread/206155</guid>
      <dc:date>2009-04-22T04:54:32Z</dc:date>
      <clearspace:dateToText>7 months, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>vprobe and Fusion</title>
      <link>http://communities.vmware.com/thread/206177</link>
      <description>Looking at the vprobes programmer's reference.  There is mention of enabling fusion via /Library....  I assume this means that Fusion 2.0 has full vprobes support.</description>
      <pubDate>Wed, 22 Apr 2009 04:52:36 GMT</pubDate>
      <author>moussaba</author>
      <guid>http://communities.vmware.com/thread/206177</guid>
      <dc:date>2009-04-22T04:52:36Z</dc:date>
      <clearspace:dateToText>7 months, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Vprobe-toolkit in Windows</title>
      <link>http://communities.vmware.com/thread/194591</link>
      <description>#1 Enable Vprobes on Server 2.0 per &lt;a class="jive-link-thread" href="http://communities.vmware.com/thread/193662"&gt;http://communities.vmware.com/thread/193662&lt;/a&gt;, including CYGWIN install&lt;br /&gt;
#2 Install TortoiseSVN &lt;a class="jive-link-external" href="http://tortoisesvn.tigris.org/"&gt;http://tortoisesvn.tigris.org/&lt;/a&gt;&lt;br /&gt;
#3 SVN Checkout... &lt;a class="jive-link-external" href="https://vprobe-toolkit.svn.sourceforge.net/svnroot/vprobe-toolkit"&gt;https://vprobe-toolkit.svn.sourceforge.net/svnroot/vprobe-toolkit&lt;/a&gt;&lt;br /&gt;
#4 Install WinHugs &lt;a class="jive-link-external" href="http://www-users.cs.york.ac.uk/~ndm/downloads/"&gt;http://www-users.cs.york.ac.uk/~ndm/downloads/&lt;/a&gt;&lt;br /&gt;
#5 Place &lt;i&gt;winprobe&lt;/i&gt; script in your &lt;i&gt;vprobe-toolkit\bin&lt;/i&gt; folder created in step #3&lt;br /&gt;
&lt;br /&gt;
There are some user defined constants in the &lt;i&gt;winprobe&lt;/i&gt; script.  I would like it if somebody posted an update to the winprobe script as I am not familiar with bash scripting.&lt;br /&gt;
&lt;br /&gt;
User defined &lt;i&gt;winprobe&lt;/i&gt; constants:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;COMPILER=/cygdrive/c/progra~1/winhugs/runhugs.exe
VMRUNCNX=&amp;quot; -T server -h https://localhost:8333/sdk -u user -p pass&amp;quot;
VMRUN=/cygdrive/c/progra~1/VMware/VMware~1/vmrun.exe$VMRUNCNX

out=$($COMPILER -98 c:\\vprobe-toolkit\\emmett\\main.lhs -c &amp;quot;$cmd&amp;quot; $compileargs $files) || die &amp;quot;compile error&amp;quot; 2
VMRUNOUT=$($VMRUN vprobeLoad &amp;quot;$VM&amp;quot; &amp;quot;$out&amp;quot; 2&amp;gt;&amp;#38;1)|| die &amp;quot;vmrun error:$VMRUNOUT&amp;quot; 3
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;winprobe&lt;/i&gt; execution takes three parameters to load a probe from a VP source file (Emmet script):&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;./winprobe [vpsourcefile] /path/to/vm /path/to/vm_directory
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
#6 Open CYGWIN shell and set environment variables to help with execution:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;VM1=&amp;quot;[standard] store\Windows Server 2003 Standard Edition.vmx&amp;quot;
VM1DIR=&amp;quot;/cygdrive/d/virtua~1/store&amp;quot;
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
You can also set these variables permanently within the Windows System Environment Variables&lt;br /&gt;
&lt;br /&gt;
#7 Load a probe:&lt;br /&gt;
&lt;i&gt;hello.emt&lt;/i&gt;:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;VMM10Hz {
   logstr(&amp;quot;Hi\n&amp;quot;);
}
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;./winprobe hello.emt &amp;quot;$VM1&amp;quot; &amp;quot;$VM1DIR&amp;quot;
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;p /&gt;
You should see output every 100ms...</description>
      <pubDate>Sun, 15 Feb 2009 16:29:57 GMT</pubDate>
      <author>fixitchris</author>
      <guid>http://communities.vmware.com/thread/194591</guid>
      <dc:date>2009-02-15T16:29:57Z</dc:date>
      <clearspace:dateToText>8 months, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>12</clearspace:messageCount>
      <clearspace:replyCount>11</clearspace:replyCount>
    </item>
    <item>
      <title>Shortcut Keys to Get out of Full Screen in WinXP (Vmware Fusion 1.1.1)</title>
      <link>http://communities.vmware.com/thread/196866</link>
      <description>What is the key combination to get Vmware to revert to the non-fullscreen display of WinXP (very basic question but I did not see the answer when it flashed past)</description>
      <pubDate>Fri, 27 Feb 2009 22:46:05 GMT</pubDate>
      <author>Rob95814</author>
      <guid>http://communities.vmware.com/thread/196866</guid>
      <dc:date>2009-02-27T22:46:05Z</dc:date>
      <clearspace:dateToText>8 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Vprobes w/o vmrun</title>
      <link>http://communities.vmware.com/thread/196425</link>
      <description>I have been browsing through vix.dll 1.6.2 and I have noticed a couple of interesting functions:&lt;br /&gt;
&lt;br /&gt;
VixVM_GetVProbes&lt;br /&gt;
VixVM_GetVProbesVersion&lt;br /&gt;
VixVM_VProbeGetGlobalVars&lt;br /&gt;
VixVM_VProbeLoad&lt;br /&gt;
VixVM_VProbeReset&lt;br /&gt;
etc...&lt;br /&gt;
&lt;br /&gt;
Would it be possible to get their signatures?</description>
      <pubDate>Thu, 26 Feb 2009 00:28:16 GMT</pubDate>
      <author>fixitchris</author>
      <guid>http://communities.vmware.com/thread/196425</guid>
      <dc:date>2009-02-26T00:28:16Z</dc:date>
      <clearspace:dateToText>9 months, 18 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Trying this out...</title>
      <link>http://communities.vmware.com/thread/195645</link>
      <description>&lt;p /&gt;
I tried to use the sample code and am getting an error.&lt;br /&gt;
&lt;p /&gt;
 I tried to run:&lt;br /&gt;
&lt;p /&gt;
vmrun vprobeLoad Windows\ XP\ Professional.vmx "'cat vptop.vp'" &lt;br /&gt;
&lt;p /&gt;
vprobeLoad: error: illegal variable reference in top-level context&lt;br /&gt;
&lt;p /&gt;
I thought it might be a bug in the example, but I tried going back to a simple Hello! type script and I get the same error.  If I type it out on the command line, the Hello! script works, but in a file it does not.&lt;br /&gt;
&lt;p /&gt;
If I put the vptop.vp example on the command line, I get another error.&lt;br /&gt;
&lt;p /&gt;
vprobeLoad: error: unknown callee cpuprocname&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Any ideas?&lt;br /&gt;
&lt;p /&gt;
I am running Redhat ES 4.7 on this machine, with VMWorkstation 6.5.&lt;br /&gt;
&lt;p /&gt;
 Thanks! &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Cameron Liner&lt;br /&gt;
Cameron.Liner@arnold.af.mil</description>
      <pubDate>Fri, 20 Feb 2009 19:49:00 GMT</pubDate>
      <author>cwliner</author>
      <guid>http://communities.vmware.com/thread/195645</guid>
      <dc:date>2009-02-20T19:49:00Z</dc:date>
      <clearspace:dateToText>9 months, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>7</clearspace:messageCount>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>VProbes: a stethoscope for your VM (blog, video)</title>
      <link>http://communities.vmware.com/thread/194489</link>
      <description>Keith and I made this video some months ago to introduce VProbes and show it off a bit. It's the most entertaining 20 minutes about a very geeky subject you'll encounter today. Enjoy.&lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-external" href="http://blogs.vmware.com/vmtn/2008/06/introducing-vpr.html"&gt;http://blogs.vmware.com/vmtn/2008/06/introducing-vpr.html&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2909">video</category>
      <pubDate>Sat, 14 Feb 2009 00:53:19 GMT</pubDate>
      <author>JohnTroyer</author>
      <guid>http://communities.vmware.com/thread/194489</guid>
      <dc:date>2009-02-14T00:53:19Z</dc:date>
      <clearspace:dateToText>9 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Community Sample Code Repository for VProbes ?</title>
      <link>http://communities.vmware.com/thread/195254</link>
      <description>Folks - If you have any interesting, and useful VProbes sample code you would like to share with our community please consider using our Community Sample Code repository: &lt;a class="jive-link-external" href="http://communities.vmware.com/community/developer/utilities?view=documents"&gt;http://communities.vmware.com/community/developer/utilities?view=documents&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
If you do contribute please tag it by language and product so it makes it easier to search.. &lt;br /&gt;
&lt;br /&gt;
Many thanks&lt;br /&gt;
&lt;br /&gt;
Pablo</description>
      <category domain="http://communities.vmware.com/tags?communityID=2909">vprobes</category>
      <category domain="http://communities.vmware.com/tags?communityID=2909">sample</category>
      <category domain="http://communities.vmware.com/tags?communityID=2909">code</category>
      <category domain="http://communities.vmware.com/tags?communityID=2909">repository</category>
      <category domain="http://communities.vmware.com/tags?communityID=2909">vmware</category>
      <pubDate>Thu, 19 Feb 2009 00:32:48 GMT</pubDate>
      <author>heyitspablo</author>
      <guid>http://communities.vmware.com/thread/195254</guid>
      <dc:date>2009-02-19T00:32:48Z</dc:date>
      <clearspace:dateToText>9 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>existing examples/support code for probing user-level code?</title>
      <link>http://communities.vmware.com/thread/195048</link>
      <description>I would like to use vprobes to perform some user-level probing.  I'd be shocked if someone hasn't aready done the legwork required to make this happen (aka making finding the linear address easier), but I'm having trouble finding such a thing.  The closest thing I have found is dwarffrob.py in vprobe-toolkit's bin dir... it's not what's required, but it's in the same city as the ballpark.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2909">vprobes</category>
      <category domain="http://communities.vmware.com/tags?communityID=2909">userspace</category>
      <pubDate>Wed, 18 Feb 2009 04:45:12 GMT</pubDate>
      <author>visbrero</author>
      <guid>http://communities.vmware.com/thread/195048</guid>
      <dc:date>2009-02-18T04:45:12Z</dc:date>
      <clearspace:dateToText>9 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>VProbes on ESX</title>
      <link>http://communities.vmware.com/thread/195139</link>
      <description>Is this possible today with ESX 3.5? I think the answer is no but I'm honestly not sure.&lt;br /&gt;
&lt;br /&gt;
How about with ESX 4?</description>
      <pubDate>Wed, 18 Feb 2009 15:59:35 GMT</pubDate>
      <author>c_shanklin</author>
      <guid>http://communities.vmware.com/thread/195139</guid>
      <dc:date>2009-02-18T15:59:35Z</dc:date>
      <clearspace:dateToText>9 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Welcome VProbes Developers to our shiny new community</title>
      <link>http://communities.vmware.com/thread/193662</link>
      <description>Folks - we are very happy to open up our new shiny community for our VProbes Developers ! Enjoy&lt;br /&gt;
&lt;br /&gt;
 Pablo Roesch&lt;br /&gt;
 &lt;a class="jive-link-external" href="http://vmware.com/developer"&gt;http://vmware.com/developer&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2909">vprobes</category>
      <category domain="http://communities.vmware.com/tags?communityID=2909">vmware</category>
      <category domain="http://communities.vmware.com/tags?communityID=2909">developer</category>
      <category domain="http://communities.vmware.com/tags?communityID=2909">sdk</category>
      <category domain="http://communities.vmware.com/tags?communityID=2909">api</category>
      <pubDate>Tue, 10 Feb 2009 19:18:06 GMT</pubDate>
      <author>heyitspablo</author>
      <guid>http://communities.vmware.com/thread/193662</guid>
      <dc:date>2009-02-10T19:18:06Z</dc:date>
      <clearspace:dateToText>9 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
  </channel>
</rss>

