Open-AudIT
https://www.open-audit.org/phpBB3/

If someone has a free moment and is good with MySQL Queries
https://www.open-audit.org/phpBB3/viewtopic.php?f=5&t=1315
Page 1 of 1

Author:  glampe [ Thu Aug 24, 2006 7:39 am ]
Post subject:  If someone has a free moment and is good with MySQL Queries

I'd like to produce a report of each computers memory and then list the size of each chip.

Example:
machinename memory dimm1 dimm2

I figured this would help me see if any other machines I've inventoried are missing data.

Thanks!

Author:  matze [ Thu Aug 24, 2006 7:47 am ]
Post subject: 

Try this:

SELECT system_uuid, system_name, memory_bank, memory_capacity from system, memory WHERE memory_uuid=system_uuid

Author:  glampe [ Thu Aug 24, 2006 7:57 am ]
Post subject: 

Thanks.

Page 1 of 1 All times are UTC + 10 hours
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/