enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. netstat - Wikipedia

    en.wikipedia.org/wiki/Netstat

    In computing, netstat is a command-line network utility that displays open network sockets, routing tables, and a number of network interface (network interface controller or software-defined network interface) and network protocol statistics. It is available on Unix, Plan 9, Inferno, and Unix-like operating systems including macOS, Linux ...

  3. Network utility - Wikipedia

    en.wikipedia.org/wiki/Network_utilities

    nslookup, used to query a DNS server for DNS data (deprecated on Unix systems in favour of host and dig; still the preferred tool on Microsoft Windows systems). vnStat, useful command to monitor network traffic from the console. vnstat allows to keep the traffic information in a log system to be analyzed by third party tools.

  4. iproute2 - Wikipedia

    en.wikipedia.org/wiki/Iproute2

    iproute2 utilities communicate with the Linux kernel using the netlink protocol. Some of the iproute2 utilities are often recommended over now-obsolete net-tools utilities that provide the same functionality. [4] [5] Below is a table of obsolete utilities and their iproute2 replacements.

  5. lsof - Wikipedia

    en.wikipedia.org/wiki/Lsof

    In combination with netstat -aA and grep, fstat will identify the process associated with a network connection, just as will ofiles. In 1991, Vic Abell publishes lsof version 1.0 to comp.sources.unix. He notes: [1] Lsof (for LiSt Open Files) lists files opened by processes on selected Unix systems.

  6. ifconfig - Wikipedia

    en.wikipedia.org/wiki/Ifconfig

    Many Linux distributions have deprecated the use of ifconfig and route in favor of the software suite iproute2, such as ArchLinux [3] or RHEL since version 7, [4] which has been available since 1999 for Linux 2.2. [5] iproute2 includes support for all common functions of ifconfig(8), route(8), arp(8) and netstat(1). It also includes multicast ...

  7. Load (computing) - Wikipedia

    en.wikipedia.org/wiki/Load_(computing)

    In UNIX computing, the system load is a measure of the amount of computational work that a computer system performs. The load average represents the average system load over a period of time. It conventionally appears in the form of three numbers which represent the system load during the last one-, five-, and fifteen-minute periods.

  8. Category:Unix network-related software - Wikipedia

    en.wikipedia.org/wiki/Category:Unix_network...

    Main page; Contents; Current events; Random article; About Wikipedia; Contact us

  9. Unix domain socket - Wikipedia

    en.wikipedia.org/wiki/Unix_domain_socket

    Regardless of the range of communication (same host or different host), [2] Unix computer programs that perform socket communication are similar. The only range of communication difference is the method to convert a name to the address parameter needed to bind the socket's connection. For a Unix domain socket, the name is a /path/filename.