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










For all you FreeBSD admins out there…
Which must be both of you, or perhaps all three…
Yep, that must be about it …;) Only 3 FreeBSD admins in the entire world
That’s all that is needed for the millions of FreeBSD servers. Though occasionally we could use a fourth.
It is certainly useful tools, but it should be noted that they are not part of the base FreeBSD.
Thank you.
Actually, this is noted somewhere in the post already.
Why not 11 commands? atacontrol must have apear!
Cheers.
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?
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
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.
Screen is installed from ports, and is not a part of base FreeBSD.
Hi Eric,
Yes, that’s true. I have never intented to insinuate that the tools I mentioned were part of base FreeBSD.
Cheers,
Rick
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
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
Hi Rafael,
Enjoy the show
Cheers,
Rick
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.