OK - there is a new UDF posted to cover this topic.
The Memory UDF gathers the information from a local or remote system and parses the data.
This URL has been tested on systems with various memory configurations, including a server with 5.5 and 6.0 Gig of RAM, as well as workstations with as little as 128M RAM. (Don't have anything smaller or larger to test further).
Use is pretty simple:
Code:
break on
$=setoption('WrapAtEOL','on')
$=setoption('Explicit','on')
$=setoption('NoVarsInStrings','on')
' Tinman: ' memory('Tinman') ? ; Remote System
' local: ' memory() ? ; Local PC
All values are returned in Megabytes. Since only one registry read is needed, this should function prety quickly even over a WAN link.
Glenn
Edited by Glenn Barnas (2004-02-04 02:03 PM)
_________________________
Actually I
am a Rocket Scientist!