PDA

View Full Version : Server Stats ??


jonde99
05-03-2004, 16:40
Is it possible to drag cpu, mem, user and bandwidth usage stats out of the server?

Jon..

Brain
05-03-2004, 18:48
Yes and no. You can use the TCP Query port for some statistical information, like running time and traffic used since startup, but if you want CPU and memory usage you need to do some server-side scripting, for example a cron job using top to determine CPU usage and memory usage. The TS server doesn't provide this kind of info, at least not the latest official release (2.0.19.40 at this time).