<?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: Device read/write statistics? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/device-read-write-statistics/m-p/3501285#M846148</link>
    <description>Thanks for all the help!&lt;BR /&gt;&lt;BR /&gt;I have to say, I'm surprised that HP's version of iostat or sar do not give these figures. If you are going to report the reads + the writes, wouldn't it make sense to have the option of showing the reads and writes seperately as well!?!?&lt;BR /&gt;&lt;BR /&gt;Oh well...enough ranting...&lt;BR /&gt;&lt;BR /&gt;Thanks again!</description>
    <pubDate>Wed, 09 Mar 2005 16:03:24 GMT</pubDate>
    <dc:creator>Paul Garvey</dc:creator>
    <dc:date>2005-03-09T16:03:24Z</dc:date>
    <item>
      <title>Device read/write statistics?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-read-write-statistics/m-p/3501279#M846142</link>
      <description>Hi -&lt;BR /&gt;&lt;BR /&gt;I'm trying to get the reads-per-second and writes-per-second for devices. I know 'sar' will give me r+w/s, but I need to figure out the exact figures for reads and writes, not both combined.&lt;BR /&gt;&lt;BR /&gt;Any help would be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Paul</description>
      <pubDate>Wed, 09 Mar 2005 15:04:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-read-write-statistics/m-p/3501279#M846142</guid>
      <dc:creator>Paul Garvey</dc:creator>
      <dc:date>2005-03-09T15:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Device read/write statistics?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-read-write-statistics/m-p/3501280#M846143</link>
      <description>I think "sar -d" will give you reads and writes in different columns. Can you post here the output of "sar -d 1 1"?</description>
      <pubDate>Wed, 09 Mar 2005 15:14:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-read-write-statistics/m-p/3501280#M846143</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-03-09T15:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Device read/write statistics?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-read-write-statistics/m-p/3501281#M846144</link>
      <description>Sorry, ignore my post, in linux it's two columns, not in HP. My bad.</description>
      <pubDate>Wed, 09 Mar 2005 15:15:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-read-write-statistics/m-p/3501281#M846144</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-03-09T15:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Device read/write statistics?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-read-write-statistics/m-p/3501282#M846145</link>
      <description>Sar is as sar does. Iostat doesn't do this nor does vmstat. Sar -b splits the reads and writes but not by device. You will find that on HP-UX, the performance measuring weapon of choice is Glance. The 60-day Trial version of Glance can be found on any Application CD Set.&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Mar 2005 15:17:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-read-write-statistics/m-p/3501282#M846145</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-03-09T15:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Device read/write statistics?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-read-write-statistics/m-p/3501283#M846146</link>
      <description>Thanks for the help. Do you know where I can download a copy of Glance? I've got an application CD, but I've lost the code.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Paul</description>
      <pubDate>Wed, 09 Mar 2005 15:40:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-read-write-statistics/m-p/3501283#M846146</guid>
      <dc:creator>Paul Garvey</dc:creator>
      <dc:date>2005-03-09T15:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Device read/write statistics?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-read-write-statistics/m-p/3501284#M846147</link>
      <description>The Trial version is not codeword protected. You should be able to swinstall it w/o any problem.</description>
      <pubDate>Wed, 09 Mar 2005 15:44:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-read-write-statistics/m-p/3501284#M846147</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-03-09T15:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Device read/write statistics?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-read-write-statistics/m-p/3501285#M846148</link>
      <description>Thanks for all the help!&lt;BR /&gt;&lt;BR /&gt;I have to say, I'm surprised that HP's version of iostat or sar do not give these figures. If you are going to report the reads + the writes, wouldn't it make sense to have the option of showing the reads and writes seperately as well!?!?&lt;BR /&gt;&lt;BR /&gt;Oh well...enough ranting...&lt;BR /&gt;&lt;BR /&gt;Thanks again!</description>
      <pubDate>Wed, 09 Mar 2005 16:03:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-read-write-statistics/m-p/3501285#M846148</guid>
      <dc:creator>Paul Garvey</dc:creator>
      <dc:date>2005-03-09T16:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Device read/write statistics?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-read-write-statistics/m-p/3501286#M846149</link>
      <description>Clearly you don't understand marketing. If you could get the values you're looking for for free, would you buy Glance?&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Mar 2005 16:09:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-read-write-statistics/m-p/3501286#M846149</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-03-09T16:09:51Z</dc:date>
    </item>
  </channel>
</rss>

