mritter Posted June 10, 2008 Posted June 10, 2008 Does anyone know how to find the amount of RAM in a system using JavaScript?
mritter Posted June 13, 2008 Author Posted June 13, 2008 I figured it out. Be looking for SEVERAL new system checks to help customize your installs.
t4user Posted June 13, 2008 Posted June 13, 2008 I have searching (msdn and a lot of forums), it seems there is no way to obtain this information in javascript.I have made a command line C program (17KB) which can display amount of memory (total, free, swap) but I have not a great knowledge of Windows system, and for the moment I search the way to send this information to javascript.I hope to find a solution and as soon as I find it, I post the results.t4user
mritter Posted June 14, 2008 Author Posted June 14, 2008 I got it figured out. Actually very easy to do in JavaScript. I already had all the code in WPI, just had to changed 2 items and voila! I can get total amount of ram, available ram, virtual ram, page file, etc......So I don't need your program, but thanks for the effort.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now