[Vm-dev] more Info in aboutSqueak

Andreas Raab andreas.raab at gmx.de
Thu Jan 13 13:28:41 UTC 2011


On 1/13/2011 4:13 AM, Alexander Lazarević wrote:
> I always thought it would be nice to have something that offers more
> info about the system and it's environment than what aboutSqueak shows.

Also, some system attributes return interesting info on the Windows VM:

Smalltalk getSystemAttribute: 10001.

=>  'Hardware information:
	Manufacturer: Unknown
	Model: Unknown
	Number of processors: 2
	Page size: 4096

Memory Information (upon launch):
	Physical Memory Size: 4194303 kbytes
	Physical Memory Free: 920464 kbytes
	Page File Size: 4194303 kbytes
	Page File Free: 4194303 kbytes
	Virtual Memory Size: 2097024 kbytes
	Virtual Memory Free: 2025768 kbytes
	Memory Load: 82 percent

Processor 0: Intel(R) Core(TM)2 Duo CPU     L9600  @ 2.13GHz
	Identifier: Intel64 Family 6 Model 23 Stepping 10
	~MHZ: 2128

Processor 1: Intel(R) Core(TM)2 Duo CPU     L9600  @ 2.13GHz
	Identifier: Intel64 Family 6 Model 23 Stepping 10
	~MHZ: 2128
'

Smalltalk getSystemAttribute: 10002
=> 'Operating System: Windows 7 Professional (Build 7600 )
	Registered Owner: Microsoft
	Registered Company: Microsoft
	SP major version: 0
	SP minor version: 0
	Suite mask: 100
	Product type: 1
'

Smalltalk getSystemAttribute: 10003
=>  'Display Information:
	Graphics adapter name: Mobile Intel(R) 4 Series Express Chipset Family
	Primary monitor resolution: 1600 x 900

Device: RDPDD Chained DD
	Adapter String: ???
	Bios String: ???
	Chip Type: ???
	DAC Type: ???
	Memory Size: 0xFFFFFFFF

Driver Versions:
	RDPDD:
'


More information about the Vm-dev mailing list