HOW TO : Check the number of threads spawned (opened) by a process
If you ever wanted to check how many threads a particular process spawned off in Linux, you can use Find the PID of the process by...
If you ever wanted to check how many threads a particular process spawned off in Linux, you can use Find the PID of the process by...
Guess what this is?
Inspired by a G+ post by Thomas Weeks . swap memory is something used by the OS to essentially swap data to and forth if the...
I like shiny new toys :). Even though perl is pretty powerful and more than enough for the simple tasks I get to automate from time...
Here is the first update on Project Uptime. I spun up a new server (doesn’t that sound so odd.. spun up a new server!! :)) with...
Quick note for self. Simple bash loop to find out the size of each directory in the existing directory. This script is useful if you are...