<?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: pmap Coommand in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pmap-coommand/m-p/5030346#M761385</link>
    <description>try tusc&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,2894,00.html" target="_blank"&gt;http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,2894,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 23 Feb 2007 16:55:25 GMT</pubDate>
    <dc:creator>Manohar Manne_1</dc:creator>
    <dc:date>2007-02-23T16:55:25Z</dc:date>
    <item>
      <title>pmap Coommand</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pmap-coommand/m-p/5030343#M761382</link>
      <description>I did not find the pmap command.&lt;BR /&gt;What command could I use instead of?&lt;BR /&gt;&lt;BR /&gt;HP-UX B.11.11 U 9000/800</description>
      <pubDate>Fri, 23 Feb 2007 14:34:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pmap-coommand/m-p/5030343#M761382</guid>
      <dc:creator>Manuel Siete Castolo</dc:creator>
      <dc:date>2007-02-23T14:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: pmap Coommand</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pmap-coommand/m-p/5030344#M761383</link>
      <description>Are you looking for a shell command or a C system call?&lt;BR /&gt;&lt;BR /&gt;What are you trying to do?</description>
      <pubDate>Fri, 23 Feb 2007 14:48:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pmap-coommand/m-p/5030344#M761383</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-02-23T14:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: pmap Coommand</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pmap-coommand/m-p/5030345#M761384</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Depending upon what details you want, either 'lsof' or 'glance' can provide you quite a bit of information.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 23 Feb 2007 15:01:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pmap-coommand/m-p/5030345#M761384</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-02-23T15:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: pmap Coommand</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pmap-coommand/m-p/5030346#M761385</link>
      <description>try tusc&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,2894,00.html" target="_blank"&gt;http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,2894,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Feb 2007 16:55:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pmap-coommand/m-p/5030346#M761385</guid>
      <dc:creator>Manohar Manne_1</dc:creator>
      <dc:date>2007-02-23T16:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: pmap Coommand</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pmap-coommand/m-p/5030347#M761386</link>
      <description>I am looking for shmid count of a process,&lt;BR /&gt;The pmap command I already have been foud is a shell coommand.&lt;BR /&gt;&lt;BR /&gt;for lsof or glance, I dont have any Idea because there is no manual entry for that.</description>
      <pubDate>Fri, 23 Feb 2007 17:02:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pmap-coommand/m-p/5030347#M761386</guid>
      <dc:creator>Manuel Siete Castolo</dc:creator>
      <dc:date>2007-02-23T17:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: pmap Coommand</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pmap-coommand/m-p/5030348#M761387</link>
      <description>&lt;!--!*#--&gt;The is a pmap command on 11.31:&lt;BR /&gt;pmap prints the address space information of a process.&lt;BR /&gt; anonymous    if the object is mapped as MAP_ANONYMOUS.&lt;BR /&gt; stack        if the object mapped is the stack segment&lt;BR /&gt;              of the process.&lt;BR /&gt; text         The object mapped is the text segment of&lt;BR /&gt;              the program.&lt;BR /&gt; data         The object mapped is the data segment of&lt;BR /&gt;              the program.&lt;BR /&gt; filename     The object is mapped from a file.  If the&lt;BR /&gt;              file name cannot be resolved, then the&lt;BR /&gt;              inode number and the device ID of the file&lt;BR /&gt;              is displayed.&lt;BR /&gt; Other map names include: nulldref, shared_memory, uarea,&lt;BR /&gt; graphics, dma_graphics, and io.</description>
      <pubDate>Fri, 23 Feb 2007 20:12:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pmap-coommand/m-p/5030348#M761387</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-02-23T20:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: pmap Coommand</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pmap-coommand/m-p/5030349#M761388</link>
      <description>I Have a lot of clues that answer me, for now I do not have the commands on my system, some of them I do not buy it; for others, I do not have the operating system versions.&lt;BR /&gt;&lt;BR /&gt;Thank You very much.&lt;BR /&gt;&lt;BR /&gt;best regards.</description>
      <pubDate>Tue, 06 Mar 2007 13:53:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pmap-coommand/m-p/5030349#M761388</guid>
      <dc:creator>Manuel Siete Castolo</dc:creator>
      <dc:date>2007-03-06T13:53:09Z</dc:date>
    </item>
  </channel>
</rss>

