<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to compute % ASP in  AS400?</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/how-to-compute-asp-in-as400/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-compute-asp-in-as400/</link>
	<description></description>
	<lastBuildDate>Thu, 20 Jun 2013 03:04:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-compute-asp-in-as400/#comment-102476</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Mon, 06 Feb 2012 00:08:49 +0000</pubDate>
		<guid isPermaLink="false">#comment-102476</guid>
		<description><![CDATA[&lt;i&gt;Total asp % used /100 * Total memory = free space&lt;/i&gt;

But that might give a very inaccurate number because the number of objects can affect how much space that you can use. Objects are allocated in blocks, and blocks usually are not full. Some space in a block is often not used.

So a larger number of smaller objects might use a lot more space than a single large object with the same amount of data.

Or a database file might have records that require padding or alignment of fields. Inefficient record formats may result in a large amount of wasted space, especially if they hold a large number of records.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>Total asp % used /100 * Total memory = free space</i></p>
<p>But that might give a very inaccurate number because the number of objects can affect how much space that you can use. Objects are allocated in blocks, and blocks usually are not full. Some space in a block is often not used.</p>
<p>So a larger number of smaller objects might use a lot more space than a single large object with the same amount of data.</p>
<p>Or a database file might have records that require padding or alignment of fields. Inefficient record formats may result in a large amount of wasted space, especially if they hold a large number of records.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: as400systemadministratordefine</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-compute-asp-in-as400/#comment-102461</link>
		<dc:creator>as400systemadministratordefine</dc:creator>
		<pubDate>Sun, 05 Feb 2012 11:14:41 +0000</pubDate>
		<guid isPermaLink="false">#comment-102461</guid>
		<description><![CDATA[Total asp % used /100 * Total memory = free space
then
Total memory - Total free space = *****

By this way also can compute.]]></description>
		<content:encoded><![CDATA[<p>Total asp % used /100 * Total memory = free space<br />
then<br />
Total memory &#8211; Total free space = *****</p>
<p>By this way also can compute.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-compute-asp-in-as400/#comment-96546</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Tue, 13 Sep 2011 21:21:35 +0000</pubDate>
		<guid isPermaLink="false">#comment-96546</guid>
		<description><![CDATA[You don&#039;t compute it in any reasonable way. But you can retrieve it.

Call the &lt;a href=&quot;http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=%2Fapis%2Fqwcrssts.htm&quot;&gt;Retrieve System Status (QWCRSSTS) API&lt;/a&gt; and request format SSTS0200. The % system ASP used is at offset 52.

Tom]]></description>
		<content:encoded><![CDATA[<p>You don&#8217;t compute it in any reasonable way. But you can retrieve it.</p>
<p>Call the <a href="http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=%2Fapis%2Fqwcrssts.htm">Retrieve System Status (QWCRSSTS) API</a> and request format SSTS0200. The % system ASP used is at offset 52.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.012 seconds using memcached
Object Caching 296/299 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-20 03:53:05 -->