This free tool gives you a huge amount of information all on one screen. Even
though IBM doesn't officially support the tool and you must use it at your own
risk, you can get a wealth of performance statistics. Why use five or six
tools when one free tool can give you everything you need?
Adopt 10 good habits that improve your UNIX command line efficiency—and break
away from bad usage patterns in the process. This article takes you
step-by-step through several good, but too often neglected, techniques for
command-line operations. Learn about common errors and how to overcome them,
so you can learn exactly why these UNIX habits are worth picking up.
Do you ever feel you wish you could answer some of your own questions when
you work with AIX and your System p™ server? Do you ever feel you
could save time by not having to call on the support professionals all the
time? Well, wish no more. Shiv Dutta discusses some of the AIX commands that
answer those questions and tells you how to enlarge the list of such answers.
On UNIX systems, each system and end-user task is contained within a process.
The system creates new processes all the time and processes die when a task
finishes or something unexpected happens. Here, learn how to control processes
and use a number of commands to peer into your system.
Virtually all non-trivial problems require you to filter good data from bad.
Discover the many UNIX command line utilities that use regular expressions to
discern the relevant from the irrelevant.
This three-part series on memory tuning dives right into tuning parameters,
focusing on the many challenges and the various best practices of optimizing
memory performance, and it also discusses some improvements in AIX® Version
5.3. While memory tuning might be more difficult to implement than Central
Processing Unit (CPU) tuning, it certainly is no less important. You can do
more to tune memory on an AIX server than any other subsystem. Changing some
memory parameters on your system can increase performance dramatically,
particularly when these parameters are not optimized for the environment which
you are running. Part 1 of this series provides an overview of memory on AIX,
including a discussion of virtual memory and the Virtual Memory Manager (VMM).
Searching for an easy way to create high-quality graphs that you can print,
publish to the Web, or cut and paste into performance reports? Look no
further. The nmon_analyser tool takes files produced by the NMON performance
tool, turns them into Microsoft Excel spreadsheets, and automatically produces
these graphs.
Long ago, UNIX had a proprietary package called the Writer's Workbench (WWB).
Developers, administrators, and technical writers who used to use this package
in their work deeply miss it—its powerful capabilities made the UNIX
workstation a preferred environment for document editing and proofreading.
Today, many new implementations of those tools are available for all UNIX
systems, and you can also find open source equivalents of the key WWB tools.
Discover these tools and learn how to use them, building a custom style guide
checker in the process.
Explore the vast terrain of the UNIX file system with the find command. One
of the most powerful and useful commands in the UNIX programmer's repertoire
is find. All flavors of UNIX have file systems that can contain thousands of
files of many different types. With so many choices, locating a specific file,
or set of files, can be difficult. The find command makes this task easier in
many ways.
This tutorial, the third in a series, builds on what you've learned by taking
you through a tour of some of the more advanced Emacs features for text
operations. You get a hands-on demonstration of advanced editing techniques,
including how to perform a recursive edit, mark and use rectangles of text,
and handle complex selection techniques using the kill ring and the secondary
selection.