Skip to main content

Interact with Valve's GFX trace system

Project description

Valve Traces

Access the Valve traces service through a simple command line interface. This tool makes sure traces and frames are tagged with information coming from the machine that captured/ran the trace to avoid any confusion and guesswork as to what environment is needed to reproduce an issue.

Installing the tool

This should be as simple as:

$ pip install --user valvetraces
$ export PATH=~/.local/bin:$PATH

$ valvetraces
usage: valvetraces [-h] [--username USERNAME] [-u URL] {login,list_apps,create_app,list,download,upload_trace} ...

positional arguments:
  {login,list_apps,create_app,list,download,upload_trace}
    login               Log in the valve traces service
    list_apps           List the applications defined in the service
    create_app          Create a new application in the service
    list                List the traces available in the service
    download            Download a trace from the service
    upload_trace        Upload a trace

optional arguments:
  -h, --help            show this help message and exit
  --username USERNAME   Username you want to use in the service
  -u URL, --url URL     URL to the service

Authenticate to the service

First, you need to create an account on the service, then set a username and password.

You can then check that everything is working by doing:

$ VALVETRACESPASSWORD=$PASSWORD valvetraces --username $username login

Interact with traces

Check out valvetraces --help for more information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

valve_gfx_ci.valvetraces-0.0.10.tar.gz (20.1 kB view hashes)

Uploaded Source

Built Distribution

valve_gfx_ci.valvetraces-0.0.10-py3-none-any.whl (19.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page