Twitter / it566

Thursday, February 10, 2011

Getting CPU (server) info in terminal

I figured out to get the cpu info in terminal. cat /proc/cpuinfo

1 comment:

  1. You could also try

    cat /proc/cpuinfo > /var/www/cpuinfo.txt

    and then access that text file at htp://localhost/cpuinfo.txt

    ReplyDelete