Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Pulkit_Thukral
Partner - Creator II
Partner - Creator II

Debugging Application-An Automation Solution

Hi All,

i am trying to develop an application which can provide an end user ,details on:-

1. which users have accessed the application,

2. how many users are currently active

3. which user tried to access but not able to access the application and what could be the reason behind(Cal not assigned to his name etc).

4. if in case some service is not working,the ServiceName should be listed as a popup

5. and finally based on some calculation ,end user should be shown a pop up mentioning to increase server space or ram based on total users and applications hosted on the server.

I know that per user consumption of ram increases and below formula can tell us how is it calculated:-

((Size of Disk) * 4) + (Size of Disk * 4) * .05 * (Number of Concurrent Users)


A kind of Debugging Application i want to develop.

Just wanted to know if a similar application is already available somewhere.

I understand that we can get some details form log files under server folder structure.

0 Replies