Monday, August 24, 2009

Mysql Tips

If you want to see mysql job status run this command

log in mysql
run this status

mysql > show processlist;

you can got the output.

FreeBSD CPU Information

run this command

# sysctl -a | egrep -i 'hw.machine|hw.model|hw.ncpu'

enter

you can get the output.