Finding Which Processes Are Swapping in Linux
Sometimes you will end up with a linux host that is swapping, and many times it will be obvious which process has been chewing up swap (hint: it is always java). But in those cases where it is not as apparent, I whipped up a little bash script to walk the process tree and list … Read more