System call which gets CPU utilized capacity

Cliff Hones cliff@aonix.co.uk
Thu Sep 11 14:54:00 GMT 2003


Alex Vinokur wrote
> "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.

Igor is saying that since 'top' can find the CPU capacity, you just need to
look at the source of top (in procps) to find out how to do it.

-- Cliff


--
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/



More information about the Cygwin mailing list