enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. sar (Unix) - Wikipedia

    en.wikipedia.org/wiki/Sar_(Unix)

    Linux User Commands Manual: reports individual or combined processor related statistics. – Linux User Commands Manual: reports statistics for Linux tasks (processes) : I/O, CPU, memory, etc. – Linux User Commands Manual: reports input/output statistics for network filesystems (NFS).

  3. lspci - Wikipedia

    en.wikipedia.org/wiki/Lspci

    lspci is a command on Unix-like operating systems that prints ("lists") detailed information about all PCI buses and devices in the system. [1] It is based on a common portable library libpci which offers access to the PCI configuration space on a variety of operating systems.

  4. x86 instruction listings - Wikipedia

    en.wikipedia.org/wiki/X86_instruction_listings

    The EAX=0Dh CPUID leaf is used to provide information about which state-components the CPU supports and what their sizes/offsets are, so that the OS can reserve the proper amount of space and set the associated enable-bits.

  5. iostat - Wikipedia

    en.wikipedia.org/wiki/Iostat

    iostat (input/output statistics) is a computer system monitor tool used to collect and show operating system storage input and output statistics. It is often used to identify performance issues with storage devices, including local disks, or remote disks accessed over network file systems such as NFS.

  6. List of POSIX commands - Wikipedia

    en.wikipedia.org/wiki/List_of_POSIX_commands

    Print a calendar Version 5 AT&T UNIX cat: Filesystem Mandatory Concatenate and print files PDP-7 UNIX cd: Filesystem Mandatory Change the working directory Version 6 AT&T UNIX cflow: C programming Optional (XSI) Generate a C-language call graph: System V chgrp: Filesystem Mandatory Change the file group ownership PWB UNIX chmod: Filesystem ...

  7. List of GNU Core Utilities commands - Wikipedia

    en.wikipedia.org/wiki/List_of_GNU_Core_Utilities...

    This is a list of commands from the GNU Core Utilities for Unix environments. These commands can be found on Unix operating systems and most Unix-like operating systems. GNU Core Utilities include basic file, shell and text manipulation utilities. Coreutils includes all of the basic command-line tools that are expected in a POSIX system.

  8. Toybox - Wikipedia

    en.wikipedia.org/wiki/Toybox

    netstat — Display networking information. nice — Run a command line at an increased or decreased scheduling priority. nl — Number lines of input. nohup — Run a command that survives the end of its terminal. nproc — Print number of processors. nsenter — Run COMMAND in an existing (set of) namespaces. od — Dump data in octal/hex.

  9. CPUID - Wikipedia

    en.wikipedia.org/wiki/CPUID

    They both provide CPU cache information in a series of sub-leaves selected by ECX - to get information about all the cache levels, it is necessary to invoke CPUID repeatedly, with EAX=4 or 8000'001Dh and ECX set to increasing values starting from 0 (0,1,2,...) until a sub-leaf not describing any caches (EAX[4:0]=0) is found. The sub-leaves that ...