Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to find the status of a service

Status
Not open for further replies.

pho01

Programmer
Joined
Mar 17, 2003
Messages
218
Location
US
How do I find the status of the service from the command line? I want to monitor several services on the server, and look for a way to do it from the command line...

For example: Apache

What command do I use to find if Apache is running on the dos command line?

thanks
 
typing net start |more at a command line will list all running services.

SjrH - Data Security Storage & Availability Specialist
 

Do you want to proactively monitor Services? For instance, receive notification if the service stops?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top