Overview
-
module Process-
module Metrics-
module Command-
module BarHelper module for rendering horizontal progress bars using Unicode block characters.
-
class SummaryCommand that displays a formatted summary of memory usage statistics for processes.
-
class TopTop-level command entry point for the process-metrics CLI.
-
-
class GeneralGeneral process information.
-
class MemoryRepresents memory usage for a process, sizes are in kilobytes.
-
class DarwinDarwin (macOS) implementation of memory metrics using vmmap.
-
class LinuxLinux implementation of memory metrics using
/proc/[pid]/smapsand/proc/[pid]/stat.
-
-
-