<?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 Re: collect in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/collect/m-p/4927254#M13445</link>
    <description>I think that collect does not have a number of samples configuration. You can capture data to a file and then extract data using start time and end time.&lt;BR /&gt;&lt;BR /&gt;To export data to excel, you can use the cfilt command. Like this:&lt;BR /&gt;&lt;BR /&gt;collect -sd -p collect_file.cgz | cfilt disk:name:r/s:rkb/s:w/s:wkb/s:wtq:%bsy&lt;BR /&gt;&lt;BR /&gt;I use the pipe because cfilt directly over the file give me some errors.</description>
    <pubDate>Tue, 20 Sep 2005 09:01:05 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2005-09-20T09:01:05Z</dc:date>
    <item>
      <title>collect</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/collect/m-p/4927251#M13442</link>
      <description>Hi admins,&lt;BR /&gt;could any one tell me how can I run collect&lt;BR /&gt;for 60 seconds for example and export the output  file to excel&lt;BR /&gt;please advise.</description>
      <pubDate>Tue, 20 Sep 2005 01:48:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/collect/m-p/4927251#M13442</guid>
      <dc:creator>jousif</dc:creator>
      <dc:date>2005-09-20T01:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: collect</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/collect/m-p/4927252#M13443</link>
      <description>You mean 60 secs interval?...If so, use '-i60'.&lt;BR /&gt;&lt;BR /&gt;Collect, when used with '-f' option, dumps the output to a data file. You can use 'cfilt' (a script that is installed when you install Collgui - A GUI for analysing collect data).&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Sep 2005 03:03:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/collect/m-p/4927252#M13443</guid>
      <dc:creator>Venkatesh BL</dc:creator>
      <dc:date>2005-09-20T03:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: collect</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/collect/m-p/4927253#M13444</link>
      <description>Hi,&lt;BR /&gt;many thanks to your fast reply,&lt;BR /&gt;I mean 60 seconds not interval,&lt;BR /&gt;I want to run collect for spesific time &lt;BR /&gt;example 60 sec.&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Sep 2005 08:23:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/collect/m-p/4927253#M13444</guid>
      <dc:creator>jousif</dc:creator>
      <dc:date>2005-09-20T08:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: collect</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/collect/m-p/4927254#M13445</link>
      <description>I think that collect does not have a number of samples configuration. You can capture data to a file and then extract data using start time and end time.&lt;BR /&gt;&lt;BR /&gt;To export data to excel, you can use the cfilt command. Like this:&lt;BR /&gt;&lt;BR /&gt;collect -sd -p collect_file.cgz | cfilt disk:name:r/s:rkb/s:w/s:wkb/s:wtq:%bsy&lt;BR /&gt;&lt;BR /&gt;I use the pipe because cfilt directly over the file give me some errors.</description>
      <pubDate>Tue, 20 Sep 2005 09:01:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/collect/m-p/4927254#M13445</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-09-20T09:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: collect</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/collect/m-p/4927255#M13446</link>
      <description>Ok...I think '-R' is the option you were looking for. From the manpage:&lt;BR /&gt;&lt;BR /&gt;  -R  Specify the duration of data collection. Either of the following for-&lt;BR /&gt;      mats can be specified:&lt;BR /&gt;&lt;BR /&gt;      NumberUnit ...&lt;BR /&gt;          The value of Number is an integer. The value of Unit is one of the&lt;BR /&gt;          following:&lt;BR /&gt;&lt;BR /&gt;            +  w - weeks, such as 4w for four weeks.&lt;BR /&gt;&lt;BR /&gt;            +  d - days, such as 2d for two days.&lt;BR /&gt;&lt;BR /&gt;            +  h - hours, such as 12h for twelve hours.&lt;BR /&gt;&lt;BR /&gt;            +  m - minutes, such as 30m for thirty minutes.&lt;BR /&gt;&lt;BR /&gt;            +  s - seconds, such as 45s for 45 seconds.&lt;BR /&gt;      Any valid combination of times can be entered, such as 4w2d6h45m20s.&lt;BR /&gt;&lt;BR /&gt;      [+]Year:Mon:Day:Hour:Min:Sec&lt;BR /&gt;          The same time format described for the -C option, except that a&lt;BR /&gt;          plus sign (+) indicates the value is relative to the current time.&lt;BR /&gt;          Without a plus sign, the value is an absolute time at which the&lt;BR /&gt;          data collection period should end.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Sep 2005 23:18:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/collect/m-p/4927255#M13446</guid>
      <dc:creator>Venkatesh BL</dc:creator>
      <dc:date>2005-09-20T23:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: collect</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/collect/m-p/4927256#M13447</link>
      <description>Many Thanks to All,&lt;BR /&gt;specially to  BL Venkatesh ,&lt;BR /&gt;I use the option -R its ok.&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Sep 2005 01:06:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/collect/m-p/4927256#M13447</guid>
      <dc:creator>jousif</dc:creator>
      <dc:date>2005-09-21T01:06:22Z</dc:date>
    </item>
  </channel>
</rss>

