HomeSort by: relevance | last modified time | path
    Searched refs:iotop (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/dtracetoolkit/dist/Bin/
iotop 3 # iotop - display top disk I/O events by process.
8 # $Id: iotop,v 1.1.1.1 2015/09/30 22:01:06 christos Exp $
10 # USAGE: iotop [-C] [-D|-o|-P] [-j|-Z] [-d device] [-f filename]
13 # iotop # default output, 5 second intervals
26 # iotop 1 # 1 second samples
27 # iotop -C # don't clear the screen
28 # iotop -P # print %I/O (time based)
29 # iotop -j # print project IDs
30 # iotop -Z # print zone IDs
31 # iotop -t 20 # print top 20 lines onl
    [all...]
  /src/external/cddl/dtracetoolkit/dist/
iotop 3 # iotop - display top disk I/O events by process.
8 # $Id: iotop,v 1.1.1.1 2015/09/30 22:01:06 christos Exp $
10 # USAGE: iotop [-C] [-D|-o|-P] [-j|-Z] [-d device] [-f filename]
13 # iotop # default output, 5 second intervals
26 # iotop 1 # 1 second samples
27 # iotop -C # don't clear the screen
28 # iotop -P # print %I/O (time based)
29 # iotop -j # print project IDs
30 # iotop -Z # print zone IDs
31 # iotop -t 20 # print top 20 lines onl
    [all...]
  /src/sys/arch/sparc/sparc/
pci_fixup.c 297 uint32_t *mem, uint32_t iotop, uint32_t memtop)
313 printf(" io free %08x to %08x\n", startio, iotop - 1);
362 iotop, memtop);
403 if (start + size <= iotop) {

Completed in 14 milliseconds