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
)
>>
(append file): Writes STDIN to disk - appending contents if file already exists>
(truncate file): Writes STDIN to disk - overwriting contents if file already existsget
: Makes a standard HTTP request and returns the result as a JSON objectgetfile
: Makes a standard HTTP request and return the contents as murex-aware data type for passing along murex pipelines.post
: HTTP POST request with a JSON-parsable returnThis 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 Mon Feb 13 09:18:06 UTC 2023 against commit f339958f33995895c1d997efcdbb8408d2c8d45f8b5f934.
Current version is which has been verified against 13950 tests cases.