<?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 statdaemon in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/statdaemon/m-p/4928555#M409576</link>
    <description>Hello Forum,&lt;BR /&gt;&lt;BR /&gt;i have daemon named "statdaemon"...first of all&lt;BR /&gt;i could not able to find any doc or man page&lt;BR /&gt;about it...On my production srv i have checked&lt;BR /&gt;this proc PID=3 via Glance and shows me about&lt;BR /&gt;CPU(usage)&amp;amp;System CPU value arrounds 3.8-4.0&lt;BR /&gt;is it normal?Could it be the reason may needs&lt;BR /&gt;any patch?&lt;BR /&gt;i have checked my other servers N-class &amp;amp;rp5430&lt;BR /&gt;with glance about statdaemon and CPu(usage)&amp;amp;system CPU=0.0&lt;BR /&gt;&lt;BR /&gt;Ok..i do not have any problem about my production server but i just try to find out&lt;BR /&gt;why this daemon eats CPU even though low % ?&lt;BR /&gt;&lt;BR /&gt;Thank's...</description>
    <pubDate>Fri, 23 Sep 2005 09:44:57 GMT</pubDate>
    <dc:creator>Cem Tugrul</dc:creator>
    <dc:date>2005-09-23T09:44:57Z</dc:date>
    <item>
      <title>statdaemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/statdaemon/m-p/4928555#M409576</link>
      <description>Hello Forum,&lt;BR /&gt;&lt;BR /&gt;i have daemon named "statdaemon"...first of all&lt;BR /&gt;i could not able to find any doc or man page&lt;BR /&gt;about it...On my production srv i have checked&lt;BR /&gt;this proc PID=3 via Glance and shows me about&lt;BR /&gt;CPU(usage)&amp;amp;System CPU value arrounds 3.8-4.0&lt;BR /&gt;is it normal?Could it be the reason may needs&lt;BR /&gt;any patch?&lt;BR /&gt;i have checked my other servers N-class &amp;amp;rp5430&lt;BR /&gt;with glance about statdaemon and CPu(usage)&amp;amp;system CPU=0.0&lt;BR /&gt;&lt;BR /&gt;Ok..i do not have any problem about my production server but i just try to find out&lt;BR /&gt;why this daemon eats CPU even though low % ?&lt;BR /&gt;&lt;BR /&gt;Thank's...</description>
      <pubDate>Fri, 23 Sep 2005 09:44:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/statdaemon/m-p/4928555#M409576</guid>
      <dc:creator>Cem Tugrul</dc:creator>
      <dc:date>2005-09-23T09:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: statdaemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/statdaemon/m-p/4928556#M409577</link>
      <description>statdaemon should be the thing that is started from inetd.&lt;BR /&gt;&lt;BR /&gt;look for 'rstatd' or 'rpc.statd' in /etc/inetd.conf.&lt;BR /&gt;&lt;BR /&gt;unfortunately I'm not quite sure on this, but of course the cpu consumption is too high.&lt;BR /&gt;&lt;BR /&gt;look at the statdaemon man page :)</description>
      <pubDate>Fri, 23 Sep 2005 18:49:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/statdaemon/m-p/4928556#M409577</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-09-23T18:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: statdaemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/statdaemon/m-p/4928557#M409578</link>
      <description>statdaemon is one of the principal thread scheduling routines.This routine do as a general-purpose kernel process run once per second to check and update process and virtual memory artifacts, such as signal queueing and free protection IDs. Calls schedcpu() routine to recompute thread priorities and statistics.</description>
      <pubDate>Sat, 24 Sep 2005 01:52:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/statdaemon/m-p/4928557#M409578</guid>
      <dc:creator>morganelan</dc:creator>
      <dc:date>2005-09-24T01:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: statdaemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/statdaemon/m-p/4928558#M409579</link>
      <description>Hi,&lt;BR /&gt; &lt;BR /&gt;See this link:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5965-4642/ch01s15.html" target="_blank"&gt;http://docs.hp.com/en/5965-4642/ch01s15.html&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;it's part of the "HP-UX Process Management: White Paper"&lt;BR /&gt; &lt;BR /&gt;Regards,&lt;BR /&gt;Zigor</description>
      <pubDate>Sat, 24 Sep 2005 13:03:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/statdaemon/m-p/4928558#M409579</guid>
      <dc:creator>Zigor Buruaga</dc:creator>
      <dc:date>2005-09-24T13:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: statdaemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/statdaemon/m-p/4928559#M409580</link>
      <description>morganelan, &lt;BR /&gt;&lt;BR /&gt;thanks! seems I was completely on the wrong track...&lt;BR /&gt;&lt;BR /&gt;:)</description>
      <pubDate>Mon, 26 Sep 2005 11:00:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/statdaemon/m-p/4928559#M409580</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-09-26T11:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: statdaemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/statdaemon/m-p/4928560#M409581</link>
      <description>Thank's Guys..&lt;BR /&gt;need more explanations...&lt;BR /&gt;&lt;BR /&gt;Points are still waiting for submitting&lt;BR /&gt;:-))</description>
      <pubDate>Tue, 27 Sep 2005 06:00:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/statdaemon/m-p/4928560#M409581</guid>
      <dc:creator>Cem Tugrul</dc:creator>
      <dc:date>2005-09-27T06:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: statdaemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/statdaemon/m-p/4928561#M409582</link>
      <description>Got some information in HP-DSPP. Synchronization and locking on HP-UX, &lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,2540,00.html" target="_blank"&gt;http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,2540,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60105/statd.1M.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60105/statd.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 27 Sep 2005 06:07:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/statdaemon/m-p/4928561#M409582</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-09-27T06:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: statdaemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/statdaemon/m-p/4928562#M409583</link>
      <description>Really interesting!!!!&lt;BR /&gt;statdaemon still eats my CPU %4.0/3.9&lt;BR /&gt;and i am still can not able to find out WHY???&lt;BR /&gt;Any other suggestions....&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Sep 2005 03:08:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/statdaemon/m-p/4928562#M409583</guid>
      <dc:creator>Cem Tugrul</dc:creator>
      <dc:date>2005-09-28T03:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: statdaemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/statdaemon/m-p/4928563#M409584</link>
      <description>Check this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=58316" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=58316&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Wed, 28 Sep 2005 03:13:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/statdaemon/m-p/4928563#M409584</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-09-28T03:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: statdaemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/statdaemon/m-p/4928564#M409585</link>
      <description>&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=891789" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=891789&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;No need to worry abt statdaemon. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 28 Sep 2005 03:29:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/statdaemon/m-p/4928564#M409585</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-09-28T03:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: statdaemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/statdaemon/m-p/4928565#M409586</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;See the following hp docs link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5965-4642/ch01s15.html" target="_blank"&gt;http://docs.hp.com/en/5965-4642/ch01s15.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Sep 2005 03:36:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/statdaemon/m-p/4928565#M409586</guid>
      <dc:creator>VEL_1</dc:creator>
      <dc:date>2005-09-28T03:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: statdaemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/statdaemon/m-p/4928566#M409587</link>
      <description>i do not know why but after rebooting&lt;BR /&gt;daemon behaves normal</description>
      <pubDate>Fri, 25 Nov 2005 03:38:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/statdaemon/m-p/4928566#M409587</guid>
      <dc:creator>Cem Tugrul</dc:creator>
      <dc:date>2005-11-25T03:38:15Z</dc:date>
    </item>
  </channel>
</rss>

