December 2013
Intermediate to advanced
208 pages
5h 33m
English
Knowing a little about how a system works is one of the keys to troubleshooting it. In this chapter, we will discuss some of the ways to troubleshoot Cassandra and the tools involved.
Most of the tools that are used for troubleshooting are basic *nix tools. We’ll go over some of the key command-line switches and what to look for when examining a system.
iostat is a commonly used *nix tool that shows metrics about the input/output of a system. It does not come installed out of the box on most *nix distributions. It is commonly found as part of the sysstat package. The following is taken from the iostat man page that comes with Linux:
The iostat command is used for monitoring system input/output device loading ...
Read now
Unlock full access