If you see any output from the following command, you're running a 64-bit capable CPU.
grep ^flags /proc/cpuinfo | grep ' lm 'The following command, if it exists on your system, will tell you the width of your physical and logical CPUs:
lshw -C cpu | grep widthThe lshw command is available natively on my Ubuntu 9.04 system and is available from rpmforge.org for RHEL5 and CentOS5 systems.
No comments:
Post a Comment