Memory Load Command Thread last updated on 2007-12-21 19:10:46

Posted by member 377127 on 2007-11-01 15:12:50

hello.
I was customizing a favorite theme of mine.
Projectmecha 2.
so this theme shows CPU Usage and other metrics of my PC.
I had already find out CPU usage and Net Usage, but can't figure out wich is the command for Memory load, or Memory total or available memory...
the modules I'm using for Time are:
*NetLoadModule jdesk-0.73
*NetLoadModule xPopup-2.0
*NetLoadModule xTray-2.0
*NetLoadModule xTextEdit-0.6
*NetLoadModule xTaskbar-2.0
*NetLoadModule geekamp-2.0
*NetLoadModule xLabel-4.0
*NetLoadModule lsxcommand-2.0
*NetLoadModule Rainmeter-0.9 load rainmeter.dll
LoadModule $litestepdir$Sysvwm.dll
LoadModule $litestepdir$rainlendar.dll
Dunno which one is for Time...


I use this code:
TimeText "[time('ii:nn')] | [cpu] - [NetIn][NetOut]"

but can't figure out the [mem] or how to make it function.
I tried [memtot]; [memload]; [memusage]; [physicalmem]; [physmem]; [physicalmemory]; [memtotal]; [totmem]; [ram]; [ramtotal]; and so on...

thanks for the help...

Posted by member 256241 on 2007-11-01 17:36:06 link

http://www.xdocs.ls-universe.info/pie.php?xStatsClass


memAvailable(units)
Amount of physical memory currently available.

memInUse(units)
Amount of physical memory currently in use.

memTotal(units)
Total amount of physical memory in the system.



swapAvailable(units)
Amount of swap space currently available.

swapInUse(units)
Amount of swap space currently in use.

swapTotal(units)
Total amount of swap space in the system.




[memAvailable(bytes)] --> 25165824
[memAvailable(KB)] --> 24576
[memAvailable(MB)] --> 24
[memAvailable(GB)] --> 0.02
[memAvailable(%)] --> 38


Hope that helps...

Posted by member 377127 on 2007-12-21 19:10:46 link

Thank you very much...

I appreciate it