<?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 Glance -j interval not precise in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/glance-j-interval-not-precise/m-p/3913522#M284929</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have scheduled glance to collect system data in daily basis, following are the metric:&lt;BR /&gt;&lt;BR /&gt;/opt/perf/output/metric&lt;BR /&gt;print gbl_statdate, " ",&lt;BR /&gt;      gbl_stattime, " ",&lt;BR /&gt;      "TCPU", gbl_cpu_total_util|8|1, " ",&lt;BR /&gt;      "PriQ", gbl_pri_queue|8|1, " ",&lt;BR /&gt;      "RunQ", gbl_run_queue|8|1, " ",&lt;BR /&gt;      "SMod", gbl_cpu_sys_mode_util|8|1, " ",&lt;BR /&gt;      "INTR", gbl_cpu_interrupt_util|8|1, " ",&lt;BR /&gt;      "SCal", gbl_cpu_syscall_util|8|1, " ",&lt;BR /&gt;      "CSwh", gbl_cpu_cswitch_util|8|1, " ",&lt;BR /&gt;      "Umod", gbl_cpu_user_mode_util|8|1, " ",&lt;BR /&gt;      "DPek", gbl_disk_util_peak|8|1, " ",&lt;BR /&gt;      "DSuQ", gbl_disk_subsystem_queue|4|1, " ",&lt;BR /&gt;      "DWai", gbl_disk_wait_pct|8|1, " ",&lt;BR /&gt;      "BRdH", gbl_mem_cache_hit_pct|8|1, " ",&lt;BR /&gt;      "BWrH", gbl_mem_cache_write_hit_pct|8|1, " ",&lt;BR /&gt;      "BUse", tbl_buffer_cache_used|8|1, " ",&lt;BR /&gt;      "BMax", tbl_buffer_cache_max|8|1, " ",&lt;BR /&gt;      "BMin", tbl_buffer_cache_min|8|1, " ",&lt;BR /&gt;      "BHig", tbl_buffer_cache_high|8|1, " ",&lt;BR /&gt;      "BAva", tbl_buffer_cache_avail|8|1, " ",&lt;BR /&gt;      "Muse", gbl_mem_util|8|1, " ",&lt;BR /&gt;      "Pout", gbl_mem_pageout_rate|8|1, " ",&lt;BR /&gt;      "Sout", gbl_mem_swapout_rate|8|1, " ",&lt;BR /&gt;      "MemQ", gbl_mem_queue|8|1, " ",&lt;BR /&gt;      "SwpU", gbl_swap_space_util|8, " ",&lt;BR /&gt;      "PAct", gbl_active_proc|8|1, " ",&lt;BR /&gt;      "PAli", gbl_alive_proc|8|1&lt;BR /&gt;&lt;BR /&gt;And then have a job collect data for whole day:&lt;BR /&gt;cat get_glance.sh&lt;BR /&gt;#/bin/sh&lt;BR /&gt;&lt;BR /&gt;LOG=/opt/perf/output/glance_`hostname`_`date +%Y%m%d`.txt&lt;BR /&gt;/opt/perf/bin/glance -adviser_only -j 5 -iterations 17280 -syntax /opt/perf/output/metric &amp;gt; ${LOG}&lt;BR /&gt;/usr/contrib/bin/gzip ${LOG}&lt;BR /&gt;&lt;BR /&gt;Finally schedule in crontab:&lt;BR /&gt;0 0 * * * /opt/perf/output/get_glance.sh &amp;gt;/dev/null 2&amp;gt;&amp;amp;1&lt;BR /&gt;&lt;BR /&gt;NOW THE PROBLEM IS...&lt;BR /&gt;from the config above, you can see that I'm going to collect data for whole day ( 5 sec * 17280 = 86400 sec = 1440 mins = 24 hrs )&lt;BR /&gt;&lt;BR /&gt;I have ran them in 2 boxes, glance C.04.50.00, HPUX 11.11...&lt;BR /&gt;&lt;BR /&gt;Each day they really provide output files with 17280 lines, however, not every sampling is in 5 sec interval... so everyday they already reach 17280 lines at around 8~9pm.... thus missing few hours data everyday... do anybody here please kindly to help me solve this issue?&lt;BR /&gt;</description>
    <pubDate>Fri, 15 Dec 2006 02:52:47 GMT</pubDate>
    <dc:creator>Thomas Lee_1</dc:creator>
    <dc:date>2006-12-15T02:52:47Z</dc:date>
    <item>
      <title>Glance -j interval not precise</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance-j-interval-not-precise/m-p/3913522#M284929</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have scheduled glance to collect system data in daily basis, following are the metric:&lt;BR /&gt;&lt;BR /&gt;/opt/perf/output/metric&lt;BR /&gt;print gbl_statdate, " ",&lt;BR /&gt;      gbl_stattime, " ",&lt;BR /&gt;      "TCPU", gbl_cpu_total_util|8|1, " ",&lt;BR /&gt;      "PriQ", gbl_pri_queue|8|1, " ",&lt;BR /&gt;      "RunQ", gbl_run_queue|8|1, " ",&lt;BR /&gt;      "SMod", gbl_cpu_sys_mode_util|8|1, " ",&lt;BR /&gt;      "INTR", gbl_cpu_interrupt_util|8|1, " ",&lt;BR /&gt;      "SCal", gbl_cpu_syscall_util|8|1, " ",&lt;BR /&gt;      "CSwh", gbl_cpu_cswitch_util|8|1, " ",&lt;BR /&gt;      "Umod", gbl_cpu_user_mode_util|8|1, " ",&lt;BR /&gt;      "DPek", gbl_disk_util_peak|8|1, " ",&lt;BR /&gt;      "DSuQ", gbl_disk_subsystem_queue|4|1, " ",&lt;BR /&gt;      "DWai", gbl_disk_wait_pct|8|1, " ",&lt;BR /&gt;      "BRdH", gbl_mem_cache_hit_pct|8|1, " ",&lt;BR /&gt;      "BWrH", gbl_mem_cache_write_hit_pct|8|1, " ",&lt;BR /&gt;      "BUse", tbl_buffer_cache_used|8|1, " ",&lt;BR /&gt;      "BMax", tbl_buffer_cache_max|8|1, " ",&lt;BR /&gt;      "BMin", tbl_buffer_cache_min|8|1, " ",&lt;BR /&gt;      "BHig", tbl_buffer_cache_high|8|1, " ",&lt;BR /&gt;      "BAva", tbl_buffer_cache_avail|8|1, " ",&lt;BR /&gt;      "Muse", gbl_mem_util|8|1, " ",&lt;BR /&gt;      "Pout", gbl_mem_pageout_rate|8|1, " ",&lt;BR /&gt;      "Sout", gbl_mem_swapout_rate|8|1, " ",&lt;BR /&gt;      "MemQ", gbl_mem_queue|8|1, " ",&lt;BR /&gt;      "SwpU", gbl_swap_space_util|8, " ",&lt;BR /&gt;      "PAct", gbl_active_proc|8|1, " ",&lt;BR /&gt;      "PAli", gbl_alive_proc|8|1&lt;BR /&gt;&lt;BR /&gt;And then have a job collect data for whole day:&lt;BR /&gt;cat get_glance.sh&lt;BR /&gt;#/bin/sh&lt;BR /&gt;&lt;BR /&gt;LOG=/opt/perf/output/glance_`hostname`_`date +%Y%m%d`.txt&lt;BR /&gt;/opt/perf/bin/glance -adviser_only -j 5 -iterations 17280 -syntax /opt/perf/output/metric &amp;gt; ${LOG}&lt;BR /&gt;/usr/contrib/bin/gzip ${LOG}&lt;BR /&gt;&lt;BR /&gt;Finally schedule in crontab:&lt;BR /&gt;0 0 * * * /opt/perf/output/get_glance.sh &amp;gt;/dev/null 2&amp;gt;&amp;amp;1&lt;BR /&gt;&lt;BR /&gt;NOW THE PROBLEM IS...&lt;BR /&gt;from the config above, you can see that I'm going to collect data for whole day ( 5 sec * 17280 = 86400 sec = 1440 mins = 24 hrs )&lt;BR /&gt;&lt;BR /&gt;I have ran them in 2 boxes, glance C.04.50.00, HPUX 11.11...&lt;BR /&gt;&lt;BR /&gt;Each day they really provide output files with 17280 lines, however, not every sampling is in 5 sec interval... so everyday they already reach 17280 lines at around 8~9pm.... thus missing few hours data everyday... do anybody here please kindly to help me solve this issue?&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Dec 2006 02:52:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance-j-interval-not-precise/m-p/3913522#M284929</guid>
      <dc:creator>Thomas Lee_1</dc:creator>
      <dc:date>2006-12-15T02:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Glance -j interval not precise</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance-j-interval-not-precise/m-p/3913523#M284930</link>
      <description>Thomas,&lt;BR /&gt;I suspect the problem is down to the amount of time it takes to execute each iteration.</description>
      <pubDate>Fri, 15 Dec 2006 03:37:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance-j-interval-not-precise/m-p/3913523#M284930</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-12-15T03:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Glance -j interval not precise</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance-j-interval-not-precise/m-p/3913524#M284931</link>
      <description>But I do specify "-j 5", expect the shortest interval is 5 sec between each sampling, but I found many it just 1~2 sec between two sample.&lt;BR /&gt;&lt;BR /&gt;Why glance not follow the order but just doing faster than expected?</description>
      <pubDate>Fri, 15 Dec 2006 03:44:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance-j-interval-not-precise/m-p/3913524#M284931</guid>
      <dc:creator>Thomas Lee_1</dc:creator>
      <dc:date>2006-12-15T03:44:16Z</dc:date>
    </item>
  </channel>
</rss>

