Checking if there is any script handy which displays top 10 memory consuming processes in HTML format for given list of Servers.
Also, would like to know the differences between below. Any example or analogy would be a great help.
Last but not least, to get overall memory consumption of process what are things we need consider? is it only Working Set alone or any other thing we need to take into consideration?
I searched and I got a script. Now I need help on formatting the o/p. currently this works for only 1 server. it returns two results. Result1 - process working set output and Result2 is the piechart of top 5 processes and the image is stored in D:\images\ folder. My requirement is, I need a HTML report which shows above 2 results in a HTML Format as an email body.
This isn’t the place to ask others to write or rewrite/redesign scripts for you. Especially not for scripts you found on the internet. We’re happy to answer specific questions, but it’s not helpful to you for someone to simply do it all for you.
I recommend for you to learn Powershell. I believe it will pay off for you in future. Here you can find some great starting points: Beginner Sites And Tutorials
I tried below code on my own. But the output is not as expected. Could anyone tell me why the value and image file stored in variable $body is not rendering in outlook email message? In my email message we should see the Get-Process table along with an win10.jpg image embedded in the email which is not at present. Not sure why.
To make things simpler, used below code to embed .png image to email. Still not working!!!
In my outlook it just shows a small thumbnail and the not image. Any thoughts please???