<?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: ipcs question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ipcs-question/m-p/3188730#M796394</link>
    <description>Try&lt;BR /&gt; &lt;BR /&gt;"ipcs -ma" &lt;BR /&gt; &lt;BR /&gt;Then add up the numbers under the SEGSZ column.</description>
    <pubDate>Wed, 11 Feb 2004 04:53:38 GMT</pubDate>
    <dc:creator>Mark Grant</dc:creator>
    <dc:date>2004-02-11T04:53:38Z</dc:date>
    <item>
      <title>ipcs question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ipcs-question/m-p/3188726#M796390</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I ran ipcs -m on my system.&lt;BR /&gt;&lt;BR /&gt;T         ID      KEY        MODE        OWNER    GROUP&lt;BR /&gt;Shared Memory:&lt;BR /&gt;m          0   0x435dce60 --rw-rw-rw-     root     root&lt;BR /&gt;m       1401   0x741cc1a0 --rw-rw-rw-     root     root&lt;BR /&gt;m          2   0x741cc1a1 --rw-rw-rw-     root     root&lt;BR /&gt;m          3   0x741cc1a2 --rw-rw-rw-     root     root&lt;BR /&gt;m       1304   0x63ead61c --rw-r-----   oracle    other&lt;BR /&gt;m        106   0xa7cd63a4 --rw-r-----   oracle    other&lt;BR /&gt;&lt;BR /&gt;What does this output tell me? Are numbers in the second column the amount of memory allocated in Mb? And what about the column with the hex-numbers?</description>
      <pubDate>Wed, 11 Feb 2004 04:41:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ipcs-question/m-p/3188726#M796390</guid>
      <dc:creator>Pieter_5</dc:creator>
      <dc:date>2004-02-11T04:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: ipcs question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ipcs-question/m-p/3188727#M796391</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you go for man ipsc it is explained:&lt;BR /&gt;&lt;BR /&gt;go to Column Descriptions section&lt;BR /&gt;&lt;BR /&gt;Gideon&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Feb 2004 04:44:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ipcs-question/m-p/3188727#M796391</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-02-11T04:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: ipcs question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ipcs-question/m-p/3188728#M796392</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want to know how I can see how much shared memory is used on the system?</description>
      <pubDate>Wed, 11 Feb 2004 04:49:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ipcs-question/m-p/3188728#M796392</guid>
      <dc:creator>Pieter_5</dc:creator>
      <dc:date>2004-02-11T04:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: ipcs question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ipcs-question/m-p/3188729#M796393</link>
      <description>If you can not reward the direction to the MAN page, here's the part from the man-page:&lt;BR /&gt;&lt;BR /&gt; Column Descriptions&lt;BR /&gt;      The column headings and the meaning of the columns in an ipcs listing&lt;BR /&gt;      are given below.  The columns are printed from left to right in the&lt;BR /&gt;      order shown below.&lt;BR /&gt;&lt;BR /&gt;           T         Facility type:&lt;BR /&gt;&lt;BR /&gt;                          m    Shared memory segment&lt;BR /&gt;                          q    Message queue&lt;BR /&gt;                          s    Semaphore&lt;BR /&gt;&lt;BR /&gt;           ID        The identifier for the facility entry.&lt;BR /&gt;&lt;BR /&gt;           KEY       The key used as an argument to msgget(), semget(), or&lt;BR /&gt;                     shmget() to create the facility entry.  (Note: The key&lt;BR /&gt;                     of a shared memory segment is changed to IPC_PRIVATE&lt;BR /&gt;                     when the segment has been removed until all processes&lt;BR /&gt;                     attached to the segment detach it.)&lt;BR /&gt;&lt;BR /&gt;           MODE      The facility access modes and flags: The mode consists&lt;BR /&gt;                     of 11 characters that are interpreted as follows:&lt;BR /&gt;The first two characters can be:&lt;BR /&gt;&lt;BR /&gt;                          R    A process is waiting on a msgrcv().&lt;BR /&gt;                          S    A process is waiting on a msgsnd().&lt;BR /&gt;                          D    The associated shared memory segment has been&lt;BR /&gt;                               removed.  It will disappear when the last&lt;BR /&gt;                               process attached to the segment detaches it.&lt;BR /&gt;                          C    The associated shared memory segment is to be&lt;BR /&gt;                               cleared when the first attach is executed.&lt;BR /&gt;                          -    The corresponding special flag is not set.&lt;BR /&gt;&lt;BR /&gt;                     The next 9 characters are interpreted as three sets of&lt;BR /&gt;                     three characters each.  The first set refers to the&lt;BR /&gt;                     owner's permissions, the next to permissions of others&lt;BR /&gt;                     in the group of the facility entry, and the last to all&lt;BR /&gt;                     others.&lt;BR /&gt;&lt;BR /&gt; Hewlett-Packard Company            - 2 -  HP-UX Release 11.00: October 1997&lt;BR /&gt;&lt;BR /&gt; ipcs(1)                                                             ipcs(1)&lt;BR /&gt;&lt;BR /&gt;                     Within each set, the first character indicates&lt;BR /&gt;                     permission to read, the second character indicates&lt;BR /&gt;                     permission to write or alter the facility entry, and&lt;BR /&gt;                     the last character is currently unused.&lt;BR /&gt;&lt;BR /&gt;                          r    Read permission is granted.&lt;BR /&gt;                          w    Write permission is granted.&lt;BR /&gt;                          a    Alter permission is granted.&lt;BR /&gt;                          -    The indicated permission is not granted.&lt;BR /&gt;&lt;BR /&gt;           OWNER     The login name of the owner of the facility entry.&lt;BR /&gt;&lt;BR /&gt;           GROUP     The group name of the group of the owner of the&lt;BR /&gt;                     facility entry.&lt;BR /&gt;&lt;BR /&gt;           CREATOR   The login name of the creator of the facility entry.&lt;BR /&gt;&lt;BR /&gt;           CGROUP    The group name of the group of the creator of the&lt;BR /&gt;                     facility entry.&lt;BR /&gt;&lt;BR /&gt;           CBYTES    The number of bytes in messages currently outstanding&lt;BR /&gt;                     on the associated message queue.&lt;BR /&gt;&lt;BR /&gt;           QNUM      The number of messages currently outstanding on the&lt;BR /&gt;                     associated message queue.&lt;BR /&gt;&lt;BR /&gt;           QBYTES    The maximum number of bytes allowed in messages&lt;BR /&gt;                     outstanding on the associated message queue.&lt;BR /&gt;&lt;BR /&gt;           LSPID     The process ID of the last process to send a message to&lt;BR /&gt;                     the associated message queue.&lt;BR /&gt;&lt;BR /&gt;           LRPID     The process ID of the last process to receive a message&lt;BR /&gt;                     from the associated message queue.&lt;BR /&gt;&lt;BR /&gt;           STIME     The time the last msgsnd() message was sent to the&lt;BR /&gt;                     associated message queue.&lt;BR /&gt;&lt;BR /&gt;           RTIME     The time the last msgrcv() message was received from&lt;BR /&gt;                     the associated message queue.&lt;BR /&gt;&lt;BR /&gt;           CTIME     The time when the associated facility entry was created&lt;BR /&gt;                     or changed.&lt;BR /&gt;&lt;BR /&gt;           NATTCH    The number of processes attached to the associated&lt;BR /&gt;                     shared memory segment.&lt;BR /&gt;           SEGSZ     The size of the associated shared memory segment.&lt;BR /&gt;&lt;BR /&gt;           CPID      The process ID of the creating process of the shared&lt;BR /&gt;                     memory segment.&lt;BR /&gt;&lt;BR /&gt; Hewlett-Packard Company            - 3 -  HP-UX Release 11.00: October 1997&lt;BR /&gt;&lt;BR /&gt; ipcs(1)                                                             ipcs(1)&lt;BR /&gt;&lt;BR /&gt;           LPID      The process ID of the last process to attach or detach&lt;BR /&gt;                     the shared memory segment.&lt;BR /&gt;&lt;BR /&gt;           ATIME     The time the last shmat() attach was completed to the&lt;BR /&gt;                     associated shared memory segment.&lt;BR /&gt;&lt;BR /&gt;           DTIME     The time the last shmdt() detach was completed on the&lt;BR /&gt;                     associated shared memory segment.&lt;BR /&gt;&lt;BR /&gt;           NSEMS     The number of semaphores in the set associated with the&lt;BR /&gt;                     semaphore entry.&lt;BR /&gt;&lt;BR /&gt;           OTIME     The time the last semop() semaphore operation was&lt;BR /&gt;                     completed on the set associated with the semaphore entry.&lt;BR /&gt;&lt;BR /&gt;Using ipcs -am will you give also info about used amount of memory by shared memory.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Peter&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Feb 2004 04:53:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ipcs-question/m-p/3188729#M796393</guid>
      <dc:creator>Hoefnix</dc:creator>
      <dc:date>2004-02-11T04:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: ipcs question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ipcs-question/m-p/3188730#M796394</link>
      <description>Try&lt;BR /&gt; &lt;BR /&gt;"ipcs -ma" &lt;BR /&gt; &lt;BR /&gt;Then add up the numbers under the SEGSZ column.</description>
      <pubDate>Wed, 11 Feb 2004 04:53:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ipcs-question/m-p/3188730#M796394</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-02-11T04:53:38Z</dc:date>
    </item>
  </channel>
</rss>

