<?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 command  cpu 100% in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/adb-command-cpu-100/m-p/3944089#M289301</link>
    <description>These are the command launched on the server:&lt;BR /&gt;&lt;BR /&gt;root /=&amp;gt;ps -ef | grep adb&lt;BR /&gt;    root  9269  9267 189 23:01:50 ?        232:12 adb /stand/vmunix /dev/mem&lt;BR /&gt;    root  9267  9216  0 23:01:50 ?         0:00 sh -c echo itick_per_usec/D | adb /stand/vmunix /dev/mem | tail&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can I do anythink to reduce cpu usage?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 13 Feb 2007 20:23:48 GMT</pubDate>
    <dc:creator>go3mon</dc:creator>
    <dc:date>2007-02-13T20:23:48Z</dc:date>
    <item>
      <title>adb command  cpu 100%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adb-command-cpu-100/m-p/3944087#M289299</link>
      <description>I have a 100% cpu on my server. &lt;BR /&gt;Is it normal for this process?:&lt;BR /&gt;&lt;BR /&gt;Load averages: 1.22, 1.53, 1.58&lt;BR /&gt;132 processes: 110 sleeping, 22 running&lt;BR /&gt;Cpu states:&lt;BR /&gt; LOAD   USER   NICE    SYS   IDLE  BLOCK  SWAIT   INTR   SSYS&lt;BR /&gt; 1.22  43.9%   0.0%  56.1%   0.0%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt;&lt;BR /&gt;Memory: 399868K (301488K) real, 708728K (570408K) virtual, 1820252K free  Page# 1/4&lt;BR /&gt;&lt;BR /&gt; TTY    PID USERNAME PRI NI   SIZE    RES STATE    TIME %WCPU  %CPU COMMAND&lt;BR /&gt;  ?    9269 root     228 20 33160K  4672K run    202:06 93.26 93.10 adb&lt;BR /&gt;&lt;BR /&gt;What adb process do?</description>
      <pubDate>Tue, 13 Feb 2007 19:49:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adb-command-cpu-100/m-p/3944087#M289299</guid>
      <dc:creator>go3mon</dc:creator>
      <dc:date>2007-02-13T19:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: adb command  cpu 100%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adb-command-cpu-100/m-p/3944088#M289300</link>
      <description>Hi,&lt;BR /&gt;   adb is absolute debugger.&lt;BR /&gt;The adb command executes a general-purpose debugging program that is sensitive to the underlying architecture of the processor and operating system on which it runs. It can be used to examine files and provide a controlled environment for executing HP-UX programs.&lt;BR /&gt;&lt;BR /&gt;adb inspects exactly one object file, referred to as the current object file, and one memory file, referred to as the current memory file. Either of these files can be the NULL file, specified by the - argument, which is a file with no contents&lt;BR /&gt;&lt;BR /&gt;Syntax:&lt;BR /&gt;&lt;BR /&gt;adb [-h]&lt;BR /&gt;&lt;BR /&gt;adb [-n|-o] [-w] [-I path] kernelfile memfile &lt;BR /&gt;&lt;BR /&gt;adb [-n|-o] [-w] [-I path] kernelfile crashdir &lt;BR /&gt;&lt;BR /&gt;adb [-n|-o] [-w] [-I path] crashdir &lt;BR /&gt;&lt;BR /&gt;adb [-n|-o] [-w] [-I path] [objfile] [corefile]&lt;BR /&gt;&lt;BR /&gt;adb [-n|-o] [-w] [-I path] -P pid [execfile&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-h    Print a usage summary and exit. If this option is used, all other options and arguments are ignored.&lt;BR /&gt; &lt;BR /&gt;-I path   path specifies a list of directories where files read with &amp;lt; or &amp;lt;&amp;lt; (see below) are sought. This list has the same syntax as, and similar semantics to, the PATH shell variable; the default is .:/usr/lib/adb.&lt;BR /&gt; &lt;BR /&gt;-n    Specify the normal mode. This is the default on Itanium systems. This option is mutually exclusive with the -o option. The last one specified takes effect.&lt;BR /&gt; &lt;BR /&gt;-o    Specify backward compatibility mode. This is the default on PA systems. This option is mutually exclusive with the -n option. The last one specified takes effect.&lt;BR /&gt; &lt;BR /&gt;-P pid   Adopt process with process ID pid as a ``traced'' process; see ttrace(2). This option is helpful for debugging processes that were not originally run under the control of adb.&lt;BR /&gt; &lt;BR /&gt;-w    This option must be specified to enable the file write commands of adb. Objfile is opened for reading and writing. It also enables writes to memfile if it is a kernel memory file.&lt;BR /&gt; &lt;BR /&gt;Regards&lt;BR /&gt;Reshma</description>
      <pubDate>Tue, 13 Feb 2007 20:21:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adb-command-cpu-100/m-p/3944088#M289300</guid>
      <dc:creator>Reshma Malusare</dc:creator>
      <dc:date>2007-02-13T20:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: adb command  cpu 100%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adb-command-cpu-100/m-p/3944089#M289301</link>
      <description>These are the command launched on the server:&lt;BR /&gt;&lt;BR /&gt;root /=&amp;gt;ps -ef | grep adb&lt;BR /&gt;    root  9269  9267 189 23:01:50 ?        232:12 adb /stand/vmunix /dev/mem&lt;BR /&gt;    root  9267  9216  0 23:01:50 ?         0:00 sh -c echo itick_per_usec/D | adb /stand/vmunix /dev/mem | tail&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can I do anythink to reduce cpu usage?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Feb 2007 20:23:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adb-command-cpu-100/m-p/3944089#M289301</guid>
      <dc:creator>go3mon</dc:creator>
      <dc:date>2007-02-13T20:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: adb command  cpu 100%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adb-command-cpu-100/m-p/3944090#M289302</link>
      <description>Hi, &lt;BR /&gt;   /stand/vmunix is kernel &amp;amp; /dev/mem  are memory files. so please check before excuting any command.&lt;BR /&gt;&lt;BR /&gt;please refer following link,which may help you.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/J2237-90005/ch06s06.html?jumpid=reg_R1002_USEN" target="_blank"&gt;http://docs.hp.com/en/J2237-90005/ch06s06.html?jumpid=reg_R1002_USEN&lt;/A&gt;</description>
      <pubDate>Tue, 13 Feb 2007 20:38:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adb-command-cpu-100/m-p/3944090#M289302</guid>
      <dc:creator>Reshma Malusare</dc:creator>
      <dc:date>2007-02-13T20:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: adb command  cpu 100%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adb-command-cpu-100/m-p/3944091#M289303</link>
      <description>Hi,&lt;BR /&gt;  Read follwing:&lt;BR /&gt; Kernel level debugging is associated with the hardware that a kernel is running on. The kernel level debugging tools are different for the different hardware platforms.&lt;BR /&gt;&lt;BR /&gt;For the Series 700, kernel level debugging may be performed using ddb. ddb can be used to set breakpoints, single-step through code, examine the contents of data structures at key points, change the contents of structures and variables, and use most other normal debugging techniques. ddb is documented in HP-UX Driver Development Guide, part number 98577-90013. ddb is not part of the standard Series 700 HP-UX product. To obtain a copy of ddb software, contact your HP representative.&lt;BR /&gt;&lt;BR /&gt;For Series 700 and 800, kernel level debugging may be performed using adb, which is a general purpose assembly language debugging program. adb allows you to look at HP-UX files and system core files that result from system panics, to examine system registers and memory locations as they were at the time of the panic, and to print data from these files in a variety of formats. adb can also be used to examine a running HP-UX system. adb is part of the standard HP-UX product and is located in &lt;BR /&gt;/usr/bin on every HP-UX system. It is important to use the revision of adb which corresponds with the release of the kernel being debugged -- for example, a 9.0 version of adb will not work well on a 10.0 kernel&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Reshma</description>
      <pubDate>Tue, 13 Feb 2007 20:41:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adb-command-cpu-100/m-p/3944091#M289303</guid>
      <dc:creator>Reshma Malusare</dc:creator>
      <dc:date>2007-02-13T20:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: adb command  cpu 100%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adb-command-cpu-100/m-p/3944092#M289304</link>
      <description>Hi,&lt;BR /&gt; When using adb on a running HP-UX system, you also use the "-k" option, and use /stand/vmunix as the object file and /dev/mem as the core file:&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;adb -k /stand/vmunix /dev/mem &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;You will probably need to be superuser to access /dev/mem. Because you are examining a running (and continuously changing) system, adb will not be able to set you up in any specific process context, but you will be able to examine kernel global variables.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Feb 2007 20:44:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adb-command-cpu-100/m-p/3944092#M289304</guid>
      <dc:creator>Reshma Malusare</dc:creator>
      <dc:date>2007-02-13T20:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: adb command  cpu 100%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adb-command-cpu-100/m-p/3944093#M289305</link>
      <description>Hi go3mon,&lt;BR /&gt; Can you please assign points if your query is solved.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Reshma</description>
      <pubDate>Tue, 13 Feb 2007 20:46:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adb-command-cpu-100/m-p/3944093#M289305</guid>
      <dc:creator>Reshma Malusare</dc:creator>
      <dc:date>2007-02-13T20:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: adb command  cpu 100%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adb-command-cpu-100/m-p/3944094#M289306</link>
      <description>Ordinarily, I woudn't expect adb to take that amount of time.  Can you show the whole process tree?  Who is the parent 9216 and its parent, etc.&lt;BR /&gt;&lt;BR /&gt;Are they in a shell loop that keeps invoking adb?  (But that would show the shell in a loop and multiple adb processes.)&lt;BR /&gt;&lt;BR /&gt;For 11.23, I had to use:&lt;BR /&gt;echo "itick_per_usec/D" | adb -o /stand/vmunix /dev/kmem</description>
      <pubDate>Wed, 14 Feb 2007 01:00:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adb-command-cpu-100/m-p/3944094#M289306</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-02-14T01:00:59Z</dc:date>
    </item>
  </channel>
</rss>

