<?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>LoadRunner TnT &#187; Tools</title>
	<atom:link href="http://www.loadrunnertnt.com/tag/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.loadrunnertnt.com</link>
	<description>Performance Testing, LoadRunner Tips &#38; Tricks</description>
	<lastBuildDate>Mon, 08 Mar 2010 07:57:02 +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>Determine the Windows patches installed using Windows 2003 Resource Kit</title>
		<link>http://www.loadrunnertnt.com/tools/determine-the-windows-patches-installed-using-windows-2003-resource-kit/</link>
		<comments>http://www.loadrunnertnt.com/tools/determine-the-windows-patches-installed-using-windows-2003-resource-kit/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 09:00:24 +0000</pubDate>
		<dc:creator>TnT Admin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.loadrunnertnt.com/?p=386</guid>
		<description><![CDATA[Before going to any data center, we are required to ensure that the Windows have its appropriate service packs and patches installed. Using the utility, srvinfo.exe from a bigger suite of tool kit, Microsoft Windows 2003 Resource Kit Tools, you will be able to collect information from remote machines such as (a) services installed, running [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Microsoft" src="http://loadrunnertnt.com/images/company_microsoft_logo.jpg" alt="" width="146" height="37" />Before going to any data center, we are required to ensure that the Windows have its appropriate service packs and patches installed. Using the utility, <strong>srvinfo.exe</strong> from a bigger suite of tool kit, <a title="Microsoft Windows 2003 Resource Kit Tools" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9d467a69-57ff-4ae7-96ee-b18c4790cffd&amp;DisplayLang=en" target="_blank">Microsoft Windows 2003 Resource Kit Tools</a>, you will be able to collect information from remote machines such as (a) services installed, running and stopped, (b) disk capacity and usage, (c) installed hotfixes, (d) their installation date and (e) installed network protocol. This are all essential information that data center officers would like to know prior the machine is being plug into the network. What&#8217;s <strong>Microsoft Windows 2003 Resource Kit Tools</strong> then?  It is <span>a set of tools to help administrators streamline management tasks such as troubleshooting operating system issues, managing Active Directory, configuring networking and security features, and automating application deployment.<span id="more-386"></span></span></p>
<p>After downloading available from <a title="Download Windows 2003 Resource Kit" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9d467a69-57ff-4ae7-96ee-b18c4790cffd&amp;DisplayLang=en" target="_blank">Microsoft Download Center</a> and installation, the utilities are stored in the following folders:</p>
<p><span><strong>%Program Files%\Windows Resource Kits\Tools</strong></span></p>
<p><strong>srvinfo.exe</strong> is used in the command prompt.  The options available are as followed:</p>
<ul>
<li><span>-d: Display service drivers/ services</span></li>
<li><span>-ns: Hides service information</span></li>
<li><span>-nf: Hides hotfix information</span></li>
<li><span>-r: Displays service internal names</span></li>
<li><span>-s: Displays shares</span></li>
<li><span>-v: Displays version information for Exchange Server, Internet Information Services (IIS), and Microsoft SQL Server. </span></li>
</ul>
<p><span>Type <strong>&#8217;svrinfo&#8217;</strong> on the command line to display information about the local server. To display information about a remote server, attach \\COMPUTER_NAME to the command line. For example, to display hotfix information about computer \\BETTY and hide the service information, enter the following command:</p>
<p><strong>srvinfo -ns \\BETTY</strong></span></p>
<p>To output the list of hotfixes to a text file for the authority assessing the machine, you can use the following command.</p>
<p><span><strong>srvinfo -ns \\BETTY &gt;&gt; C:\hotfix_installed.txt</strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.loadrunnertnt.com/tools/determine-the-windows-patches-installed-using-windows-2003-resource-kit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing WireShark Network Protocol Analyzer</title>
		<link>http://www.loadrunnertnt.com/tools/introducing-wireshark-network-protocol-analyzer/</link>
		<comments>http://www.loadrunnertnt.com/tools/introducing-wireshark-network-protocol-analyzer/#comments</comments>
		<pubDate>Tue, 27 May 2008 09:01:47 +0000</pubDate>
		<dc:creator>TnT Admin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[WireShark]]></category>

		<guid isPermaLink="false">http://www.loadrunnertnt.com/?p=388</guid>
		<description><![CDATA[WireShark is a powerful network protocol analyzer (or network packet sniffer), formally known as Ethereal Network Analyzer that allows the user to capture and determine the network traffic between the client (source) and server (destination). It is a free tool under the GNU General Public License and is readily available for download.
What are the key [...]]]></description>
			<content:encoded><![CDATA[<div><a title="Link to WireShark now!" href="http://www.wireshark.org/" target="_blank"><strong><img class="alignleft" title="Wireshark" src="http://loadrunnertnt.com/images/wireshark_banner.png" alt="" width="186" height="64" />WireShark</strong></a> is a powerful network protocol analyzer (or network packet sniffer), formally known as Ethereal Network Analyzer that allows the user to capture and determine the network traffic between the client (source) and server (destination). It is a free tool under the GNU General Public License and is readily available for <a title="Click link to download WireShark" href="http://www.wireshark.org/download.html" target="_blank">download</a>.</div>
<p>What are the key features <a href="http://www.wireshark.org/about.html" target="_blank">WireShark &#8220;About&#8221; page</a> in our opinion for performance testing)?<span id="more-388"></span><!--adsensestart--></p>
<ul>
<li>Inspection of hundreds of protocols</li>
<li>Live capture and offline analysis</li>
<li> Multi-platform: Runs on Windows, Linux, OS X, Solaris, FreeBSD, NetBSD, and many others</li>
<li>Read/write many different capture file formats: tcpdump (libpcap), Catapult DCT2000, Cisco Secure IDS iplog, Microsoft Network Monitor, Network General Sniffer® (compressed and uncompressed), Sniffer® Pro, and NetXray®, Network Instruments Observer, Novell LANalyzer, RADCOM WAN/LAN Analyzer, Shomiti/Finisar Surveyor, Tektronix K12xx, Visual Networks Visual UpTime, WildPackets EtherPeek/TokenPeek/AiroPeek, and many others</li>
<li> Capture files compressed with gzip can be decompressed on the fly</li>
<li>Live data can be read from Ethernet, IEEE 802.11, PPP/HDLC, ATM, Bluetooth, USB, Token Ring, Frame Relay, FDDI, and others (depending on your platfrom)</li>
<li>Decryption support for many protocols, including IPsec, ISAKMP, Kerberos, SNMPv3, SSL/TLS, WEP, and WPA/WPA2</li>
<li>Output can be exported to XML, PostScript®, <strong>CSV</strong>, or plain text</li>
</ul>
<p><a href="http://www.wireshark.org/about.html" target="_blank">(Source: WireShark, About)</a></p>
<p><strong>What is it got to do with LoadRunner or even performance testing?</strong> Most performance testing is the generation (or emulation) of network request and traffic to the target server thus loading it. Therefore, this required understanding of the network request and traffic being generated to the server especially for scripting tasks. Often there are situations when we are unable to record any events after selecting a protocol and we ponder what is the actual communication being used. Of course, there are other alternatives such as <strong>WinSock</strong> protocol in <strong>LoadRunner</strong>. However, the catch, the traffic captured can be overwhelming when using WinSock recording in a single session and this create a huge data.ws file that is difficult to navigate or view (and at times crash the notepad or Vugen!). Using WireShark, you can view and filter the protocols via the packet content and makes work a lot more easier.</p>
<p>Other usage of the tool is to monitor the amount of bytes transferred between a source and destination. This is not achievable with <strong>Windows Perfmon&#8217;s Network Interfac</strong>e object counters as it captures the statistics on the total amount of sent and received bytes on the NIC card and doesn&#8217;t break down to the amount of bytes sent to and received from a particular destination. With WireShark, we are able to do that by filtering to the destination. What&#8217;s even useful is the ability to export the filtered information into a CSV file for further analysis.in another article.</p>
<p>WireShark can be a little intimidating to new users. As such, there are a couple of helpful resources to get the new users familiarized with the tool on their website. Furthermore, they provide videos on techniques to identifying communication. There is also a <a title="Click to access Laura Chappell's WireShark University!" href="http://www.wiresharktraining.com/index.html" target="_blank">Laura Chappell&#8217;s WireShark University</a> that has a paid training program as well as materials for the new users to reference.</p>
<p><a href="http://www.wireshark.org/download.html" target="_blank">Download WireShark now!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.loadrunnertnt.com/tools/introducing-wireshark-network-protocol-analyzer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
