Home
last modified time | relevance | path

Searched refs:workloads (Results 1 – 25 of 2751) sorted by relevance

12345678910>>...111

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/e2e/metrics/
H A Dmetrics.go79 workloads := map[string]string{
87 tc.runWorkloads(t, workloads)
89 tc.queryAllocMetrics(t, workloads)
103 workloads := map[string]string{
108 tc.runWorkloads(t, workloads)
110 tc.queryAllocMetrics(t, workloads)
114 func (tc *MetricsTest) runWorkloads(t *testing.T, workloads map[string]string) {
115 for jobName := range workloads {
176 func (tc *MetricsTest) queryAllocMetrics(t *testing.T, workloads map[string]string) {
180 for jobName, metric := range workloads {
/dports/sysutils/nomad/nomad-1.1.0/e2e/metrics/
H A Dmetrics.go80 workloads := map[string]string{
88 tc.runWorkloads(t, workloads)
90 tc.queryAllocMetrics(t, workloads)
104 workloads := map[string]string{
109 tc.runWorkloads(t, workloads)
111 tc.queryAllocMetrics(t, workloads)
115 func (tc *MetricsTest) runWorkloads(t *testing.T, workloads map[string]string) {
116 for jobName := range workloads {
179 func (tc *MetricsTest) queryAllocMetrics(t *testing.T, workloads map[string]string) {
183 for jobName, metric := range workloads {
/dports/sysutils/istio/istio-1.6.7/pkg/test/framework/components/echo/kube/
H A Dinstance.go52 workloads []*workload member
181 out := make([]echo.Workload, 0, len(c.workloads))
182 for _, w := range c.workloads {
199 for _, w := range c.workloads {
229 if c.workloads != nil {
234 workloads := make([]*workload, 0)
241 workloads = append(workloads, workload)
245 if len(workloads) == 0 {
249 c.workloads = workloads
254 for _, w := range c.workloads {
[all …]
/dports/sysutils/istio/istio-1.6.7/pkg/test/framework/components/echo/docker/
H A Dinstance.go52 workloads []*workload member
114 i.workloads = append(i.workloads, w)
135 return i.workloads[0].Address()
139 out := make([]echo.Workload, 0, len(i.workloads))
140 for _, w := range i.workloads {
157 for _, w := range i.workloads {
185 for _, w := range i.workloads {
188 i.workloads = nil
197 out, err := common.CallEcho(i.workloads[0].Instance, &opts, common.IdentityOutboundPortSelector)
225 for _, w := range i.workloads {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/website/source/guides/stateful-workloads/
H A Dstateful-workloads.html.md4 sidebar_current: "guides-stateful-workloads"
6 It is possible to deploy and consume stateful workloads in Nomad. Nomad can
16 - [Host Volumes](https://learn.hashicorp.com/nomad/stateful-workloads/host-volumes)
17 - [Portworx](https://learn.hashicorp.com/nomad//stateful-workloads/portworx)
19 …orp's Learn website]: https://learn.hashicorp.com/nomad?track=stateful-workloads#stateful-workloads
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/simpleperf/
H A Dcmd_record_test.cpp288 CreateProcesses(1, &workloads); in TEST()
316 CreateProcesses(1, &workloads); in TEST()
326 CreateProcesses(2, &workloads); in TEST()
328 "%d,%d", workloads[0]->GetPid(), workloads[1]->GetPid()); in TEST()
335 CreateProcesses(2, &workloads); in TEST()
338 "%d,%d", workloads[0]->GetPid(), workloads[1]->GetPid()); in TEST()
440 CreateProcesses(1, &workloads); in TEST()
535 CreateProcesses(1, &workloads); in TEST()
581 CreateProcesses(1, &workloads); in TEST()
665 CreateProcesses(1, &workloads); in TEST()
[all …]
H A Dcmd_stat_test.cpp88 std::vector<std::unique_ptr<Workload>>* workloads) { in CreateProcesses() argument
89 workloads->clear(); in CreateProcesses()
96 workloads->push_back(std::move(workload)); in CreateProcesses()
101 std::vector<std::unique_ptr<Workload>> workloads; in TEST() local
102 CreateProcesses(2, &workloads); in TEST()
104 "%d,%d", workloads[0]->GetPid(), workloads[1]->GetPid()); in TEST()
109 std::vector<std::unique_ptr<Workload>> workloads; in TEST() local
110 CreateProcesses(2, &workloads); in TEST()
113 "%d,%d", workloads[0]->GetPid(), workloads[1]->GetPid()); in TEST()
/dports/benchmarks/filebench/filebench-1.5-alpha3-27-g22620e6/
H A DREADME9 variety of workloads. Unlike typical benchmarks it is extremely flexible and
11 Language (WML). Users can either describe desired workloads from scratch or use
13 (e.g., mail-, web-, file-, and database-server workloads). Filebench is equally
56 the predefined Filebench workloads.
60 Example 1: User-defined workloads
92 In more complex workloads one can define any number of filesets, multiple
101 Example 2: Pre-defined workloads
106 workloads are located in the workloads/ directory and are typically installed in
110 We do *not* recommend to directly use workload files from workloads/ or
119 $ cp /usr/local/share/filebench/workloads/webserver.f mywebserver.f
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/website/source/layouts/
H A Dguides.erb211 <li<%= sidebar_current("guides-stateful-workloads") %>>
212 <a href="/guides/stateful-workloads/stateful-workloads.html">Stateful Workloads</a>
215 <li<%= sidebar_current("guides-analytical-workloads") %>>
216 <a href="/guides/analytical-workloads/index.html">Analytical Workloads</a>
219 <li<%= sidebar_current("guides-analytical-workloads") %>>
220 <a href="/guides/analytical-workloads/spark/index.html">Apache Spark</a>
222 <li<%= sidebar_current("guides-analytical-workloads-spark-pre") %>>
228 <li<%= sidebar_current("guides-analytical-workloads-spark-resource") %>>
231 <li<%= sidebar_current("guides-analytical-workloads-spark-dynamic") %>>
234 <li<%= sidebar_current("guides-analytical-workloads-spark-submit") %>>
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/website/source/guides/analytical-workloads/spark/
H A Dresource.html.md4 sidebar_current: "guides-analytical-workloads-spark-resource"
42 …[spark.nomad.shuffle.memory](/guides/analytical-workloads/spark/configuration.html#spark-nomad-shu…
51 [spark.nomad.driver.cpu](/guides/analytical-workloads/spark/configuration.html#spark-nomad-driver-c…
53 [spark.nomad.executor.cpu](/guides/analytical-workloads/spark/configuration.html#spark-nomad-execut…
55 [spark.nomad.shuffle.cpu](/guides/analytical-workloads/spark/configuration.html#spark-nomad-shuffle…
67 [spark.nomad.driver.networkMBits](/guides/analytical-workloads/spark/configuration.html#spark-nomad…
68 [spark.nomad.executor.networkMBits](/guides/analytical-workloads/spark/configuration.html#spark-nom…
69 [spark.nomad.shuffle.networkMBits](/guides/analytical-workloads/spark/configuration.html#spark-noma…
77 [spark.nomad.driver.logMaxFiles](/guides/analytical-workloads/spark/configuration.html#spark-nomad-…
78 and [spark.nomad.executor.logMaxFiles](/guides/analytical-workloads/spark/configuration.html#spark-…
[all …]
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Assuredworkloads/
H A DGoogleCloudAssuredworkloadsV1ListWorkloadsResponse.php36 public function setWorkloads($workloads) argument
38 $this->workloads = $workloads;
45 return $this->workloads;
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/parallelization/test/parallel_mpi_1/
H A Dstripingsimulatortest.h174 NoOpBalancer::WeightVec workloads(5); in testPartitionsToWorkloadsAndBackAgain()
175 workloads[0] = 1; in testPartitionsToWorkloadsAndBackAgain()
176 workloads[1] = 10; in testPartitionsToWorkloadsAndBackAgain()
177 workloads[2] = 0; in testPartitionsToWorkloadsAndBackAgain()
178 workloads[3] = 9; in testPartitionsToWorkloadsAndBackAgain()
179 workloads[4] = 70; in testPartitionsToWorkloadsAndBackAgain()
182 workloads); in testPartitionsToWorkloadsAndBackAgain()
184 TS_ASSERT_EQUALS(testSim->workloadsToPartitions(workloads), in testPartitionsToWorkloadsAndBackAgain()
/dports/sysutils/kubectl/kubernetes-1.22.2/test/integration/scheduler_perf/config/
H A Dperformance-config.yaml12 workloads:
39 workloads:
62 workloads:
87 workloads:
124 workloads:
156 workloads:
185 workloads:
212 workloads:
239 workloads:
266 workloads:
[all …]
/dports/net/grpcui/grpcui-1.1.0/vendor/google.golang.org/grpc/Documentation/
H A Dbenchmark.md8 parameters to simulate various environments and workloads. For example, if your
15 -workloads=streaming \
21 Pass the `-h` flag to the `benchmain` utility to see other flags and workloads
29 respectively. This is useful to simulate workloads with arbitrary payload
47 -workloads=unary \
63 -workloads=unary \
72 -workloads=unary \
/dports/security/lego/lego-4.5.3/vendor/google.golang.org/grpc/Documentation/
H A Dbenchmark.md8 parameters to simulate various environments and workloads. For example, if your
15 -workloads=streaming \
21 Pass the `-h` flag to the `benchmain` utility to see other flags and workloads
29 respectively. This is useful to simulate workloads with arbitrary payload
47 -workloads=unary \
63 -workloads=unary \
72 -workloads=unary \
/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/grpc/Documentation/
H A Dbenchmark.md8 parameters to simulate various environments and workloads. For example, if your
15 -workloads=streaming \
21 Pass the `-h` flag to the `benchmain` utility to see other flags and workloads
29 respectively. This is useful to simulate workloads with arbitrary payload
47 -workloads=unary \
63 -workloads=unary \
72 -workloads=unary \
/dports/security/vault/vault-1.8.2/vendor/google.golang.org/grpc/Documentation/
H A Dbenchmark.md8 parameters to simulate various environments and workloads. For example, if your
15 -workloads=streaming \
21 Pass the `-h` flag to the `benchmain` utility to see other flags and workloads
29 respectively. This is useful to simulate workloads with arbitrary payload
47 -workloads=unary \
63 -workloads=unary \
72 -workloads=unary \
/dports/net/evans/evans-0.9.1/vendor/google.golang.org/grpc/Documentation/
H A Dbenchmark.md8 parameters to simulate various environments and workloads. For example, if your
15 -workloads=streaming \
21 Pass the `-h` flag to the `benchmain` utility to see other flags and workloads
29 respectively. This is useful to simulate workloads with arbitrary payload
47 -workloads=unary \
63 -workloads=unary \
72 -workloads=unary \
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/grpc/Documentation/
H A Dbenchmark.md8 parameters to simulate various environments and workloads. For example, if your
15 -workloads=streaming \
21 Pass the `-h` flag to the `benchmain` utility to see other flags and workloads
29 respectively. This is useful to simulate workloads with arbitrary payload
47 -workloads=unary \
63 -workloads=unary \
72 -workloads=unary \
/dports/www/gohugo/hugo-0.91.2/vendor/google.golang.org/grpc/Documentation/
H A Dbenchmark.md8 parameters to simulate various environments and workloads. For example, if your
15 -workloads=streaming \
21 Pass the `-h` flag to the `benchmain` utility to see other flags and workloads
29 respectively. This is useful to simulate workloads with arbitrary payload
47 -workloads=unary \
63 -workloads=unary \
72 -workloads=unary \
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/google.golang.org/grpc/Documentation/
H A Dbenchmark.md8 parameters to simulate various environments and workloads. For example, if your
15 -workloads=streaming \
21 Pass the `-h` flag to the `benchmain` utility to see other flags and workloads
29 respectively. This is useful to simulate workloads with arbitrary payload
47 -workloads=unary \
63 -workloads=unary \
72 -workloads=unary \
/dports/www/pomerium/pomerium-0.8.3/vendor/google.golang.org/grpc/Documentation/
H A Dbenchmark.md8 parameters to simulate various environments and workloads. For example, if your
15 -workloads=streaming \
21 Pass the `-h` flag to the `benchmain` utility to see other flags and workloads
29 respectively. This is useful to simulate workloads with arbitrary payload
47 -workloads=unary \
63 -workloads=unary \
72 -workloads=unary \
/dports/net/cloudquery/cloudquery-0.16.0/vendor/google.golang.org/grpc/Documentation/
H A Dbenchmark.md8 parameters to simulate various environments and workloads. For example, if your
15 -workloads=streaming \
21 Pass the `-h` flag to the `benchmain` utility to see other flags and workloads
29 respectively. This is useful to simulate workloads with arbitrary payload
47 -workloads=unary \
63 -workloads=unary \
72 -workloads=unary \
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/google.golang.org/grpc/Documentation/
H A Dbenchmark.md8 parameters to simulate various environments and workloads. For example, if your
15 -workloads=streaming \
21 Pass the `-h` flag to the `benchmain` utility to see other flags and workloads
29 respectively. This is useful to simulate workloads with arbitrary payload
47 -workloads=unary \
63 -workloads=unary \
72 -workloads=unary \
/dports/security/xray-core/Xray-core-1.5.0/vendor/google.golang.org/grpc/Documentation/
H A Dbenchmark.md8 parameters to simulate various environments and workloads. For example, if your
15 -workloads=streaming \
21 Pass the `-h` flag to the `benchmain` utility to see other flags and workloads
29 respectively. This is useful to simulate workloads with arbitrary payload
47 -workloads=unary \
63 -workloads=unary \
72 -workloads=unary \

12345678910>>...111