|
a linux box should still be usable and responsive even at 100% cpu and a load of 1.0 (unless you're using a 10 year old machine with no memory). If not, we're probably dealing with a larger kernel bug.
logs are usually in /var/log. The command 'dmesg' is also useful, but its the kernel _ring_ buffer, which means that old messages just drop off the end of the list. Syslog is often in /var/log/syslog (it varies with different systems).
hack away. lemme know what you find.
|