poMemory - Main memory information package
poMemory is a Tcl package for main memory information.
This package can be built using the Tcl Extension Architecture (TEA) framework. It runs on Windows, Linux and MacOS.
The following commands are currently supported by poMemory:
poMemory::used
Returns the memory occupied by the calling process in Megabytes as double value.
If the value could not be obtained, the return value is zero.
poMemory::physical
Returns the physical memory available on the system in Megabytes as double value.
If the value could not be obtained, the return value is zero.
Downloads below are source code. Windows binaries are available via BAWT (Build Automation With Tcl).
2024/12/07: Version 1.0.0