| View previous topic :: View next topic |
| Author |
Message |
MondoNuovo Valued Newbie
Joined: 09 Jul 2001 Posts: 44 Location: Italy
|
Posted: Tue May 14, 2002 9:51 am Post subject: Help Total RAM |
|
|
Hi all,
how can I calculate the RAM total memory with VDS?
For the memory free I use %% RAM_FREE = @ SYSINFO (FREEMEM) kb.
My computer has one RAM of 80,0 MB.
Is reading the memory RAM TOTAL With VDS possible?
Thanks in advance |
|
| Back to top |
|
 |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1753 Location: Space and Time
|
Posted: Tue May 14, 2002 10:39 am Post subject: |
|
|
You would need a dll to find the total RAM. I think you can use
systeminfo.dll. It is available on VDSWorld.com. _________________ Chris
Http://theblindhouse.com |
|
| Back to top |
|
 |
Dr. Dread Professional Member


Joined: 03 Aug 2001 Posts: 1065 Location: Copenhagen, Denmark
|
Posted: Tue May 14, 2002 11:33 am Post subject: |
|
|
Or try out MT.dll (which is freeware) - it has a MEMORY function that will allow you to
retrieve information about not only RAM (total/free/used RAM) but also about the
system paging file and virtual memory.
Greetz
Dr. Dread _________________ ~~ Alcohol and calculus don't mix... Don't drink and derive! ~~
String.DLL * advanced string processing |
|
| Back to top |
|
 |
MondoNuovo Valued Newbie
Joined: 09 Jul 2001 Posts: 44 Location: Italy
|
Posted: Tue May 14, 2002 10:22 pm Post subject: |
|
|
| Thanks LiquidCode and Dr. Dread |
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Tue May 14, 2002 10:40 pm Post subject: |
|
|
Yes, use the MT dll for that. You can also check out the memory program example I made in the example source code section.
-Garrett _________________ 'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.) |
|
| Back to top |
|
 |
MondoNuovo Valued Newbie
Joined: 09 Jul 2001 Posts: 44 Location: Italy
|
Posted: Tue May 14, 2002 10:49 pm Post subject: |
|
|
Hi Garrett,
where do I find the code source of your example?
Thanks |
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
|
| Back to top |
|
 |
MondoNuovo Valued Newbie
Joined: 09 Jul 2001 Posts: 44 Location: Italy
|
Posted: Wed May 15, 2002 10:58 pm Post subject: |
|
|
OK!
Thank Garrett
 |
|
| Back to top |
|
 |
|