Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

common.TmuxInvocationReport

TypeScript
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
common
Package
libtmux
Source
packages/libtmux/src/common.ts
interface common.TmuxInvocationReport
interface [source]
interface [source]
interface common.TmuxInvocationReport

What one tmux invocation cost and how it ended.

Every command this package runs produces one of these, including the four listings behind a snapshot and the probe that reads the version, and including commands a custom engine executed.

6 declared, 0 inherited

Members

  • commands property The commands tmux received, without the connection flags.
  • delivery property How far the command got. replied for one that finished either way.
  • durationMs property Wall time from dispatch to answer, excluding any wait for a slot.
  • error property What the invocation threw, when it did not answer.
  • exitCode property tmux's own status, when there was one. Nonzero is a refusal, not a fault.
  • queuedMs property Time spent waiting for a slot under maxInFlight .
Esc

Type to search.