Chrissirhc
Programmer
Hi,
When I type /usr/bin/ps -efl I get all the usual stuff e.g. PID and owner, but also some value for SZ and its somehow related to the memory taken up. How is the question
So for example I do: top -n | grep myProcess I get the SIZE of the process in Megabytes 21M
Now when I do ps -efl | grep myProcess I get sz 8819 (what ever that means)
On another box I get SIZE 312M against sz 39909
Does anyone know what the value of one sz is?? Is it related to pagesize, which when typing pagesize on both boxes I get 8192???
Please could someone explain what the relationship between the memory taken up by the process and the value of sz is.
Thanks in advance,
Chris
When I type /usr/bin/ps -efl I get all the usual stuff e.g. PID and owner, but also some value for SZ and its somehow related to the memory taken up. How is the question
So for example I do: top -n | grep myProcess I get the SIZE of the process in Megabytes 21M
Now when I do ps -efl | grep myProcess I get sz 8819 (what ever that means)
On another box I get SIZE 312M against sz 39909
Does anyone know what the value of one sz is?? Is it related to pagesize, which when typing pagesize on both boxes I get 8192???
Please could someone explain what the relationship between the memory taken up by the process and the value of sz is.
Thanks in advance,
Chris