I've just seen and tried mtr works very well. Thanks!<br><br><div class="gmail_quote">On 28 February 2010 22:41, Stuart Burns <span dir="ltr"><<a href="mailto:stuart.james.burns@gmail.com">stuart.james.burns@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hiya everyone,<br><br>I just thought i'd drop a quick email to let you know about some awesome commands I picked up on my RH course.<br>
<br>Firstly lets start simple: mtr<br><br>You've done traceroute and ping, but this is both in one tool, and on steroids. For example try mtr <a href="http://www.google.com" target="_blank">www.google.com</a>. This is awesome as it shows firstly the route and also all your network choke points are, and how bad they are. Its in RH, Centos, Fedora and available for most distros.<br>

<br>Secondly, watch.<br><br>How often have you done a large cp command and waited, and waited.  If you do it, set up another console and do watch df -h. It will basically repeat df -h every two seconds, so you can see what is happening with disk space. Basically watch will allow you to automate a command! You can change the time interval.<br>

<br>Thirdly screen.<br><br>Rather than having loads of terminal windows open, use screen. It will allow you to run many consoles within one window. Shortcut keys allow you to move between the screens.<br><br>Fouthly, partprobe<br>

<br>You know when you create a new disk or partitions and you have to reboot, well this funky app, run after using fdisk, will re read all the new partitions and make them all available. Saves a reboot.<br><br>Old command, new command.<br>

<br>lsof is so old, use fuser. It does the same thing but is more useful ;)<br><br>If I think of any others, I'll let you know!<br><br>Regards<br><font color="#888888"><br>Stuart<br><br>
</font><br>_______________________________________________<br>
Chester mailing list<br>
<a href="mailto:Chester@mailman.lug.org.uk">Chester@mailman.lug.org.uk</a><br>
<a href="https://mailman.lug.org.uk/mailman/listinfo/chester" target="_blank">https://mailman.lug.org.uk/mailman/listinfo/chester</a><br>
<br></blockquote></div><br>