1830057 Members
2270 Online
109998 Solutions
New Discussion

hotfiles on a Mandrake

 
SOLVED
Go to solution
labadie_1
Honored Contributor

hotfiles on a Mandrake

Hello

I have installed Mandrake 9.1 on an Armada M 700.
How do I find the hotfiles (files with most of the I/O), the top cpu processes ?

regards

gerard
6 REPLIES 6
Huc_1
Honored Contributor
Solution

Re: hotfiles on a Mandrake

From an xterm you can use command top

#top
#vmstat
#iostat
#sar -a

all of theses have man page, like man iostat or man sar

Hope this helps

J-P
Smile I will feel the difference
Mark Grant
Honored Contributor

Re: hotfiles on a Mandrake

Nice simple one for simple stats is

"top"

but other tools exist which are not particularly pretty but give you loads of information.

"vmstat 1 1" and "sar" are particularly good but I would suggest you løook at the man pages fro a complete description as they do quite a lot of stu
Never preceed any demonstration with anything more predictive than "watch this"
Huc_1
Honored Contributor

Re: hotfiles on a Mandrake

There is also lsof that is very usefull this will show lots of info on file currently use and in unix "everthing" is a file

Dont know where this would be on mandrake but in most case this is at
/usr/sbin/lsof

ex: lsof -i

will show you all active internet connections

man lsof is also full of infos

J-P



Smile I will feel the difference
Martin P.J. Zinser
Honored Contributor

Re: hotfiles on a Mandrake

Hello Gerard,

also poke around in the goodies that come with your desktop environment (KDE or Gnome). There are a number of widgets that provide functionality similar to perf_meter that you might be familiar with from OpenVMS ;-)

Greetings, Martin
labadie_1
Honored Contributor

Re: hotfiles on a Mandrake

Thanks to all.

Martin, I use Kde.

regards

Gerard
Martin P.J. Zinser
Honored Contributor

Re: hotfiles on a Mandrake

Hello Gerard,

I do have a "System" entry in my KDE start
menue with all kinds of System tools for
online monitoring. KDE system guard is quite nifty.

Main disadvantge is that they are AFAIK "on-line", i.e. you can not collect historical data for later comparison with them. For that I think really sar is your best bet.

Greetings, Martin