<?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: How to check which processes ran at a time range and network status in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-processes-ran-at-a-time-range-and-network/m-p/4775468#M390384</link>
    <description>Thanks a lot Buddy.&lt;BR /&gt;&lt;BR /&gt;-G</description>
    <pubDate>Fri, 08 Apr 2011 18:48:20 GMT</pubDate>
    <dc:creator>Gary L</dc:creator>
    <dc:date>2011-04-08T18:48:20Z</dc:date>
    <item>
      <title>How to check which processes ran at a time range and network status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-processes-ran-at-a-time-range-and-network/m-p/4775463#M390379</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;For troubleshooting reason, I'd like to get some system information about which processes were running in a time range. For example, between Apr, 7 23:00 and Apr, 8 3:00, which processes were running?&lt;BR /&gt;&lt;BR /&gt;Also, I'd like know how to check network info between a time range.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot.&lt;BR /&gt;&lt;BR /&gt;Any answers will be very appreciate.&lt;BR /&gt;&lt;BR /&gt;-G&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Apr 2011 17:13:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-processes-ran-at-a-time-range-and-network/m-p/4775463#M390379</guid>
      <dc:creator>Gary L</dc:creator>
      <dc:date>2011-04-08T17:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to check which processes ran at a time range and network status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-processes-ran-at-a-time-range-and-network/m-p/4775464#M390380</link>
      <description>If you have glance plus (or better HP-OpenView) installed on your system, there is a way to do this but takes a little bit of finesse that I do not have under my belt. Your best bet is to ask on management software and system tools forum.</description>
      <pubDate>Fri, 08 Apr 2011 17:23:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-processes-ran-at-a-time-range-and-network/m-p/4775464#M390380</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2011-04-08T17:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to check which processes ran at a time range and network status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-processes-ran-at-a-time-range-and-network/m-p/4775465#M390381</link>
      <description>Thanks Mel for your fast reply.&lt;BR /&gt;&lt;BR /&gt;We do have glance installed on that HP-UX 11i v1 server. But how to check it out like processes and network info in time range between 23:30 - 03:30? How to export data to a .txt file. &lt;BR /&gt;&lt;BR /&gt;I used command sar with option -u and -d with -s -e export CPU and disk I/O data between 23:30 - 03:00 but have no idea how to do the same thing for memory, processes, network via command sar. or glance you suggested.&lt;BR /&gt;&lt;BR /&gt;Any suggestion?</description>
      <pubDate>Fri, 08 Apr 2011 17:28:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-processes-ran-at-a-time-range-and-network/m-p/4775465#M390381</guid>
      <dc:creator>Gary L</dc:creator>
      <dc:date>2011-04-08T17:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to check which processes ran at a time range and network status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-processes-ran-at-a-time-range-and-network/m-p/4775466#M390382</link>
      <description>As I have said, the file you need to extract your data from is called logproc (process log) and it is under /var/opt/perf/datafiles. It is a binmary file and utility to extract data from that file is called, guess what, *extract* ! You can read man pages but I found this very daunting years ago. And asked the same question in the other forum and was able to get the gist of its usage. &lt;BR /&gt;&lt;BR /&gt;Strongly advise the same to you...</description>
      <pubDate>Fri, 08 Apr 2011 17:34:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-processes-ran-at-a-time-range-and-network/m-p/4775466#M390382</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2011-04-08T17:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to check which processes ran at a time range and network status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-processes-ran-at-a-time-range-and-network/m-p/4775467#M390383</link>
      <description>Also, before I forgot, there is another piece in this puzzle, which is the configuration file called parm, located under, /var/opt/perf How much data and detail goes into those log files and how long they are kept is controlled by this file. Again, it might as well be written in Swahili as my grasp on it is very little.</description>
      <pubDate>Fri, 08 Apr 2011 17:57:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-processes-ran-at-a-time-range-and-network/m-p/4775467#M390383</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2011-04-08T17:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to check which processes ran at a time range and network status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-processes-ran-at-a-time-range-and-network/m-p/4775468#M390384</link>
      <description>Thanks a lot Buddy.&lt;BR /&gt;&lt;BR /&gt;-G</description>
      <pubDate>Fri, 08 Apr 2011 18:48:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-processes-ran-at-a-time-range-and-network/m-p/4775468#M390384</guid>
      <dc:creator>Gary L</dc:creator>
      <dc:date>2011-04-08T18:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to check which processes ran at a time range and network status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-processes-ran-at-a-time-range-and-network/m-p/4775469#M390385</link>
      <description>Hi gary,&lt;BR /&gt;&lt;BR /&gt;Wel for processes you might find this command interesting in your scenario. It's worth a look....&lt;BR /&gt;&lt;BR /&gt;man acctcom&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ismail Azad</description>
      <pubDate>Sat, 09 Apr 2011 06:24:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-processes-ran-at-a-time-range-and-network/m-p/4775469#M390385</guid>
      <dc:creator>Ismail Azad</dc:creator>
      <dc:date>2011-04-09T06:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to check which processes ran at a time range and network status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-processes-ran-at-a-time-range-and-network/m-p/4775470#M390386</link>
      <description>If you haven't explicitly logged that info, you can't get it now.&lt;BR /&gt;You do have user login info.  You can see cron info but not likely processes.&lt;BR /&gt;I doubt you would see network info.</description>
      <pubDate>Sun, 10 Apr 2011 17:39:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-processes-ran-at-a-time-range-and-network/m-p/4775470#M390386</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-04-10T17:39:59Z</dc:date>
    </item>
  </channel>
</rss>

