
Hi all, i've created a new doc directory to start documenting build machines, test, benchmark environments. svnlocation is https://codespeak.net/svn/pypy/build/doc I added an initial 'ssh_config' file which contains the hosts available to pypy developers. Please help complete. I also wrote a small script in svn/py/trunk/contrib/sysinfo.py to quickly collect remote system information. Combine the two and run "sysinfo.py -f ssh_config" and you'll get an overview of what we have (you can also use "sysinfo.py HOST1 HOST2 ..." explicitely) BIGDOG2 fqdn: bigdog2 BIGDOG2 sys.platform: linux2 BIGDOG2 sys.version_info: (2, 5, 2, 'final', 0) BIGDOG2 Memory: 8191804 Swap: 5116660 BIGDOG2 number of cpus: 4 BIGDOG2 cpu model AMD Phenom(tm) 9950 Quad-Core Processor WYVERN fqdn: wyvern.cs.uni-duesseldorf.de WYVERN sys.platform: linux2 WYVERN sys.version_info: (2, 4, 4, 'final', 0) WYVERN Memory: 5187968 Swap: 8032492 WYVERN number of cpus: 8 WYVERN cpu model Intel(R) Xeon(TM) CPU 3.20GHz COBRA fqdn: cobra.cs.uni-duesseldorf.de COBRA sys.platform: linux2 COBRA sys.version_info: (2, 4, 4, 'final', 0) COBRA Memory: 2059980 Swap: 5148136 COBRA number of cpus: 8 COBRA cpu model Intel(R) Xeon(TM) CPU 3.00GHz TUATARA fqdn: tuatara.cs.uni-duesseldorf.de TUATARA sys.platform: darwin TUATARA sys.version_info: (2, 3, 5, 'final', 0) T20 fqdn: jython01. T20 sys.platform: sunos5 T20 sys.version_info: (2, 4, 4, 'final', 0) Feel free to extend the sysinfo script - i guess having more information about windows/OSX/Solaris platforms and about available python versions / executables would be nice. Usually one can obtain this info through files or command line options so it shouldn't be hard to get this information automatically and add it to the sysinfo script. best, holger -- collaborative expert contracting: http://merlinux.eu PyPy Python/Compiler tool chain: http://codespeak.net/pypy pylib py.test/greenlets/svn APIs: http://pylib.org
participants (1)
-
holger krekel