Hi,
Is there any way to display that the server is on highload through the web?
What formula or lotus script class to display the information?
Thanks in Advance,
Joseph
Hi,
Is there any way to display that the server is on highload through the web?
What formula or lotus script class to display the information?
Thanks in Advance,
Joseph
Subject: Display Highload information through the WEB
Seems like there’s no solution for this one.
Subject: RE: Display Highload information through the WEB
If you have permission you can write an agent which uses the NotesSession.sendConsoleCommand() and ask the server for the appropriate statistics counter.
Schedule the agent to run as often as needed.
Once you have your numbers, stick them on a document which is the back-end for a conatantly refreshing page of HTML.
Frunobulax