Run all on the command line:
Memory
cat /proc/meminfo = memory usage information
free = how much memory is currently unused
Disk space
df = disk usage for all partitions
du -h = disk usage for the current directory and all sub-directories
Run all on the command line:
cat /proc/meminfo = memory usage information
free = how much memory is currently unused
df = disk usage for all partitions
du -h = disk usage for the current directory and all sub-directories