We have inherited a series of servers with a number of systems on them, all running CentOS. A bunch of these are under-utilized and may not be doing much more than idling. None-the-less, there is the possibility that a script or database is being accessed occasionally. I would like to see exactly what these servers are doing--which scripts are being run and which databases are being accessed, etc. How would you go about exploring an inherited system to see exactly what is being run/accessed?
|
feedback
|
|
Your best bang for your buck will be to look at two things:
What Services Are Bring Provided
What Scheduled Jobs Are Running This will involve looking at all the various and sundry cron jobs for anything non-standard. This one might take a bit longer since there are a lot more locations to look through.
Depending on what these two find, you may need to start digging more. For instance, if the service This kind of discovery can take a while, and be a lot of work. In the end, it's a great exercise. You will come out with a well exercised set of skills, and a pretty good understanding of the environment. | |||
|
feedback
|
|
Running In a few terminals you could run these for a while: Checking scheduling around cron's files and binaries/events mentioned in | |||
|
feedback
|