NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on May 10, 2014, 06:12:49 AM
-
Hi,
Running a server as a Service you loose the window, then you loose the perfomance info.
Is there any way to save that info to a file or to have a Perfomance memory form inside the site ?
Thanks
-
yes, one of the examples shows the performance data on a web page - but off the top of my head I don't recall which one it is.
They're just variables, so displaying them on a form is fairly easy.
cheers
Bruce
-
Ok in the WebServer proc we have this vars as local vars inside a group
For example : NumberOfRequests
IN a memory form, may I refert to it as
p_web.gsv('NumberOfRequests') ?
Thanks
-
no. it would be
p_web.RequestData.Webserver.Performance.NumberOfRequests
-
ok thanks
any way to refresh a memory from with a timer?
to see these values changing like its seen in the perfomance tab?
-
you don't want to do that. Rather refresh the page when you want to see an update.