| |
|
|
- Page 1 - |
|
Michael Wodrich |
Keywords: memory, Memory, 64-bit-Long
Systemspeicher durchleuchten
(ought to really too with gigas cope)
jac/wod
$H windows.ph
struct MemEx = dwLength&,
dwMemoryLoad&,
TotalPhysLo&,TotalPhysHi&,
AvailPhysLo&,AvailPhysHi&,
TotalPageFileLo&,TotalPageFileHi&,
AvailPageFileLo&,AvailPageFileHi&,
TotalVirtualLo&,TotalVirtualHi&,
AvailVirtualLo&,AvailVirtualHi&,
AvailExtendedVirtualLo&,AvailExtendedVirtualHi&
Proc Zeige_Mem
Parameters anzeigetext$, groesse!
Declare type$
type$ = Bytes
If groesse! > 1024
groesse! = groesse! / 1024
type$ = KB
EndIf
If groesse! > 1024
groesse! = groesse! / 1024
type$ = MB
EndIf
If groesse! > 1024
groesse! = groesse! / 1024
type$ = GB
EndIf
Print ;anzeigetext$; :, stature$(#,0,groesse!), type$
ENDPROC
cls
declare b#, f!
Dim b#, MemEx
b#.dwLength& = SizeOf(b#)
External(~kernel32,GlobalMemoryStatusEx,b#)
Print
Print Load: + Str $(b#.dwMemoryLoad&) + %
f! = b#.TotalPhysHi& * 2^32 + b#.TotalPhysLo&
Zeige_Mem(TotalPhys, f!)
f! = b#.AvailPhysHi& * 2^32 + b#.AvailPhysLo&
Zeige_Mem(AvailPhys, f!)
f! = b#.TotalPageFileHi& * 2^32 + b#.TotalPageFileLo&
Zeige_Mem(TotalPageFile, f!)
f! = b#.AvailPageFileHi& * 2^32 + b#.AvailPageFileLo&
Zeige_Mem(AvailPageFile, f!)
f! = b#.TotalVirtualHi& * 2^32 + b#.TotalVirtualLo&
Zeige_Mem(TotalVirtual, f!)
f! = b#.AvailVirtualHi& * 2^32 + b#.AvailVirtualLo&
Zeige_Mem(AvailVirtual, f!)
f! = b#.AvailExtendedVirtualHi& * 2^32 + b#.AvailExtendedVirtualLo&
Zeige_Mem(AvailExtendedVirtual, f!)
Print
Print -end to Tastendruck-
Dispose b#
waitkey
end
|
|
|
| Programmieren, das spannendste Detektivspiel der Welt. | 01/03/09 ▲ |
|
|
|
| |
|
- Page 2 - |
|
|
| @Jac building still time 4 GB from and teste then. then, if possible, on 6 GB aufstocken and then testing. Perhaps is the boundary not 4 separate More GB |
|
|
| |
|
|
|
Jac de Lad | this is me now Real To umständlich, i'm glad, that The box finally runs. |
|
|
| Profan² 2.6 bis XProfan 11.1+XPSE+XPIA+XPRR (und irgendwann XIDE) Core2Duo E8500/T2250, 8192/1024 MB, Radeon HD4850/Radeon XPress 1250, Vista64/XP | 01/03/09 ▲ |
|
|
|
|
Andreas Miethe
| |
|
| Gruss Andreas ________ ________ ________ ________ _ Profan 3.3 - XProfanX2 Win 95,98,ME,2000,XP,Vista - Win 7 32 / 64 Bit ASUS X93S - Intel Core I7-NVIDIA GForce 540M 8GB Arbeitsspeicher Homepage : [...] | 01/03/09 ▲ |
|
|
|
|
Jac de Lad | the versteh I Yes everything, but I have one niegelnagelneues Mainboard with a topaktuellen Core2Duo (neuestes Stepping) and Vista 64 Ultimate (max. 128GB RAM). and all the rest of them show it indeed correctly. on (Sidebar, Systemeinstellungen, Everest...). |
|
|
| Profan² 2.6 bis XProfan 11.1+XPSE+XPIA+XPRR (und irgendwann XIDE) Core2Duo E8500/T2250, 8192/1024 MB, Radeon HD4850/Radeon XPress 1250, Vista64/XP | 01/03/09 ▲ |
|
|
|
|
Andreas Miethe
| GlobalMemoryStatusEx() becomes you but never Show how much memory You installs have, separate only what windows of it manage or. address can.
my WMI-request speaks directly The installed Speicherbausteine on and determined from it WinXP?. therefore becomes by me too correctly 4GB displayed. |
|
|
| Gruss Andreas ________ ________ ________ ________ _ Profan 3.3 - XProfanX2 Win 95,98,ME,2000,XP,Vista - Win 7 32 / 64 Bit ASUS X93S - Intel Core I7-NVIDIA GForce 540M 8GB Arbeitsspeicher Homepage : [...] | 01/03/09 ▲ |
|
|
|
|
Jac de Lad | As I said, I habs not running gotten, there were any things undeklariert. Perhaps can you the time one a PRF pack, then should Yes everything drin his. |
|
|
| Profan² 2.6 bis XProfan 11.1+XPSE+XPIA+XPRR (und irgendwann XIDE) Core2Duo E8500/T2250, 8192/1024 MB, Radeon HD4850/Radeon XPress 1250, Vista64/XP | 01/03/09 ▲ |
|
|
|
|
Andreas Miethe
| OK, everything in the PRF ! |
|
|
| Gruss Andreas ________ ________ ________ ________ _ Profan 3.3 - XProfanX2 Win 95,98,ME,2000,XP,Vista - Win 7 32 / 64 Bit ASUS X93S - Intel Core I7-NVIDIA GForce 540M 8GB Arbeitsspeicher Homepage : [...] | 01/04/09 ▲ |
|
|
|
|
Jac de Lad | ...and Definitionen How SysAllocString and $WMISeparator are missing still. therefore can ichs Yes not started. |
|
|
| Profan² 2.6 bis XProfan 11.1+XPSE+XPIA+XPRR (und irgendwann XIDE) Core2Duo E8500/T2250, 8192/1024 MB, Radeon HD4850/Radeon XPress 1250, Vista64/XP | 01/04/09 ▲ |
|
|
|
|
| @Jac the must but now time one stupid Humans declared go: Why can I each File of Andreas, be it gezippt or same as PRF-shape correct Starting and You do not ? can it his, that your system so high getunt is, the not More normal react can ? only a supposition |
|
|
| |
|
|
|
Jac de Lad | No, stupid be I sure not.
somehow comes by me The row
not correctly. an; presumably, because tappt im dunkeln wrong is.
and the functions go not found, because XPSE the anmeckert. with good reason. |
|
|
| Profan² 2.6 bis XProfan 11.1+XPSE+XPIA+XPRR (und irgendwann XIDE) Core2Duo E8500/T2250, 8192/1024 MB, Radeon HD4850/Radeon XPress 1250, Vista64/XP | 01/04/09 ▲ |
|
|
|
|
Jac de Lad | well finally. the shred gives whom korrekten worth from. thanks. |
|
|
| Profan² 2.6 bis XProfan 11.1+XPSE+XPIA+XPRR (und irgendwann XIDE) Core2Duo E8500/T2250, 8192/1024 MB, Radeon HD4850/Radeon XPress 1250, Vista64/XP | 01/04/09 ▲ |
|
|
|
|
Dieter Zornow | @Horst, the lying on it, because it XPSE uses. by me runs too everything without XPSE. |
|
|
| Er ist ein Mann wie ein Baum. Sie nennen ihn Bonsai., Win 7 32 bit und Win 7 64 bit, mit XProfan X2 | 01/04/09 ▲ |
|
|
|