public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* name of pkg contaning lsof and ...
@ 2018-05-23 19:44 FHDATA
  2018-05-24  8:53 ` Csaba Raduly
  0 siblings, 1 reply; 3+ messages in thread
From: FHDATA @ 2018-05-23 19:44 UTC (permalink / raw)
  To: cygwin



hello,


what package(s) do i need to install to get  lsof and netstat ?



thank you,
F-



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

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

* Re: name of pkg contaning lsof and ...
  2018-05-23 19:44 name of pkg contaning lsof and FHDATA
@ 2018-05-24  8:53 ` Csaba Raduly
  2018-05-24 13:51   ` name of pkg contaning lsof and netstat Brian Inglis
  0 siblings, 1 reply; 3+ messages in thread
From: Csaba Raduly @ 2018-05-24  8:53 UTC (permalink / raw)
  To: cygwin

On 5/23/18, FHDATA wrote:
> what package(s) do i need to install to get  lsof and netstat ?
>

A search for lsof in the Cygwin package search:

https://cygwin.com/cgi-bin2/package-grep.cgi?grep=%5Cblsof%5Cb&arch=x86_64

says that lsof is in the busybox package.

A search for netstat

https://cygwin.com/cgi-bin2/package-grep.cgi?grep=%5Cbnetstat%5Cb&arch=x86_64

returns no hits. You are probably out of luck with netstat:
https://cygwin.com/ml/cygwin/2006-07/msg00936.html

Csaba
-- 
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-conformat way
to get the wrong information: this is what you want. - Scott Meyers
(C++TDaWYK)

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

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

* Re: name of pkg contaning lsof and netstat
  2018-05-24  8:53 ` Csaba Raduly
@ 2018-05-24 13:51   ` Brian Inglis
  0 siblings, 0 replies; 3+ messages in thread
From: Brian Inglis @ 2018-05-24 13:51 UTC (permalink / raw)
  To: cygwin

On 2018-05-24 02:41, Csaba Raduly wrote:
> On 5/23/18, FHDATA wrote:
>> what package(s) do i need to install to get  lsof and netstat ?
> A search for lsof in the Cygwin package search:
> https://cygwin.com/cgi-bin2/package-grep.cgi?grep=%5Cblsof%5Cb&arch=x86_64
> says that lsof is in the busybox package.
> A search for netstat
> https://cygwin.com/cgi-bin2/package-grep.cgi?grep=%5Cbnetstat%5Cb&arch=x86_64
> returns no hits. You are probably out of luck with netstat:
> https://cygwin.com/ml/cygwin/2006-07/msg00936.html

A version of netstat is included with Windows:

$ /proc/cygdrive/c/Windows/System32/netstat -?

Displays protocol statistics and current TCP/IP network connections.

NETSTAT [-a] [-b] [-e] [-f] [-n] [-o] [-p proto] [-r] [-s] [-x] [-t] [interval]

  -a            Displays all connections and listening ports.
  -b            Displays the executable involved in creating each connection or
                listening port. In some cases well-known executables host
                multiple independent components, and in these cases the
                sequence of components involved in creating the connection
                or listening port is displayed. In this case the executable
                name is in [] at the bottom, on top is the component it called,
                and so forth until TCP/IP was reached. Note that this option
                can be time-consuming and will fail unless you have sufficient
                permissions.
  -e            Displays Ethernet statistics. This may be combined with the -s
                option.
  -f            Displays Fully Qualified Domain Names (FQDN) for foreign
                addresses.
  -n            Displays addresses and port numbers in numerical form.
  -o            Displays the owning process ID associated with each connection.
  -p proto      Shows connections for the protocol specified by proto; proto
                may be any of: TCP, UDP, TCPv6, or UDPv6.  If used with the -s
                option to display per-protocol statistics, proto may be any of:
                IP, IPv6, ICMP, ICMPv6, TCP, TCPv6, UDP, or UDPv6.
  -q            Displays all connections, listening ports, and bound
                nonlistening TCP ports. Bound nonlistening ports may or may not
                be associated with an active connection.
  -r            Displays the routing table.
  -s            Displays per-protocol statistics.  By default, statistics are
                shown for IP, IPv6, ICMP, ICMPv6, TCP, TCPv6, UDP, and UDPv6;
                the -p option may be used to specify a subset of the default.
  -t            Displays the current connection offload state.
  -x            Displays NetworkDirect connections, listeners, and shared
                endpoints.
  -y            Displays the TCP connection template for all connections.
                Cannot be combined with the other options.
  interval      Redisplays selected statistics, pausing interval seconds
                between each display.  Press CTRL+C to stop redisplaying
                statistics.  If omitted, netstat will print the current
                configuration information once.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

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

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

end of thread, other threads:[~2018-05-24 12:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-23 19:44 name of pkg contaning lsof and FHDATA
2018-05-24  8:53 ` Csaba Raduly
2018-05-24 13:51   ` name of pkg contaning lsof and netstat Brian Inglis

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).