Skip to main content

Get Pipe Status (pt)

Laurence MorganLess than 1 minute

Get Pipe Status (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)

Synonyms

  • pt

See Also

  • Download File (getfile): Makes a standard HTTP request and return the contents as Murex-aware data type for passing along Murex pipelines.
  • Get Request (get): Makes a standard HTTP request and returns the result as a JSON object
  • Post Request (post): HTTP POST request with a JSON-parsable return
  • Truncate File (>): Writes stdin to disk - overwriting contents if file already exists
  • >> Append File: Writes stdin to disk - appending contents if file already exists

This document was generated from builtins/core/io/file_doc.yamlopen in new window.

Last update:
Contributors: Laurence Morgan,Laurence,Laurence Morgan