10 useful commandline utilities for FreeBSD

Here’s a list of useful commandline utilities for FreeBSD. For all you admins out there…

MTR

MTR is a traceroute…sort of. It uses ping packets though, not the standard traceroute icmp packets (configurable)

 

SCREEN

Screen keeps your terminal session intact…even when you have disconnected.

 

MULTITAIL

Multitail lets you tail multiple logfiles at the same time. Very handy.

 

IOZONE

Iozone is an I/O benchmarking tool.

 

IFTOP

iftop shows you your current connections realtime.

 

TRAFSHOW

An alternative to iftop. Does the same thing.

 

CURL

Curl is a http toolbox. Very useful.

 

RSYNC

rsync synchronizes files and directories securely (over SSH).

 

SLURM

Slurm is a network traffic visualizer. Very handy.

 

HTOP

And last, but definitively not least, htop. htop is an alternative to the original top command.

Some of these tools need to be installed through ports.

Cheers !

Rick

Share
Timothy Breedijk liked this post

About UmasK

Rick is a typical UNIX & Linux geek. He is specialised in hands-on UNIX and Windows system administration, maintenance, scripting, setting up servers, maintaining servers, 3rd line support for UNIX (and Windows), setting up new services and new implementations, migrations. Research and Development, internet (hosting). Rick works as a freelancer / contractor through his own company, Mitranet.
This entry was posted in Commandline, FreeBSD, General, Open Source, Shell, Software, Unix Tips and tagged , , , , , , , , , , , , . Bookmark the permalink.

15 Responses to 10 useful commandline utilities for FreeBSD

  1. MarkPowell says:

    For all you FreeBSD admins out there…
    Which must be both of you, or perhaps all three…
    ;-)

  2. Vl. says:

    It is certainly useful tools, but it should be noted that they are not part of the base FreeBSD.
    Thank you.

  3. Vicente says:

    Why not 11 commands? atacontrol must have apear!
    Cheers.

  4. JimBlogger says:

    Wow this is a cool program. I never really did like the old tracert programs. This one is way more accurate IMO. Probablem is, what if a router has the ping service turned off?

    • UmasK says:

      Assuming you are speaking about mtr, mtr does have the option to send UDP datagrams instead of ICMP ECHO’s. See the man page for that…

      Cheers,

      Rick

  5. Steven Friedrich says:

    Thanks for the post, but I wish you would have indicated in the text which are ports. “screen” has been part of BSD for decades.

  6. Tarek says:

    I read on some websites recently that htop behaves strangely on FreeBSD, it gives wrong stats compared with the top utility that comes preinstalled, because BSD’s differ under the hood from Linux systems, here is a link:

    http://forums.freebsd.org/showthread.php?t=10352

  7. Rafael Lopes says:

    Came to this post via LinkedIn topic on FreeBSD group.
    Congratulations for your blog! It’s very handy. I will follow the rss right now =)
    Thank you for sharing your BSD knowledge.

    Cheers from Brazil :)

  8. Alex.V says:

    No “tmux” ?
    I bet if you will start using it instead of old GNU’s “screen” you will delete “screen” from this list :)

    I found also that “IOZONE” show incorrect results on BSD based OS’s.
    FreeBSD include in the base nice utility “diskinfo” that show more realistic data.