About 669,000 results
Open links in new tab
  1. What system monitoring tools are available? - Ask Ubuntu

    May 10, 2013 · I think you should take a look at Agentless Monitor from AppPerfect, that covers various aspects of monitoring like JAVA / J2EE application monitoring, server monitoring, …

  2. Monitoring the progress of an SQL query in SQL SERVER

    Jul 20, 2010 · I saw a similar question which asked how to monitor the progress of a backup/restore operation: Is there a SQL script that I can use to determine the progress of a …

  3. sql server - What does a Status of "Suspended" and high DiskIO …

    72 I'm trying to troubleshoot some intermittent slowdowns in our application. I've got a separate question here with more details. I ran sp_who2 to and I've noticed a few connections that have …

  4. SQL-Server: Is there a SQL script that I can use to determine the ...

    Script to check the Backup and Restore progress in SQL Server: Many times it happens that your backup (or restore) activity has been started by another Database Administrator or by a job, …

  5. How do I see active SQL Server connections? - Stack Overflow

    Jan 21, 2019 · I am using SQL Server 2008 Enterprise. I want to see any active SQL Server connections, and the related information of all the connections, like from which IP address, …

  6. What's the best way to monitor rabbitmq to make sure everything …

    Mar 9, 2011 · This cmd will help you service rabbitmq-server status or $ rabbitmqctl status OR try these service rabbitmq-server stop and service rabbitmq-server start then service rabbitmq …

  7. how to know status of currently running jobs - Stack Overflow

    Aug 26, 2013 · I need to know if a given Job is currently running on Ms SQL 2008 server. So as to not to invoke same job again that may lead to concurrency issues.

  8. How can I determine the status of a job? - Stack Overflow

    Oct 14, 2008 · A lot of people mentioned the sysjobactivity table and pointed to the MSDN documentation which is great. However, I'd also like to highlight the Job Activity Monitor which …

  9. sql server - How do I check SQL replication status via T-SQL?

    Oct 20, 2008 · I want to be able to check the status of a publication and subscription in SQL Server 2008 T-SQL. I want to be able to determine if its okay, when was the last successful, …

  10. Suspended status in SQL Activity Monitor - Stack Overflow

    Aug 25, 2009 · The other case it can happen is with linked servers when SQL Server is querying a remote table, in this case SQL Server is waiting for the remote server to respond. Something …