mem_rss
Return RSS memory usage as a humanized string.
def mem_rss() - > string
Return RSS memory usage as a humanized string.
Returns
| Type | Description |
|---|---|
string | The Resident Set Size (RSS) memory usage formatted as a human-readable string (e.g., '10.5 MB') |