[ale] Your Go-To CLI Tools?

Lightner, Jeff JLightner at dsservices.com
Thu Nov 6 15:58:13 EST 2014


Some of my favorites have been listed (e.g. dmidecode and others).    A couple that haven't:

lsof  = List open files - Great for seeing how many file descriptors are in use and what they are (e.g. sockets, regular files, etc...).   But I use it primarily for looking at networking stuff.   The "-i" flag will let you find things using a given port or a given address (or both).   It also has a "-p" that lets you see things for a specific process and a "-a" for "and" that lets you get specific as you want (e.g. lsof -p 394 -a -i would show only the networking associated with PID 394.)   It has dozens of options and I almost never use netstat because of its capabilities.)

atop  = Like htop is an improved performance monitor but it will also store history like sar and you can get history down to process level (similar to old HP-UX Glance's abilities in the past).

multipath = Not really a utility (a daemon) but the multipath.conf is highly configurable so that one can assign specific names to multipath devices that are better than the "/dev/mpath/mapth##")


Jeffrey C. Lightner
Sr. UNIX Administrator

DS Services of America, Inc.
5660 New Northside Drive NW
Suite 250
Atlanta, GA  30328

P: 678-486-3516
C: 678-772-0018
F: 678-460-3603
E: jlightner at dsservices.com




-----Original Message-----
From: ale-bounces at ale.org [mailto:ale-bounces at ale.org] On Behalf Of JD
Sent: Thursday, November 06, 2014 12:56 PM
To: ale at ale.org
Subject: Re: [ale] Your Go-To CLI Tools?

On 11/06/2014 11:48 AM, Jerald Sheets wrote:
> facter

$ ansible all -m setup | tee /tmp/log.sys.data

I think that is the same, just for ansible.

_______________________________________________
Ale mailing list
Ale at ale.org
http://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo

Athena®, Created for the Cause(tm)
Making a Difference in the Fight Against Breast Cancer

__________________________________________________________
CONFIDENTIALITY NOTICE: This e-mail may contain privileged

or confidential information and is for the sole use of the intended

recipient(s). If you are not the intended recipient, any disclosure,

copying, distribution, or use of the contents of this information

is prohibited and may be unlawful. If you have received this electronic

transmission in error, please reply immediately to the sender that

you have received the message in error, and delete it. Thank you



More information about the Ale mailing list