Hi,
I am new to java servlets, however have a question.... I need to write a servlet which can connect to a unix server, and print statistics from the unix box ( such as cpu usage etc. ) on the browser. I am comfortable with how I would do this on unix ( ksh, csh etc.) however have not developed using java previously. Can anyone recomend a best way to do this / place to start? Can I write code on the server ( Unix box ) to gather my statictics & publish this using my servlet? Any Ideas?
Thanks in advance,
Joe.
I am new to java servlets, however have a question.... I need to write a servlet which can connect to a unix server, and print statistics from the unix box ( such as cpu usage etc. ) on the browser. I am comfortable with how I would do this on unix ( ksh, csh etc.) however have not developed using java previously. Can anyone recomend a best way to do this / place to start? Can I write code on the server ( Unix box ) to gather my statictics & publish this using my servlet? Any Ideas?
Thanks in advance,
Joe.