module

Ctop::TUI::Formatter

String and number formatting utilities for TUI display.

Class methods

format_bytes(rate : Float64) : String

Format bytes per second as human readable.

Source
format_memory(kib : Int32) : String

Format memory as human readable.

Source
truncate(str : String, max_width : Int32) : String

Truncate string to max width, adding "…" if truncated.

Source