<?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: Capturing Disk write data in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/capturing-disk-write-data/m-p/5198082#M462953</link>
    <description>Perf Agent would have been more straightforward, but you can do it with glance as well...&lt;BR /&gt;&lt;BR /&gt;Create a file (I called it /tmp/disk_rw) with the following contents:&lt;BR /&gt;&lt;BR /&gt;print "--------    device           wKB/s"&lt;BR /&gt;disk loop {&lt;BR /&gt;    print GBL_STATTIME, "   ",BYDSK_DISKNAME|15,&lt;BR /&gt;          BYDSK_PHYS_WRITE_BYTE_RATE|8|0&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;Then reference this from glance with a suitable interval:&lt;BR /&gt;&lt;BR /&gt;glance -aos /tmp/disk_rw -j 10&lt;BR /&gt;&lt;BR /&gt;That samples every 10 seconds.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
    <pubDate>Wed, 09 Sep 2009 07:12:56 GMT</pubDate>
    <dc:creator>Duncan Edmonstone</dc:creator>
    <dc:date>2009-09-09T07:12:56Z</dc:date>
    <item>
      <title>Capturing Disk write data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/capturing-disk-write-data/m-p/5198078#M462949</link>
      <description>Hi Folks,&lt;BR /&gt;&lt;BR /&gt;I wanted to capture the disk writes (Kb/s) information in a system with multiple LUNs. The system utilities sar and iostat provides the read+write together and I am unable to find a way to capture the write data specifically.&lt;BR /&gt;&lt;BR /&gt;Is there a way to do it? If I have glance can I collect such data over a period of 24hours? What is the command options using glance to capture only the disk writes.&lt;BR /&gt;&lt;BR /&gt;As usual the relevant answers will get points.&lt;BR /&gt;&lt;BR /&gt;With regards,&lt;BR /&gt;Mohan.</description>
      <pubDate>Wed, 09 Sep 2009 04:29:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/capturing-disk-write-data/m-p/5198078#M462949</guid>
      <dc:creator>Mohanasundaram_1</dc:creator>
      <dc:date>2009-09-09T04:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing Disk write data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/capturing-disk-write-data/m-p/5198079#M462950</link>
      <description>Only solution seems to use Glance for this&lt;BR /&gt;&lt;BR /&gt;also check this out:&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1165546" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1165546&lt;/A&gt;</description>
      <pubDate>Wed, 09 Sep 2009 04:59:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/capturing-disk-write-data/m-p/5198079#M462950</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2009-09-09T04:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing Disk write data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/capturing-disk-write-data/m-p/5198080#M462951</link>
      <description>DO you have the Performance Agent (previously called measureware) on this system? If so, this is a pretty trivial activity.&lt;BR /&gt;&lt;BR /&gt;To check if you have it installed, see if you get any meaningful output from:&lt;BR /&gt;&lt;BR /&gt;ovpa status&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;mwa status&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Wed, 09 Sep 2009 05:34:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/capturing-disk-write-data/m-p/5198080#M462951</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2009-09-09T05:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing Disk write data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/capturing-disk-write-data/m-p/5198081#M462952</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I pretty much zeroed-in to Glanceplus as I understood the system tools were not giving this info.&lt;BR /&gt;&lt;BR /&gt;I do not have measureware or performance agent, only glanceplus is available. Hence I was trying to find if there are command line options using glance to capture such data.&lt;BR /&gt;&lt;BR /&gt;Again, the captured data is to be used by another team to do some analysis, probably using Excel.&lt;BR /&gt;&lt;BR /&gt;I am aware that I could use glance -j but I am not sure if that will capture the disk writes as a seperate entity.&lt;BR /&gt;&lt;BR /&gt;With regards,&lt;BR /&gt;Mohan.</description>
      <pubDate>Wed, 09 Sep 2009 06:45:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/capturing-disk-write-data/m-p/5198081#M462952</guid>
      <dc:creator>Mohanasundaram_1</dc:creator>
      <dc:date>2009-09-09T06:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing Disk write data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/capturing-disk-write-data/m-p/5198082#M462953</link>
      <description>Perf Agent would have been more straightforward, but you can do it with glance as well...&lt;BR /&gt;&lt;BR /&gt;Create a file (I called it /tmp/disk_rw) with the following contents:&lt;BR /&gt;&lt;BR /&gt;print "--------    device           wKB/s"&lt;BR /&gt;disk loop {&lt;BR /&gt;    print GBL_STATTIME, "   ",BYDSK_DISKNAME|15,&lt;BR /&gt;          BYDSK_PHYS_WRITE_BYTE_RATE|8|0&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;Then reference this from glance with a suitable interval:&lt;BR /&gt;&lt;BR /&gt;glance -aos /tmp/disk_rw -j 10&lt;BR /&gt;&lt;BR /&gt;That samples every 10 seconds.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Wed, 09 Sep 2009 07:12:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/capturing-disk-write-data/m-p/5198082#M462953</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2009-09-09T07:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing Disk write data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/capturing-disk-write-data/m-p/5198083#M462954</link>
      <description>Hi Duncan,&lt;BR /&gt;&lt;BR /&gt;That is what I was looking for.&lt;BR /&gt;&lt;BR /&gt; One small clarification in this, The interval is for every 10 seconds but is there a parameter to specify the count, that is, how many times the reading will be recorded?&lt;BR /&gt;&lt;BR /&gt;I am assuming the given syntax will capture the information for each disk in the system.&lt;BR /&gt;&lt;BR /&gt;With regards,&lt;BR /&gt;Mohan.</description>
      <pubDate>Wed, 09 Sep 2009 07:25:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/capturing-disk-write-data/m-p/5198083#M462954</guid>
      <dc:creator>Mohanasundaram_1</dc:creator>
      <dc:date>2009-09-09T07:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing Disk write data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/capturing-disk-write-data/m-p/5198084#M462955</link>
      <description>Mohan,&lt;BR /&gt;&lt;BR /&gt;Well you can read the glance man page as well as I can! &lt;BR /&gt;&lt;BR /&gt;glance -aos /tmp/disk_rw -j 10 -iterations 3&lt;BR /&gt;&lt;BR /&gt;Note minimum number of iterations is 2&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Wed, 09 Sep 2009 07:43:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/capturing-disk-write-data/m-p/5198084#M462955</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2009-09-09T07:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing Disk write data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/capturing-disk-write-data/m-p/5198085#M462956</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks to Duncan and Hakki for their time. Duncan had provided the information I was seeking for.&lt;BR /&gt;&lt;BR /&gt;While I looked at the man pages, I wanted to know from people who have really used glance to capture such information and their direct inputs.&lt;BR /&gt;&lt;BR /&gt;With regards,&lt;BR /&gt;Mohan.</description>
      <pubDate>Wed, 09 Sep 2009 07:50:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/capturing-disk-write-data/m-p/5198085#M462956</guid>
      <dc:creator>Mohanasundaram_1</dc:creator>
      <dc:date>2009-09-09T07:50:11Z</dc:date>
    </item>
  </channel>
</rss>

