public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* libprocps8 and missing free, prockill, pkill, pgrep, pmap, procps, tload, top, uptime, vmstat, w, and watch
@ 2021-12-20 17:02 Ken Lobb
  2021-12-20 17:49 ` Ken Brown
  2021-12-21  7:54 ` Csaba Raduly
  0 siblings, 2 replies; 5+ messages in thread
From: Ken Lobb @ 2021-12-20 17:02 UTC (permalink / raw)
  To: cygwin

I'm probably missing something that needs to be configured, but I'm trying
to utilize uptime & vmstat and other performance/load utilities in Cygwin.
I installed the libprocps8 package, but none of these utilities can be
found.
Did I miss something?

Thank you,
Kenneth Lobb

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: libprocps8 and missing free, prockill, pkill, pgrep, pmap, procps, tload, top, uptime, vmstat, w, and watch
  2021-12-20 17:02 libprocps8 and missing free, prockill, pkill, pgrep, pmap, procps, tload, top, uptime, vmstat, w, and watch Ken Lobb
@ 2021-12-20 17:49 ` Ken Brown
  2021-12-21  7:54 ` Csaba Raduly
  1 sibling, 0 replies; 5+ messages in thread
From: Ken Brown @ 2021-12-20 17:49 UTC (permalink / raw)
  To: cygwin

On 12/20/2021 12:02 PM, Ken Lobb wrote:
> I'm probably missing something that needs to be configured, but I'm trying
> to utilize uptime & vmstat and other performance/load utilities in Cygwin.
> I installed the libprocps8 package, but none of these utilities can be
> found.
> Did I miss something?

procps-ng

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: libprocps8 and missing free, prockill, pkill, pgrep, pmap, procps, tload, top, uptime, vmstat, w, and watch
  2021-12-20 17:02 libprocps8 and missing free, prockill, pkill, pgrep, pmap, procps, tload, top, uptime, vmstat, w, and watch Ken Lobb
  2021-12-20 17:49 ` Ken Brown
@ 2021-12-21  7:54 ` Csaba Raduly
  2021-12-21  8:33   ` Marco Atzeri
  2021-12-21 16:20   ` Ken Lobb
  1 sibling, 2 replies; 5+ messages in thread
From: Csaba Raduly @ 2021-12-21  7:54 UTC (permalink / raw)
  To: Ken Lobb; +Cc: cygwin list

Hi Ken,

On Mon, 20 Dec 2021 at 18:02, Ken Lobb  wrote:
>
> I'm probably missing something that needs to be configured, but I'm trying
> to utilize uptime & vmstat and other performance/load utilities in Cygwin.
> I installed the libprocps8 package, but none of these utilities can be
> found.

libprocps8 (https://cygwin.com/cgi-bin2/package-cat.cgi?file=x86_64%2Flibprocps8%2Flibprocps8-3.3.17-1&grep=libprocps8)
contains only a DLL (as its name suggests).

As Ken Brown wrote, you need
https://cygwin.com/cgi-bin2/package-cat.cgi?file=x86_64%2Fprocps-ng%2Fprocps-ng-3.3.17-1&grep=procps-ng

-- 
You can get very substantial performance improvements
by not doing the right thing. - Scott Meyers, An Effective C++11/14 Sampler
So if you're looking for a completely portable, 100% standards-conformant way
to get the wrong information: this is what you want. - Scott Meyers (C++TDaWYK)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: libprocps8 and missing free, prockill, pkill, pgrep, pmap, procps, tload, top, uptime, vmstat, w, and watch
  2021-12-21  7:54 ` Csaba Raduly
@ 2021-12-21  8:33   ` Marco Atzeri
  2021-12-21 16:20   ` Ken Lobb
  1 sibling, 0 replies; 5+ messages in thread
From: Marco Atzeri @ 2021-12-21  8:33 UTC (permalink / raw)
  To: cygwin

On 21.12.2021 08:54, Csaba Raduly wrote:
> Hi Ken,
> 
> On Mon, 20 Dec 2021 at 18:02, Ken Lobb  wrote:
>>
>> I'm probably missing something that needs to be configured, but I'm trying
>> to utilize uptime & vmstat and other performance/load utilities in Cygwin.
>> I installed the libprocps8 package, but none of these utilities can be
>> found.
> 
> libprocps8 (https://cygwin.com/cgi-bin2/package-cat.cgi?file=x86_64%2Flibprocps8%2Flibprocps8-3.3.17-1&grep=libprocps8)
> contains only a DLL (as its name suggests).
> 
> As Ken Brown wrote, you need
> https://cygwin.com/cgi-bin2/package-cat.cgi?file=x86_64%2Fprocps-ng%2Fprocps-ng-3.3.17-1&grep=procps-ng
> 

and cygcheck is your friend to find the proper package:

$ cygcheck -p usr/bin/pkill
Found 7 matches for usr/bin/pkill
procps-ng-debuginfo-3.3.15-1 - ...
procps-ng-3.3.15-1 - procps-ng: System and process monitoring utilities
procps-ng-3.3.16-1 - procps-ng: System and process monitoring utilities
procps-ng-3.3.17-1 - procps-ng: System and process monitoring utilities
procps-3.2.8-5 - procps: System and process monitoring utilities ..

PS: procps-ng replaced procps



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: libprocps8 and missing free, prockill, pkill, pgrep, pmap, procps, tload, top, uptime, vmstat, w, and watch
  2021-12-21  7:54 ` Csaba Raduly
  2021-12-21  8:33   ` Marco Atzeri
@ 2021-12-21 16:20   ` Ken Lobb
  1 sibling, 0 replies; 5+ messages in thread
From: Ken Lobb @ 2021-12-21 16:20 UTC (permalink / raw)
  To: Csaba Raduly; +Cc: cygwin list

Great, thank you -- just what I needed to know.
Works fine now.

Thank you,
Kenneth Lobb

On Tue, Dec 21, 2021 at 2:55 AM Csaba Raduly <rcsaba@gmail.com> wrote:

> Hi Ken,
>
> On Mon, 20 Dec 2021 at 18:02, Ken Lobb  wrote:
> >
> > I'm probably missing something that needs to be configured, but I'm
> trying
> > to utilize uptime & vmstat and other performance/load utilities in
> Cygwin.
> > I installed the libprocps8 package, but none of these utilities can be
> > found.
>
> libprocps8 (
> https://cygwin.com/cgi-bin2/package-cat.cgi?file=x86_64%2Flibprocps8%2Flibprocps8-3.3.17-1&grep=libprocps8
> )
> contains only a DLL (as its name suggests).
>
> As Ken Brown wrote, you need
>
> https://cygwin.com/cgi-bin2/package-cat.cgi?file=x86_64%2Fprocps-ng%2Fprocps-ng-3.3.17-1&grep=procps-ng
>
> --
> You can get very substantial performance improvements
> by not doing the right thing. - Scott Meyers, An Effective C++11/14 Sampler
> So if you're looking for a completely portable, 100% standards-conformant
> way
> to get the wrong information: this is what you want. - Scott Meyers
> (C++TDaWYK)
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-12-21 16:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-20 17:02 libprocps8 and missing free, prockill, pkill, pgrep, pmap, procps, tload, top, uptime, vmstat, w, and watch Ken Lobb
2021-12-20 17:49 ` Ken Brown
2021-12-21  7:54 ` Csaba Raduly
2021-12-21  8:33   ` Marco Atzeri
2021-12-21 16:20   ` Ken Lobb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).