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

LibTmux::Async::ControlConnection#diagnostics

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

View as Markdown

Module
LibTmux::Async
Declared in
ControlConnection
Package
libtmux-async
Source
gems/libtmux/lib/libtmux/control.rb
diagnostics ( ) → { admitted_requests: ::Integer, incomplete_requests: ::Integer, queued_requests: ::Integer, writing_requests: ::Integer, awaiting_reply: ::Integer, reserved_wire_bytes: ::Integer, retained_reply_bytes: ::Integer, stderr_received_bytes: ::Integer, subscription_count: ::Integer, stopping: bool, finished: bool, cleanup_error_count: ::Integer, limits: { max_requests: ::Integer, max_command_bytes: ::Integer, max_queue_bytes: ::Integer, max_line_bytes: ::Integer, max_reply_bytes: ::Integer, max_stderr_bytes: ::Integer, max_subscriptions: ::Integer } }
methodlibtmux-async [source]
methodlibtmux-async [source]
diagnostics

Public owner: LibTmux::ControlConnection#diagnostics

Returns frozen local accounting, without payloads or native liveness I/O. Admission and byte reservations include completed replies until consumed. Subscription count includes closed streams retained by this connection.

Behavior contract: Diagnostics.

0 declared, 0 inherited

Esc

Type to search.