Re: Session Size Calculation Question

2019-10-20 Thread M. Manna
Amazing! That's what I love about Tomcat :) Thank you Luis. On Sun, 20 Oct 2019 at 12:21, Luis Rodríguez Fernández wrote: > Hello M.Manna, > > Yes, probably SESSIONS.ser can give you an idea. Maybe if you want to get > more accurate results perhaps you can > > 1. Do it yourself via JMX [1] >

Re: Session Size Calculation Question

2019-10-20 Thread Luis Rodríguez Fernández
Hello M.Manna, Yes, probably SESSIONS.ser can give you an idea. Maybe if you want to get more accurate results perhaps you can 1. Do it yourself via JMX [1] 2. Give a try to psi-probe [2], it seems that it has everything that you need Hope it helps, Luis [1]

Session Size Calculation Question

2019-10-18 Thread M. Manna
Hello, We are trying to do some calculation for our user session size (or near estimate of it). What we understand is that upon a "Graceful" shutdown, Catalina Host will write out the serializable values of all session into a SESSIONS.ser file in the main servlet's work directory. If this is