OOagent137
2003-08-11, 09:51 AM
After running free -m, I found that I have a bunch of memory taken up.
What I want is an explanation, in megabytes, of where my memory is going? I mean, top doesn't seem to help b/c it can only sort by memory percentage.
I tried top -m | grep M and it displays all the entries that are taking up megabytes, but that only shows maybe 120mb worth of stuff (we have a total of 480mb being taken up).
Also, it shows httpd will be taking up 15mb of memory or so (there will be several entries like that). I have Apache on extended mode, so is there any way to time the process so I can match the PIDs to figure out what websties are eating up my memory?
Now, I might actually have this information available to me in the Apache Extended mode. I'm just not sure. I have the following columns in the extended mode:
Conn Kilobytes transferred this connection
Child Megabytes transferred this child
Slot Total megabytes transferred this slot
I don't quite understand what those mean. Could anyone explain them?
Basically, I just want to be able to figure out what sort of memory each site is taking up AND sort every server process by memory size (couldn't figure out how to do this w/ top). That SHOULD be simple enough :)
What I want is an explanation, in megabytes, of where my memory is going? I mean, top doesn't seem to help b/c it can only sort by memory percentage.
I tried top -m | grep M and it displays all the entries that are taking up megabytes, but that only shows maybe 120mb worth of stuff (we have a total of 480mb being taken up).
Also, it shows httpd will be taking up 15mb of memory or so (there will be several entries like that). I have Apache on extended mode, so is there any way to time the process so I can match the PIDs to figure out what websties are eating up my memory?
Now, I might actually have this information available to me in the Apache Extended mode. I'm just not sure. I have the following columns in the extended mode:
Conn Kilobytes transferred this connection
Child Megabytes transferred this child
Slot Total megabytes transferred this slot
I don't quite understand what those mean. Could anyone explain them?
Basically, I just want to be able to figure out what sort of memory each site is taking up AND sort every server process by memory size (couldn't figure out how to do this w/ top). That SHOULD be simple enough :)