Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Monitoring Tool

Monitoring Tool

Scheduled Pinned Locked Moved C / C++ / MFC
c++sysadmin
8 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    itkid
    wrote on last edited by
    #1

    Hi, We have VC++ application running on server which goes down sometime. Is there any inbuild tool which run on my desktop and do the monitoring of xyz.exe (running on server) from task manager.Please let me know if you know any such tool. Appreciate your time. Thanks Pankaj

    S _ 2 Replies Last reply
    0
    • I itkid

      Hi, We have VC++ application running on server which goes down sometime. Is there any inbuild tool which run on my desktop and do the monitoring of xyz.exe (running on server) from task manager.Please let me know if you know any such tool. Appreciate your time. Thanks Pankaj

      S Offline
      S Offline
      Stuart Dootson
      wrote on last edited by
      #2

      Define 'monitoring'. I have many, many monitoring tools that monitor different aspects of process behaviour (RegMon, FileMon, ProcMon, TcpView, Wireshark, etc etc).

      Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

      I 1 Reply Last reply
      0
      • S Stuart Dootson

        Define 'monitoring'. I have many, many monitoring tools that monitor different aspects of process behaviour (RegMon, FileMon, ProcMon, TcpView, Wireshark, etc etc).

        Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

        I Offline
        I Offline
        itkid
        wrote on last edited by
        #3

        Just to monitor whether xyz.exe is running or stopped. Either by showing status as green when exe is running and Red when exe stop on client desktop.

        S 1 Reply Last reply
        0
        • I itkid

          Just to monitor whether xyz.exe is running or stopped. Either by showing status as green when exe is running and Red when exe stop on client desktop.

          S Offline
          S Offline
          Stuart Dootson
          wrote on last edited by
          #4

          Task manager?

          Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

          I 1 Reply Last reply
          0
          • I itkid

            Hi, We have VC++ application running on server which goes down sometime. Is there any inbuild tool which run on my desktop and do the monitoring of xyz.exe (running on server) from task manager.Please let me know if you know any such tool. Appreciate your time. Thanks Pankaj

            _ Offline
            _ Offline
            _AnsHUMAN_
            wrote on last edited by
            #5

            How about using EnumProcesses to check if your exe is listed in the process names?

            You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_

            1 Reply Last reply
            0
            • S Stuart Dootson

              Task manager?

              Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

              I Offline
              I Offline
              itkid
              wrote on last edited by
              #6

              Task Manager display on server where exe run however I need something show on my desktop.

              S D 2 Replies Last reply
              0
              • I itkid

                Task Manager display on server where exe run however I need something show on my desktop.

                S Offline
                S Offline
                Stuart Dootson
                wrote on last edited by
                #7

                In that case, I'd suggest pslist[^], as it can list the processes running on a remote computer. It's free, it's sanctioned by Microsoft and (like all the other SysInternals tools) it gets the job done!

                Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

                1 Reply Last reply
                0
                • I itkid

                  Task Manager display on server where exe run however I need something show on my desktop.

                  D Offline
                  D Offline
                  David Crow
                  wrote on last edited by
                  #8

                  How about Remote Task Manager?

                  "Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

                  "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups