<?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: adb in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/adb/m-p/4316637#M340163</link>
    <description>&amp;gt;adb is getting invoked automatically causing large amount of CPU resources.&lt;BR /&gt;&lt;BR /&gt;Kill it, it doesn't deserve to live.  :-)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Dave: I've never heard of this.&lt;BR /&gt;&lt;BR /&gt;You don't get out much?  :-)&lt;BR /&gt;&lt;BR /&gt;There are two other threads that mention adb being piggy:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1208958" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1208958&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1100051&amp;amp;admit=109447626+1228260104614+28353475" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1100051&amp;amp;admit=109447626+1228260104614+28353475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Mike: ps -efx | grep adb | grep -v 'grep adb'&lt;BR /&gt;&lt;BR /&gt;You can improve this by:&lt;BR /&gt;UNIX95=EXTENDED_PS ps -Hfx -C adb&lt;BR /&gt;&lt;BR /&gt;And as mentioned by Mike and the other threads, find out the process tree, using above -H.</description>
    <pubDate>Tue, 02 Dec 2008 23:28:05 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2008-12-02T23:28:05Z</dc:date>
    <item>
      <title>adb</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adb/m-p/4316634#M340160</link>
      <description>Hi Gurus,&lt;BR /&gt;&lt;BR /&gt;In some of our servers, adb is getting invoked automatically causing large amount of cpu resources.As I can't see any cron job, would there be any system/hardware issues?&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Tue, 02 Dec 2008 18:30:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adb/m-p/4316634#M340160</guid>
      <dc:creator>aruns_s</dc:creator>
      <dc:date>2008-12-02T18:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: adb</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adb/m-p/4316635#M340161</link>
      <description>I've never heard of this.  Adb is a debugger used to either tune the HP-UX kernel or debug applications, core dumps, etc.  Are you able to track down the parent process of the running adb process and figure out who/what launched adb?  Can you get the full syntax of the adb command?  Is someone tuning a specific kernel tunable and that is eating up your CPUs?&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Tue, 02 Dec 2008 18:37:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adb/m-p/4316635#M340161</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2008-12-02T18:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: adb</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adb/m-p/4316636#M340162</link>
      <description>What Dave said.  Plus, when you see that adb has "taken over" your system, issue the command&lt;BR /&gt;&lt;BR /&gt;ps -efx | grep adb | grep -v 'grep adb'&lt;BR /&gt;&lt;BR /&gt;This should show you all of the instances of adb currently running, by whom, and if interactive from which pty/tty.  At the very least, take the second column and search for those processes - those are the parent process(es) of your adb's.  Keep searching for parent processes until you've determined who your "culprit" (or "culprits") is (or are).</description>
      <pubDate>Tue, 02 Dec 2008 18:44:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adb/m-p/4316636#M340162</guid>
      <dc:creator>Michael Mike Reaser</dc:creator>
      <dc:date>2008-12-02T18:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: adb</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adb/m-p/4316637#M340163</link>
      <description>&amp;gt;adb is getting invoked automatically causing large amount of CPU resources.&lt;BR /&gt;&lt;BR /&gt;Kill it, it doesn't deserve to live.  :-)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Dave: I've never heard of this.&lt;BR /&gt;&lt;BR /&gt;You don't get out much?  :-)&lt;BR /&gt;&lt;BR /&gt;There are two other threads that mention adb being piggy:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1208958" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1208958&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1100051&amp;amp;admit=109447626+1228260104614+28353475" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1100051&amp;amp;admit=109447626+1228260104614+28353475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Mike: ps -efx | grep adb | grep -v 'grep adb'&lt;BR /&gt;&lt;BR /&gt;You can improve this by:&lt;BR /&gt;UNIX95=EXTENDED_PS ps -Hfx -C adb&lt;BR /&gt;&lt;BR /&gt;And as mentioned by Mike and the other threads, find out the process tree, using above -H.</description>
      <pubDate>Tue, 02 Dec 2008 23:28:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adb/m-p/4316637#M340163</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-12-02T23:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: adb</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adb/m-p/4316638#M340164</link>
      <description>Dennis - I get out as little as humanly possible.  :)</description>
      <pubDate>Wed, 03 Dec 2008 05:07:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adb/m-p/4316638#M340164</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2008-12-03T05:07:07Z</dc:date>
    </item>
  </channel>
</rss>

