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 Thu May 26 22:49:43 UTC 2022 against commit 59e27bb59e27bb1013043fc4a940cf9a2767c63f31dad2c.
Current version is 2.8.2100 which has been verified against 15889 tests cases.