• Home
  • Raw
  • Download

Lines Matching refs:manpage

682 			:manpage:`gettimeofday(2)`
685 :manpage:`clock_gettime(2)`
698 Enable all of the :manpage:`gettimeofday(2)` reducing options
701 :manpage:`gettimeofday(2)` call count. With this option enabled, we only do
702 about 0.4% of the :manpage:`gettimeofday(2)` calls we would have done if all
709 intensive on :manpage:`gettimeofday(2)` calls. With this option, you can set
713 :manpage:`gettimeofday(2)` call. The CPU set aside for doing these time
1032 Pre-allocate via :manpage:`posix_fallocate(3)`.
1035 Pre-allocate via :manpage:`fallocate(2)` with
1050 Use :manpage:`posix_fadvise(2)` to advise the kernel on what I/O patterns
1069 Use :manpage:`posix_fadvise(2)` to advise the kernel what stream ID the
1110 Like :option:`fsync` but uses :manpage:`fdatasync(2)` to only sync data and
1112 :manpage:`fdatasync(2)`, this falls back to using :manpage:`fsync(2)`.
1121 Use :manpage:`sync_file_range(2)` for every `val` number of write
1123 :manpage:`sync_file_range(2)` call. `str` can currently be one or more of:
1134 writes. Also see the :manpage:`sync_file_range(2)` man page. This option is
1150 If true, fio will :manpage:`fsync(2)` a dirty file on close. This differs
1449 Use memory from :manpage:`malloc(3)` as the buffers. Default memory
1454 :manpage:`shmget(2)`.
1511 Pin the specified amount of memory with :manpage:`mlock(2)`. Can be used to
1579 Basic :manpage:`read(2)` or :manpage:`write(2)`
1580 I/O. :manpage:`lseek(2)` is used to position the I/O location.
1584 Basic :manpage:`pread(2)` or :manpage:`pwrite(2)` I/O. Default on
1588 Basic :manpage:`readv(2)` or :manpage:`writev(2)` I/O. Will emulate
1592 Basic :manpage:`preadv(2)` or :manpage:`pwritev(2)` I/O.
1595 Basic :manpage:`preadv2(2)` or :manpage:`pwritev2(2)` I/O.
1604 POSIX asynchronous I/O using :manpage:`aio_read(3)` and
1605 :manpage:`aio_write(3)`.
1614 File is memory mapped with :manpage:`mmap(2)` and data copied
1615 to/from using :manpage:`memcpy(3)`.
1618 :manpage:`splice(2)` is used to transfer the data and
1619 :manpage:`vmsplice(2)` to transfer data from user space to the
1625 :manpage:`read(2)` and :manpage:`write(2)` for asynchronous
1642 Like **net**, but uses :manpage:`splice(2)` and
1643 :manpage:`vmsplice(2)` to map data and send/receive.
1682 I/O engine that sends :manpage:`ftruncate(2)` operations in response
1752 :manpage:`io_getevents(2)` system call to reap newly returned events. With
2095 :manpage:`blktrace(8)` for how to capture such logging data. For blktrace
2142 POSIX Threads function :manpage:`pthread_create(3)` to create threads instead
2158 Run the job with the given nice value. See man :manpage:`nice(2)`.
2168 :manpage:`ionice(1)`. Refer to an appropriate manpage for other operating
2173 Set the I/O priority class. See man :manpage:`ionice(1)`.
2180 :manpage:`sched_setaffinity(2)`. This may not work on all supported
2289 :manpage:`system(3)`. Output is redirected in a file called
2295 :manpage:`system(3)`. Output is redirected in a file called
2756 the number of calls to :manpage:`gettimeofday(2)`, as that does impact
2973 | | F | Running, currently waiting for :manpage:`fsync(2)` |
3295 :manpage:`fsync(2)` the file.
3297 :manpage:`fdatasync(2)` the file.