Home
last modified time | relevance | path

Searched refs:workload (Results 1 – 43 of 43) sorted by relevance

/linux-4.1.27/tools/perf/Documentation/
Dperf-sched.txt18 of an arbitrary workload.
21 and other scheduling properties of the workload.
23 'perf sched script' to see a detailed trace of the workload that
26 'perf sched replay' to simulate the workload that was recorded
28 that mimic the workload based on the events in the trace. These
30 of the workload as it occurred when it was recorded - and can repeat
34 workload captured via perf sched record. Columns stand for
Dperf-kmem.txt18 of an arbitrary workload.
Dperf-timechart.txt6 perf-timechart - Tool to visualize total system behavior during a workload
18 of an arbitrary workload. By default timechart records only scheduler
Dexamples.txt45 'repeat the workload N times' feature of perf stat:
65 Furthermore, these tracepoints can be used to sample the workload as
Dperf-kvm.txt24 of an arbitrary workload.
27 of an arbitrary workload and save it into a perf data file. We set the
Dperf-script.txt23 'perf script' to see a detailed trace of the workload that was
/linux-4.1.27/tools/perf/tests/
Dperf-record.c102 err = sched__get_first_possible_cpu(evlist->workload.pid, &cpu_mask); in test__PERF_RECORD()
114 if (sched_setaffinity(evlist->workload.pid, cpu_mask_size, &cpu_mask) < 0) { in test__PERF_RECORD()
195 if ((pid_t)sample.pid != evlist->workload.pid) { in test__PERF_RECORD()
197 name, evlist->workload.pid, sample.pid); in test__PERF_RECORD()
201 if ((pid_t)sample.tid != evlist->workload.pid) { in test__PERF_RECORD()
203 name, evlist->workload.pid, sample.tid); in test__PERF_RECORD()
212 (pid_t)event->comm.pid != evlist->workload.pid) { in test__PERF_RECORD()
/linux-4.1.27/Documentation/filesystems/nfs/
Dknfsd-stats.txt52 Depending on the NFS workload patterns and various network stack
56 However this is a more accurate and less workload-dependent measure
72 thread pool for the NFS workload (the workload is thread-limited),
73 or because the NFS workload needs more CPU time than is available in
74 the thread pool (the workload is CPU-limited). In the former case,
76 of the NFS workload. In the latter case, the sunrpc server layer is
100 is zero. Significant non-zero values indicate that the workload
118 improve the performance of the workload. If this patten is not
127 threads configured than can be used by the NFS workload. This is
133 slow; the idle timeout is 60 minutes. Unless the NFS workload
/linux-4.1.27/tools/perf/util/
Devlist.c45 evlist->workload.pid = -1; in perf_evlist__init()
1333 evlist->workload.pid = fork(); in perf_evlist__prepare_workload()
1334 if (evlist->workload.pid < 0) { in perf_evlist__prepare_workload()
1339 if (!evlist->workload.pid) { in perf_evlist__prepare_workload()
1403 evlist->threads->map[0] = evlist->workload.pid; in perf_evlist__prepare_workload()
1417 evlist->workload.cork_fd = go_pipe[1]; in perf_evlist__prepare_workload()
1432 if (evlist->workload.cork_fd > 0) { in perf_evlist__start_workload()
1438 ret = write(evlist->workload.cork_fd, &bf, 1); in perf_evlist__start_workload()
1442 close(evlist->workload.cork_fd); in perf_evlist__start_workload()
Devlist.h47 } workload; member
/linux-4.1.27/Documentation/timers/
DNO_HZ.txt49 However, if you are instead running a light workload with long idle
56 In addition, if you are running either a real-time workload or an HPC
57 workload with short iterations, the scheduling-clock interrupts can
58 degrade your applications performance. If this describes your workload,
235 but do not see any change in your workload's behavior. Is this because
236 your workload isn't affected that much by OS jitter, or is it because
247 possible, then you can conclude that your workload is not all that
322 constraining the workload. For example, the only way to eliminate
/linux-4.1.27/Documentation/
Dkernel-per-CPU-kthreads.txt29 # run workload
163 1. Run your workload at a real-time priority, which will allow
201 slowly. Of course, you can also run your workload at
203 but if your workload is CPU-bound, this is a bad idea.
236 is feasible only if your workload never requires RCU priority
273 timer down to a level that is acceptable for your workload.
Diostats.txt138 typical workload usually contains a lot of successive and adjacent requests,
Dkernel-parameters.txt410 a microbenchmark depending on workload and compiler.
/linux-4.1.27/Documentation/cpu-freq/
Dgovernors.txt178 defines the workload frequency sensitivity threshold in which a lower
182 the performance of the workload running on a CPU will change when
183 frequency changes. A workload with sensitivity of 0% (memory/IO-bound)
185 workload with sensitivity of 100% (CPU-bound) will perform better
Dboost.txt45 save power here, though this depends on the workload.
Dpcc-cpufreq.txt88 computes the required performance for each processor based on server workload.
/linux-4.1.27/Documentation/filesystems/
Dceph.txt28 across storage nodes in large chunks to distribute workload and
36 dynamically redistributes metadata in response to workload changes,
Dext4.txt63 workload parameter can completely change the ranking of which
/linux-4.1.27/Documentation/block/
Dcfq-iosched.txt32 So depending on storage and workload, it might be useful to set slice_idle=0.
99 latency. But if sequential workload is higher(e.g. sequential read),
273 and notice how a workload can lose its disk share and suffer due to
/linux-4.1.27/Documentation/vm/
Dzswap.txt21 impact to the guest workload and guests sharing the I/O subsystem
Dhighmem.txt160 machine - although more might work for you and your workload, you're pretty
Dcleancache.txt201 overcommitted in a virtual workload); and because the hooks are
Dfrontswap.txt67 When a workload starts swapping, performance falls through the floor.
Dunevictable-lru.txt99 defragmentation, workload management and memory hotplug. The linux kernel
/linux-4.1.27/Documentation/x86/
Dtlb.txt30 sizes of the flush will vary greatly depending on the workload as
/linux-4.1.27/drivers/s390/char/
DKconfig87 identification. This is commonly used for workload management and
/linux-4.1.27/fs/squashfs/
DKconfig80 If you have a parallel I/O workload and your system has enough memory,
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-driver-ib_srp63 spread the SRP completion workload over multiple CPU's.
/linux-4.1.27/tools/perf/
Dbuiltin-record.c529 kill(rec->evlist->workload.pid, SIGTERM); in __cmd_record()
Dbuiltin-stat.c649 child_pid = evsel_list->workload.pid; in __run_perf_stat()
/linux-4.1.27/mm/
DKconfig249 by the guest workload. Allowing the compaction & migration for memory
561 reads, can also improve workload performance.
/linux-4.1.27/Documentation/trace/
Dtracepoint-analysis.txt144 Any workload can exhibit variances between runs and it can be important
/linux-4.1.27/Documentation/thermal/
Dintel_powerclamp.txt40 they’re only used opportunistically, based on workload. With the
/linux-4.1.27/net/
DKconfig294 flow that greatly exceeds average workload.
/linux-4.1.27/Documentation/sysctl/
Dvm.txt667 small benefits in tuning this to a different value if your workload is
797 zone_reclaim may be enabled if it's known that the workload is partitioned
Dkernel.txt457 guarantee. If the target workload is already bound to NUMA nodes then this
485 workload pattern changes and minimises performance impact due to remote
/linux-4.1.27/Documentation/cgroups/
Dblkio-controller.txt365 On a faster hardware CFQ can be slow, especially with sequential workload.
Dunified-hierarchy.txt355 well, resulting in much better overall workload performance.
/linux-4.1.27/Documentation/RCU/
Dchecklist.txt185 workload is running.
DwhatisRCU.txt915 e. Is your workload too update-intensive for normal use of
/linux-4.1.27/Documentation/filesystems/cifs/
DREADME312 workload/scenario before using this option. Currently, local
343 attribute cache timeout to suit the workload needs. Shorter
/linux-4.1.27/arch/mips/
DKconfig1950 You should only select this option if you have a workload that