When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Explicit Congestion Notification - Wikipedia

    en.wikipedia.org/wiki/Explicit_Congestion...

    The Solaris kernel supports three states of ECN for TCP: [25] never – no ECN; active – use ECN; passive – only advertise ECN support when asked for. As of Solaris 11.4, the default behavior is active. ECN usage can be modified via ipadm set-prop -p ecn=active tcp. [26]

  3. Solaris Containers - Wikipedia

    en.wikipedia.org/wiki/Solaris_Containers

    The Solaris operating system provides man pages for Solaris Containers by default; more detailed documentation can be found at various on-line technical resources. The first published document and hands-on reference for Solaris Zones was written in February 2004 by Dennis Clarke at Blastwave, providing the essentials to getting started.

  4. TUN/TAP - Wikipedia

    en.wikipedia.org/wiki/TUN/TAP

    In computer networking, TUN and TAP are kernel virtual network devices. Being network devices supported entirely in software, they differ from ordinary network devices which are backed by physical network adapters. The Universal TUN/TAP Driver originated in 2000 as a merger of the corresponding drivers in Solaris, Linux and BSD. [1]

  5. OS-level virtualization - Wikipedia

    en.wikipedia.org/wiki/OS-level_virtualization

    OS-level virtualization is an operating system (OS) virtualization paradigm in which the kernel allows the existence of multiple isolated user space instances, including containers (LXC, Solaris Containers, AIX WPARs, HP-UX SRP Containers, Docker, Podman), zones (Solaris Containers), virtual private servers (), partitions, virtual environments (VEs), virtual kernels (DragonFly BSD), and jails ...

  6. Oracle Solaris - Wikipedia

    en.wikipedia.org/wiki/Oracle_Solaris

    Oracle Solaris is a proprietary Unix operating system offered by Oracle for SPARC and x86-64 based workstations and servers.Originally developed by Sun Microsystems as Solaris, it superseded the company's earlier SunOS in 1993 and became known for its scalability, especially on SPARC systems, and for originating many innovative features such as DTrace, ZFS and Time Slider.

  7. procfs - Wikipedia

    en.wikipedia.org/wiki/Procfs

    The proc filesystem (procfs) is a special filesystem in Unix-like operating systems that presents information about processes and other system information in a hierarchical file-like structure, providing a more convenient and standardized method for dynamically accessing process data held in the kernel than traditional tracing methods or direct access to kernel memory.

  8. Loadable kernel module - Wikipedia

    en.wikipedia.org/wiki/Loadable_kernel_module

    In computing, a loadable kernel module (LKM) is an object file that contains code to extend the running kernel, or so-called base kernel, of an operating system. LKMs are typically used to add support for new hardware (as device drivers ) and/or filesystems , or for adding system calls .

  9. DTrace - Wikipedia

    en.wikipedia.org/wiki/DTrace

    ftrace – a tracing framework for the Linux kernel, capable of tracing scheduling events, interrupts, memory-mapped I/O, CPU power state transitions, etc. ktrace – a BSD Unix and macOS utility that traces kernel–program interactions; ltrace – a Linux debugging utility, displays the calls a userland application makes to shared libraries