Linux command for memory, cpu, hard disk, os version and php-mysql version
For memory information
/proc/meminfo
For cpu information
/proc/cpuinfo
For hard disk size
df -H
For os version info
/proc/version
/etc/redhat-release
For php and mysql information
php -v
rpm -q --all |grep mysql
apache version
rpm -q httpd
No comments:
Post a Comment