perf-fmt

command module
v0.0.0-...-4c935b5 Latest Latest
Warning

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

Go to latest
Published: May 26, 2025 License: Apache-2.0 Imports: 17 Imported by: 0

README

perf-fmt

perf-fmt read, format and save performance results. The program is written in Go.

Docker

Each version of perf-fmt is bundled in a docker image available on GH registry.

AWS S3

The perf-fmt formats and stores json result on AWS S3 bucket. Currently we use it with the lpd-perf S3 bucket.

A dedicated user has been created perf-fmt

and a policy s3_lpd-perf

AWS Policy

The policy used with perf-fmt is s3_lpd-perf

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "VisualEditor0",
            "Effect": "Allow",
            "Action": [
                "s3:PutObject",
                "s3:GetObject",
                "s3:PutObjectAcl"
            ],
            "Resource": "arn:aws:s3:::lpd-perf/*"
        },
        {
            "Sid": "VisualEditor1",
            "Effect": "Allow",
            "Action": [
                "s3:ListBucket"
            ],
            "Resource": "arn:aws:s3:::lpd-perf"
        }
    ]
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
history command

Jump to

Keyboard shortcuts

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