pt
Less than 1 minute
pt
Pipe telemetry. Writes data-types and bytes written
Description
Pipe telemetry, pt, writes statistics about the pipeline. The telemetry is written directly to the OS's STDERR so to preserved the pipeline.
Usage
`<stdin>` -> pt -> `<stdout>`
Examples
curl -s https://example.com/bigfile.bin -> pt -> > bigfile.bin
(though Murex does also have it's own HTTP clients, get, post and getfile)
See Also
>>(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 return