Prev: Still don't get LayoutManagers
Next: JNDI searches
From: ilya on 8 Apr 2010 06:12 How using java to get the size of RAM, CPU information?
From: Janwillem Borleffs on 8 Apr 2010 07:25 > How using java to get the size of RAM, CPU information? > Google for "java win32 api" to find examples of accessing the Windows API that should allow you to access this information. JW
From: ilya on 8 Apr 2010 07:29 But if I want to know for all operation systems?
From: Janwillem Borleffs on 8 Apr 2010 07:36 >> How using java to get the size of RAM, CPU information? >> > > Google for "java win32 api" to find examples of accessing the Windows API > that should allow you to access this information. > Sorry, too much Windows-minded overhere ;-) You can also check out the following: http://www.hyperic.com/support/docs/sigar/org/hyperic/sigar/CpuInfo.html Thread about this package with usage info: http://forums.hyperic.com/jiveforums/thread.jspa?messageID=28722 HTH; JW
From: ilya on 8 Apr 2010 07:39
Thank you for the information. |