|
|
|
|
|
by dtoma
2359 days ago
|
|
If a company has recurring troubleshooting issues, eg. "we need to know which process is taking all the CPU/RAM/IO", why wouldn't they add a script when they provision their machines with puppet or whatever tool they use? Then instead of having to remember how to check all these things, they just run "find_resource_hogs.sh" and voila. It also enables other people to troubleshoot without specific knowledge. Of course you don't want to put anything in there just because it might save 10 seconds, but then https://xkcd.com/1205/ |
|