<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Adding hot files to T4 in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/adding-hot-files-to-t4/m-p/4487979#M96056</link>
    <description>Does anyone have information or examples on how I might be able to add collection of "hot files" to the t4 family?</description>
    <pubDate>Fri, 28 Aug 2009 14:48:03 GMT</pubDate>
    <dc:creator>James T Horn</dc:creator>
    <dc:date>2009-08-28T14:48:03Z</dc:date>
    <item>
      <title>Adding hot files to T4</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/adding-hot-files-to-t4/m-p/4487979#M96056</link>
      <description>Does anyone have information or examples on how I might be able to add collection of "hot files" to the t4 family?</description>
      <pubDate>Fri, 28 Aug 2009 14:48:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/adding-hot-files-to-t4/m-p/4487979#M96056</guid>
      <dc:creator>James T Horn</dc:creator>
      <dc:date>2009-08-28T14:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Adding hot files to T4</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/adding-hot-files-to-t4/m-p/4487980#M96057</link>
      <description>T4 has a data collector module for RMS, based on MONI RMS provided information. The problem with that is that you need to already know which files MIGHT be hot and mark those all with SET FILE/STAT [/SHARE]&lt;BR /&gt;&lt;BR /&gt;Mind you, any hot-file data collector for T4 will kinda have that problem because T4 starts out with the column headers. So whether you manage to coerce the XFA to give you raw numbers, or use RMS stats of perhaps you RMS Global buffer header stats, You must always start with a suspicion, perhaps based on yesterdays hot-file list from the XFC, or from the fact that a file is marked with RMS stats or global buffers.&lt;BR /&gt;&lt;BR /&gt;I have a tool to grab RMS Global buffer header counters, which i find enlighting. &lt;BR /&gt;I'll see if I can convert that to deliver T4 compatible info (if I did not do so already :-). My RMS_STATS alternative to MONI RMS already has an T4 style output option.&lt;BR /&gt;&lt;BR /&gt;Anyone else any thought as to how to deal with dynamically appearing hot files? Reserver lots of column headers and fill them in post fact?&lt;BR /&gt;&lt;BR /&gt;Hope this helps some,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I'll see if I can augment</description>
      <pubDate>Fri, 28 Aug 2009 15:06:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/adding-hot-files-to-t4/m-p/4487980#M96057</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2009-08-28T15:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Adding hot files to T4</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/adding-hot-files-to-t4/m-p/4487981#M96058</link>
      <description>&amp;gt; I have a tool to grab RMS Global buffer header counters, which i find enlighting. &lt;BR /&gt;&lt;BR /&gt;Could I take a look at that. Right now it does not have to incorporate into the t4 family, I'm just trying to figure out what files are "Hot Files".</description>
      <pubDate>Fri, 28 Aug 2009 15:22:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/adding-hot-files-to-t4/m-p/4487981#M96058</guid>
      <dc:creator>James T Horn</dc:creator>
      <dc:date>2009-08-28T15:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Adding hot files to T4</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/adding-hot-files-to-t4/m-p/4487982#M96059</link>
      <description>&lt;!--!*#--&gt;Global buffers have the same problem as RMS stats... it only applies to files which explicitly have global buffers enabled, which pretty much suggests that you know the file to potentially be critical.&lt;BR /&gt;&lt;BR /&gt;My programs in this space are not as robust as I'd like them to be for general publication.&lt;BR /&gt;&lt;BR /&gt;I'll attach the GBH tool. You feed it a file-name for a file to be monitorred, or @file-name for file-of-files. Typically I generated the file-of-files with parsed INSTALL/GLOBAL information, or a script going over a directories looking for F$FILE(x,"GBC")&lt;BR /&gt;&lt;BR /&gt;Shouldn't be to hard (not too expensive :-) to turn this into a T4 tool.&lt;BR /&gt;&lt;BR /&gt;Example output, with the -z option to reset the counters and initialize the start time:&lt;BR /&gt;&lt;BR /&gt;$ mcr sys$login:gbh  -z sys$system:*.dat&lt;BR /&gt;33 Files matched specifications.&lt;BR /&gt; 2 Files with global buffers found.&lt;BR /&gt;&lt;BR /&gt;Hit%   Rate     Attempts     Misses Users    MB  GBC Elapsed 28-AUG-2009 12:29:48.96&lt;BR /&gt;----   ----     --------     ------ ----- ----- ---- ------- -----------------------&lt;BR /&gt;  99      0     16393338     123999    17   0.1   30      ?s RIGHTSLIST.DAT;7&lt;BR /&gt;  96      0      5577087     188324    20   0.2   30      ?s SYSUAF.DAT;7&lt;BR /&gt;$ mcr sys$login:gbh   sys$system:*.dat&lt;BR /&gt;33 Files matched specifications.&lt;BR /&gt; 2 Files with global buffers found.&lt;BR /&gt;&lt;BR /&gt;Hit%   Rate     Attempts     Misses Users    MB  GBC Elapsed 28-AUG-2009 12:29:59.22&lt;BR /&gt;----   ----     --------     ------ ----- ----- ---- ------- -----------------------&lt;BR /&gt;  99     93          932          9    17   0.1   30     10s RIGHTSLIST.DAT;7&lt;BR /&gt;  98     20          204          4    20   0.2   30     10s SYSUAF.DAT;7&lt;BR /&gt;&lt;BR /&gt;Contact me via Email for more, specific, help.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Hein van den Heuvel ( at gmail dot com )&lt;BR /&gt;HvdH performance Consulting&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Aug 2009 16:32:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/adding-hot-files-to-t4/m-p/4487982#M96059</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2009-08-28T16:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Adding hot files to T4</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/adding-hot-files-to-t4/m-p/4487983#M96060</link>
      <description>Argh. The reply with attachment as ".C" failed at first. On retry I forgot the attachment. Now trying renamed to ".TXT", as silly as that would be. Hein.</description>
      <pubDate>Fri, 28 Aug 2009 16:35:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/adding-hot-files-to-t4/m-p/4487983#M96060</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2009-08-28T16:35:18Z</dc:date>
    </item>
  </channel>
</rss>

