AJAX control

Last post 05-10-2008 2:15 AM by Priya B. 7 replies.

Sort Posts:

  • AJAX control

    05-08-2008, 1:59 PM
    • Loading...
    • Priya B
    • Joined on 04-21-2008, 2:29 AM
    • Posts 17

    Hi,

       I m getting the static value of the performance counter...but i want that value to be changed dynamically....

      is it possible?...will u give me the code for that?...

     m using ASP.NET(C#) web application

  • Re: AJAX control

    05-08-2008, 2:26 PM
    • Loading...
    • figz
    • Joined on 09-07-2007, 8:45 PM
    • Posts 86

     Which control are you talking about?  Any more information you can provide would be helpful in answering your question.

  • Re: AJAX control

    05-08-2008, 2:46 PM
    • Loading...
    • Priya B
    • Joined on 04-21-2008, 2:29 AM
    • Posts 17

    Performance Counters....

    like Memoty,Processor,Network Interface.....

    goto Start->run->type perfmon -> right click on graph->add counters-> select performance object as Memory ....

    its similar to this...but i am getting the static data...dynamically its not changing....

     

  • Re: AJAX control

    05-08-2008, 3:05 PM
    • Loading...
    • figz
    • Joined on 09-07-2007, 8:45 PM
    • Posts 86

    I'm sorry, I don't know of any ajax controls that does this.  You'll have to write your own I think.  Can anyone refer Priva B to some System libraries which can pull out Server Memory information? 

  • SQL server2005

    05-09-2008, 11:47 AM
    • Loading...
    • Priya B
    • Joined on 04-21-2008, 2:29 AM
    • Posts 17

    Hi,

       I want to store the realtime performance of the system into the sql server for each minute...is it possible to do?....

      how to do that?...can anyone help me out?...

  • Re: SQL server2005

    05-09-2008, 1:27 PM
    • Loading...
    • figz
    • Joined on 09-07-2007, 8:45 PM
    • Posts 86

     I would say you don't want a Web Application.  This may be a good task for a Console application which gets the system info and writes it to the database.  Then you can use a scheduled task to run the Console app a certain intervals.

  • Re: SQL server2005

    05-09-2008, 1:29 PM
    • Loading...
    • figz
    • Joined on 09-07-2007, 8:45 PM
    • Posts 86

    Here is another thread which talks about how to get system information using .NET.

    http://forums.asp.net/t/1090926.aspx

    Hope this helps!

    -figz
     

  • Re: SQL server2005

    05-10-2008, 2:15 AM
    • Loading...
    • Priya B
    • Joined on 04-21-2008, 2:29 AM
    • Posts 17

    hi,

      I am able to get the dynamic system performance which will change for every 1min...i want that data to be stored into the SQL server...is it possible to do?...how to achieve it?.. Can anyone help me out?..

Page 1 of 1 (8 items)