Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Injected-Via-Gmane: http://gmane.org/
To: cygwin@cygwin.com
From: "Alex Vinokur" <alexvn@connect.to>
Subject: Re: System call which gets CPU utilized capacity
Date: Thu, 11 Sep 2003 06:48:45 +0300
Lines: 27
Message-ID: <bjorb9$s4m$1@sea.gmane.org>
References: <bjmn9c$2f3$1@sea.gmane.org> <Pine.GSO.4.56.0309100918590.5235@slinky.cs.nyu.edu>
X-Complaints-To: usenet@sea.gmane.org
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106


"Igor Pechtchanski" <pechtcha@cs.nyu.edu> wrote in message news:Pine.GSO.4.56.0309100918590.5235@slinky.cs.nyu.edu...
> On Wed, 10 Sep 2003, Alex Vinokur wrote:
>
> > Is there in CYGWIN any system call which gets CPU utilized capacity at
> > the present moment?
>
[snip]
> I assume the call is the same as in any other Unix system, since "top"
> worked for me with almost no porting about a year ago.  You might want to
> take a look at the sources for the "procps" package.
> Igor
[snip]

But "top" and "ps" are the UNIX (CYGWIN) command line utilities.
We can't use them in C-program unless with system().
 I mean platform-specific system call (as the popen() system call) which can be directly used in C-program.

   =====================================
   Alex Vinokur
     mailto:alexvn@connect.to
     http://mathforum.org/library/view/10978.html
   =====================================






--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

