on unix server there is a folder to record the log files. Most log
files in unix are in text file.
You can set the permission of this folder so it can be read by IIS as
a network shared folder.
On Your web application you just need to create a class that parse
that log files on that shared folder and display them on your web form
as graphic (you can use third party chart component) or display them
as formatted text that suits you.

On 5/13/09, [email protected] <[email protected]> wrote:
>
> Hello everyone,
>
> I would like to know how can the unix or linux or any server be
> monitored through an asp.net application. Do we use webservices? how
> is it done. I worked at a company where i saw servers in Production
> were being monitored through a web application. Eager to know how it
> is possible.
>
> Thank you,
> Srawe
>

Reply via email to