[ltp] System performance

Richard Neill linux-thinkpad@linux-thinkpad.org
Wed, 29 Oct 2003 01:36:58 +0000


>> From your other mail:
> 
> 
>> >>A dmesg output
>> >pardon?
>>dmesg is a command entered on shell-level, it outputs the messages the 
>>system creates on booting the system
> 
> 
> I try clicking RUN, and typing 'dmesg'. But the desktop remained
> unchanged. It didn't seem anything happened.
> 

This method only works to start GUI programs. If you want to run a 
command, you'll see nothing.
You need to do this at a console. In other words, you need a command 
shell (this is 'konsole' under KDE).

Then become root by typing 'su' and enter the root password.

Then type 'dmesg'  and give us the output.

The easiest way may be to do

dmesg > dmesg.txt

(which redirects the output to a file called dmesg.txt)


Richard