<?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: strpty in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/strpty/m-p/2460350#M771744</link>
    <description>Good thought, but it seems that the files have thier creation date and it doesn't change based on usage.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
    <pubDate>Wed, 01 Nov 2000 19:15:36 GMT</pubDate>
    <dc:creator>Steve Sauve</dc:creator>
    <dc:date>2000-11-01T19:15:36Z</dc:date>
    <item>
      <title>strpty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strpty/m-p/2460346#M771740</link>
      <description>Does anyone know a way to see how many streaming pty (strpty) processes are currently running?  I'm running HPUX 10.2.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot,&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 01 Nov 2000 15:16:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strpty/m-p/2460346#M771740</guid>
      <dc:creator>Steve Sauve</dc:creator>
      <dc:date>2000-11-01T15:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: strpty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strpty/m-p/2460347#M771741</link>
      <description>If you cd /dev and type&lt;BR /&gt;&lt;BR /&gt;#ll pt* | wc -l&lt;BR /&gt;&lt;BR /&gt;that may do it...&lt;BR /&gt;&lt;BR /&gt;Berlene &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Nov 2000 15:31:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strpty/m-p/2460347#M771741</guid>
      <dc:creator>Berlene Herren</dc:creator>
      <dc:date>2000-11-01T15:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: strpty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strpty/m-p/2460348#M771742</link>
      <description>Thanks, but that is not quite it.  That will show me the max number of strpty's that I can have, but not how many are currently in use. (at least I believe).&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 01 Nov 2000 15:34:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strpty/m-p/2460348#M771742</guid>
      <dc:creator>Steve Sauve</dc:creator>
      <dc:date>2000-11-01T15:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: strpty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strpty/m-p/2460349#M771743</link>
      <description>would&lt;BR /&gt;ll /dev/pts?grep &lt;CURRENTDATE&gt;?wc -l&lt;BR /&gt;do want you want?&lt;BR /&gt;e.g.&lt;BR /&gt;caph:/dev/pts&amp;gt; ll |grep "Nov  1"|wc -l&lt;BR /&gt;6&lt;/CURRENTDATE&gt;</description>
      <pubDate>Wed, 01 Nov 2000 16:22:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strpty/m-p/2460349#M771743</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2000-11-01T16:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: strpty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strpty/m-p/2460350#M771744</link>
      <description>Good thought, but it seems that the files have thier creation date and it doesn't change based on usage.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 01 Nov 2000 19:15:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strpty/m-p/2460350#M771744</guid>
      <dc:creator>Steve Sauve</dc:creator>
      <dc:date>2000-11-01T19:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: strpty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strpty/m-p/2460351#M771745</link>
      <description>The time stamp of the file does change when a new connection is established.</description>
      <pubDate>Wed, 01 Nov 2000 20:11:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strpty/m-p/2460351#M771745</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-11-01T20:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: strpty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strpty/m-p/2460352#M771746</link>
      <description>You could run "fuser /dev/pts/*" as root and count&lt;BR /&gt;the number of lines that list processes.&lt;BR /&gt;Or you could use the attached program that calls pstat_getproc and pstat_getfile to check for files in use.  It then uses statfs, opendir and readdir to identify which open files are entries in /dev/pts/.</description>
      <pubDate>Wed, 01 Nov 2000 20:19:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strpty/m-p/2460352#M771746</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2000-11-01T20:19:48Z</dc:date>
    </item>
  </channel>
</rss>

