pt
)Pipe telemetry. Writes data-types and bytes written
Pipe telemetry, pt
, writes statistics about the
pipeline. The telemetry is written directly to the OS’s stderr so to
preserved the pipeline.
<stdin> -> pt -> <stdout>
curl -s https://example.com/bigfile.bin -> pt |> bigfile.bin
(though Murex does also have it’s own HTTP clients, get
,
post
and getfile
)
pt
getfile
): Makes a standard HTTP request and return the
contents as Murex-aware data type for passing along Murex
pipelines.get
):
Makes a standard HTTP request and returns the result as a JSON
objectpost
):
HTTP POST request with a JSON-parsable return>
): Writes stdin to disk - overwriting contents if
file already exists>>
Append
File: Writes stdin to disk - appending contents if file already
existsThis document was generated from builtins/core/io/pt_doc.yaml.
This site's content is rebuilt automatically from murex's source code after each merge to the master
branch. Downloadable murex binaries are also built with the website.
Last built on Wed Jul 2 22:12:32 UTC 2025 against commit bb72b6fbb72b6fdd502f835172d7d06207ba4ec2c70886c.
Current version is 7.0.2107 (develop) which has been verified against tests cases.