Memory allocation of a service

0

I have a problem, I need to check the amount of memory a specific service is allocating.

Is there anything in C # that does this? Any class or method?

For all I've seen, they bring general PC consumer information.

    
asked by anonymous 13.07.2015 / 21:05

1 answer

0

@Felipe Rosa You're wondering how much memory your application uses, that's what I understood. Well, I've found some publications that may help you, but you have to search for operating systems, this will help you, come on, then:

What I found and how I understood your question is Monitoring Memory Consumption and Runtime Home Read more: link Home This second one is in English is more comprehensive but I believe it's connected to what you need
link
I believe that with these two models you will achieve your goal. Home Att Home LMV

    
13.07.2015 / 21:53