Skip to main content

Module process_get_memory_info

Module process_get_memory_info 

Source
Expand description

Tauri command - return process memory in { private, shared, residentSet } form (bytes). Per-platform: ps on macOS, tasklist on Windows, /proc/self/statm on Linux. Errors fall back to zero triple so the renderer keeps working in the rare case the platform probe fails.

Functionsยง

process_get_memory_info