Skip to main content

ezmsg namespace package containing tools for working with ezmsg graphs.

Project description

ezmsg-tools

A namespace package for ezmsg to visualize running graphs and data.

The data visualization is highly fragile. Expect bugs.

Installation

Pre-requisites

On Mac, you should use brew:

  • brew install graphviz
  • export CFLAGS="-I $(brew --prefix graphviz)/include"
  • export LDFLAGS="-L $(brew --prefix graphviz)/lib"

Release

Install the latest release from pypi with: pip install ezmsg-tools (or uv add ... or poetry add ...).

More than likely, you will want to include at least one of the extras when installing:

pip install "ezmsg-tools[all]"

Development Version

If you intend to edit ezmsg-tools then please refer to the Developers section below.

You can add the development version of ezmsg-tools directly from GitHub:

  • Using pip: pip install git+https://github.com/ezmsg-org/ezmsg-tools.git@dev
  • Using poetry: poetry add "git+https://github.com/ezmsg-org/ezmsg-tools.git@dev"
  • Using uv: uv add git+https://github.com/ezmsg-org/ezmsg-tools --branch dev

You probably want to include the extras when installing the development version:

  • pip install "ezmsg-tools[all] @ git+https://github.com/ezmsg-org/ezmsg-tools.git@dev"

Getting Started

This package includes some entrypoints with useful tools.

ezmsg-performance-monitor

This tool operates on logfiles created by ezmsg. Logfiles will automatically be created when running a pipeline containing nodes decorated with ezmsg.sigproc.util.profile.profile_subpub, and if the EZMSG_LOGLEVEL environment variable is set to DEBUG. The logfiles will be created in ~/.ezmsg/profile/ezprofiler.log by default but this can be changed with the EZMSG_PROFILE environment variable.

Most of the nodes provided by ezmsg.sigproc are already decorated to enable profiling, as is any custom nodes that inherit from ezmsg.sigproc.base.GenAxisArray. You can decorate other nodes with ezmsg.sigproc.util.profile.profile_subpub to enable profiling.

During a run with profiling enabled, the logfiles will be created in the specified location. You may wish to additionally create a graph file: (uv run) EZMSG_LOGLEVEL=WARN ezmsg mermaid > ~/.ezmsg/profile/ezprofiler.mermaid

During or after a pipeline run with profiling enabled, you can run (uv run ) performance-monitor to visualize the performance of the nodes in the pipeline.

Unlike signal-monitor, this tool does not require the pipeline to attach to an existing graph service because it relies exclusively on the logfile.

ezmsg-signal-monitor

The pipeline must be running on a graph service exposed on the network. For example, first, run the GraphService on an open port:

ezmsg --address 127.0.0.1:25978 start

Then run your usual pipeline but make sure it attaches to the graph address by passing graph_address=("127.0.0.1", 25978) as a kwarg to ez.run.

While the pipeline is running, you can run the signal-monitor tool with (uv run) signal-monitor --graph-addr 127.0.0.1:25978.

This launches a window with graph visualized on the left. Click on a node's output box to get a live visualization on the right side of the screen plotting the data as it leaves that node. Use a to toggle auto-scaling. With auto-scaling off, use -, and = to zoom out and in, respectively.

Currently only 2-D outputs are supported!

Don't forget to shutdown your graph service when you are done, e.g.: ezmsg --address 127.0.0.1:25978 shutdown

Developers

We use uv for development. It is not strictly required, but if you intend to contribute to ezmsg-tools then using uv will lead to the smoothest collaboration.

  1. Install uv if not already installed.
  2. Fork ezmsg-tools and clone your fork to your local computer.
  3. Open a terminal and cd to the cloned folder.
  4. Make sure pygraphviz pre-requisites are installed.
    • On mac: export CFLAGS="-I $(brew --prefix graphviz)/include" and export LDFLAGS="-L $(brew --prefix graphviz)/lib"
  5. uv sync --all-extras --python 3.10 to create a .venv and install ezmsg-tools including dev and test dependencies.
  6. After editing code and making commits, Run the test suite before making a PR: uv run pytest

Troubleshooting

Graphviz can be difficult to install on some systems. The simplest may be to use conda/mamba: conda install graphviz. If that fails, see here.

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

ezmsg_tools-0.1.0.tar.gz (159.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ezmsg_tools-0.1.0-py3-none-any.whl (26.1 kB view details)

Uploaded Python 3

File details

Details for the file ezmsg_tools-0.1.0.tar.gz.

File metadata

  • Download URL: ezmsg_tools-0.1.0.tar.gz
  • Upload date:
  • Size: 159.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.20 {"installer":{"name":"uv","version":"0.9.20","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ezmsg_tools-0.1.0.tar.gz
Algorithm Hash digest
SHA256 45fc6a221d11d50cfa4aacfb906af104783fd6b1fbdcf837ead2bd8a15c278dc
MD5 fbede529f9a50b9cfb54680f44e3c4c5
BLAKE2b-256 dd1edd0bf4f254e8d29ba23c363d42324df34772ca9e923b0b8df38f1b1ae741

See more details on using hashes here.

File details

Details for the file ezmsg_tools-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: ezmsg_tools-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 26.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.20 {"installer":{"name":"uv","version":"0.9.20","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ezmsg_tools-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5315b08d7837603a06edbc7c403987ff0458236aacdda9c340512ff4640b5fa4
MD5 35fd8240f453bdb8e09c313ec23c7b8e
BLAKE2b-256 8c5dcbe1d71ee4b7e80180d20076fb03f24f59f68a2c3b80349c70cbb5244ebb

See more details on using hashes here.

Supported by

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