framulate

command
v0.10.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

README

Framulate

Runs a stress test on frames

Usage example

kubectl delete job -n default-tenant framulate;
kubectl delete cm -n default-tenant framulate-config;
cat << EOF | kubectl apply -n default-tenant -f -
kind: ConfigMap 
apiVersion: v1 
metadata:
  name: framulate-config
data:
  framulate.yaml: |
    transport:
      # will use grpc by default. for http, use http://framesd:8080
      url: framesd:8081
    container_name: test10
    access_key: <your key>
    max_inflight_requests: 512
    cleanup: true
    scenario:
      kind: writeVerify
      writeVerify:
        verify: true
        num_tables: 32
        num_series_per_table: 10000
        max_parallel_tables_create: 32
        max_parallel_series_write: 512
        max_parallel_series_verify: 512
        write_dummy_series: true
        num_datapoints_per_series: 24
---
apiVersion: batch/v1
kind: Job
metadata:
  name: framulate
spec:
  template:
    spec:
      containers:
      - name: framulate
        image: iguazio/framulate:latest
        imagePullPolicy: Never
        args:
        - "-config-path"
        - "/etc/iguazio/framulate/framulate.yaml"
        volumeMounts:
        - name: config
          mountPath: /etc/iguazio/framulate
      restartPolicy: Never
      volumes:
      - name: config
        configMap:
          name: framulate-config
  backoffLimit: 0
EOF

Documentation

Overview

Copyright 2018 Iguazio Systems Ltd.

Licensed under the Apache License, Version 2.0 (the "License") with an addition restriction as set forth herein. You may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

In addition, you may not use the software for any purposes that are illegal under applicable law, and the grant of the foregoing license under the Apache 2.0 license is conditioned upon your compliance with such restriction.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL