<?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 converting sar output in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/converting-sar-output/m-p/2556254#M783754</link>
    <description>I run the following command in cron,&lt;BR /&gt;0 * * * */usr/lib/sa/sa1 60 60&lt;BR /&gt;The ouput gets sent to /var/adm/sa/saXX as expected.&lt;BR /&gt;Can anyone give me a script/command to convert&lt;BR /&gt;the existing sa files that have been generated into a format that Excel can read ?&lt;BR /&gt;&lt;BR /&gt;Cheers in advance</description>
    <pubDate>Tue, 24 Jul 2001 10:23:35 GMT</pubDate>
    <dc:creator>Stephen Young_1</dc:creator>
    <dc:date>2001-07-24T10:23:35Z</dc:date>
    <item>
      <title>converting sar output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/converting-sar-output/m-p/2556254#M783754</link>
      <description>I run the following command in cron,&lt;BR /&gt;0 * * * */usr/lib/sa/sa1 60 60&lt;BR /&gt;The ouput gets sent to /var/adm/sa/saXX as expected.&lt;BR /&gt;Can anyone give me a script/command to convert&lt;BR /&gt;the existing sa files that have been generated into a format that Excel can read ?&lt;BR /&gt;&lt;BR /&gt;Cheers in advance</description>
      <pubDate>Tue, 24 Jul 2001 10:23:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/converting-sar-output/m-p/2556254#M783754</guid>
      <dc:creator>Stephen Young_1</dc:creator>
      <dc:date>2001-07-24T10:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: converting sar output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/converting-sar-output/m-p/2556255#M783755</link>
      <description>Have a look at the tr command that'll replace whitespace, tab, etc.. with whatever you want.&lt;BR /&gt;&lt;BR /&gt;tr -s " " ","&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jul 2001 11:14:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/converting-sar-output/m-p/2556255#M783755</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-07-24T11:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: converting sar output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/converting-sar-output/m-p/2556256#M783756</link>
      <description>the sar command will translate into the ascii mode the /var/adm/sa/* files.&lt;BR /&gt;If you want to visualize the data in  excel, use "," as separator instead of "" and save the output file an file.csv&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jul 2001 11:56:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/converting-sar-output/m-p/2556256#M783756</guid>
      <dc:creator>federico_3</dc:creator>
      <dc:date>2001-07-24T11:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: converting sar output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/converting-sar-output/m-p/2556257#M783757</link>
      <description>Stephen,&lt;BR /&gt;&lt;BR /&gt;I use the 'sar' command to extract the data from the /var/adm/sa/saxx files.  Then I use the following awk command to convert them into .csv files, which are easily imported into MS Excel.&lt;BR /&gt;&lt;BR /&gt;awk command:&lt;BR /&gt;&lt;BR /&gt;awk '{for(i=1;i&lt;NF&gt; sar_output.csv&lt;BR /&gt;&lt;BR /&gt;If you want to take it a step further you can use perl scripts to import the .csv files and create graphs on the fly and other useful things with excel.  I have written some basic perl scripts that use Win32::OLE to import the .csv files, create the graphs I'm after, create nice headers and save them off with the right time and date stamp.  I use my workstation for the perl scripts as MS Excel needs to be installed locally for them to work.  Shoot me an email if you'd like a copy of the scripts.  Hope that helps.&lt;BR /&gt;&lt;BR /&gt;- Mike&lt;BR /&gt;&lt;/NF&gt;</description>
      <pubDate>Tue, 24 Jul 2001 12:31:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/converting-sar-output/m-p/2556257#M783757</guid>
      <dc:creator>Mike Hassell</dc:creator>
      <dc:date>2001-07-24T12:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: converting sar output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/converting-sar-output/m-p/2556258#M783758</link>
      <description>Hi Stephen&lt;BR /&gt;&lt;BR /&gt;There is nice tool at &lt;A href="http://www.sarcheck.com" target="_blank"&gt;www.sarcheck.com&lt;/A&gt; which formats the results in a very nioce report , the software is freee for one month . I am attaching a sample report , may be you like it .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Tue, 24 Jul 2001 13:19:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/converting-sar-output/m-p/2556258#M783758</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2001-07-24T13:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: converting sar output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/converting-sar-output/m-p/2556259#M783759</link>
      <description>Mike, can you post (or email) your perl script for sar graphing?  It sounds great.  Thanks!</description>
      <pubDate>Tue, 02 May 2006 13:05:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/converting-sar-output/m-p/2556259#M783759</guid>
      <dc:creator>Matthew Gwin</dc:creator>
      <dc:date>2006-05-02T13:05:03Z</dc:date>
    </item>
  </channel>
</rss>

