At 10:01 AM 6/13/02, [EMAIL PROTECTED] wrote: >I have a C program I use to determine the number, type and speed of >processors on a solaris system, which I have included at the end of this >message. I am interested in coming up with similar scripts for HPUX, >Tru64, Linux and AIX. Any suggestions as to what are the right system >calls or, if anyone already has them, completed scripts, would be greatly >appreciated.
I see some others suggested /proc/cpuinfo and prtdiag. While these aren't universal and I don't remember the syntax for things like sinix and Crays, config.guess seems to try most of these. http://www.fastcgi.com/devkit/config.guess Joe Yuska --- Send mail for the `bblisa' mailing list to `[EMAIL PROTECTED]'. Mail administrative requests to `[EMAIL PROTECTED]'.
