代码搜索结果
找到约 10,298 项符合
Monitor 的代码
monitor.java~
/*
* Monitor.java
*
* Created on June 21, 2001, 8:20 AM
*
* See LICENSE file for license conditions.
*/
package residue.runtime;
import java.io.*;
/**
* This class contains everything needed
monitor.java
/*
* Monitor.java
*
* Created on June 21, 2001, 8:20 AM
*
* See LICENSE file for license conditions.
*/
package residue.runtime;
import java.io.*;
/**
* This class contains everything needed
monitor
title Monitor Various Aspects of the Running Host
description The following check up on various aspects of a host.
token proc
info Check for processes that should be running.
info # proc NAME [MAX=0
debugprint monitor.rc2
//
// DEBUGPRINT MONITOR.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOK
monitor.java
/*
Derby - Class org.apache.derby.iapi.services.monitor.Monitor
Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.
Licensed under the Apache License, Vers
delay.in
#!/bin/sh
#
# $Id: Delay.in,v 1.2.2.1 2005/01/12 03:12:34 horms Exp $
#
# This script is a test resource for introducing delay.
#
# usage: $0 {start|stop|status|monitor}
# usage: $0 delay {start|sto
monitor.java
package com.jestdoc.flowmonitor;
import java.sql.ResultSet;
import java.util.*;
import com.jestdoc.dbconn.DbConn;
import com.jestdoc.inc.*;
import com.jestdoc.flowdata.*;
import com.jestdoc.fl
monitor.java
package name.lxm.robot.arch.module;
import name.lxm.robot.arch.*;
import java.io.*;
public class Monitor implements Module, Runnable
{
private ModuleDoc m_conf = null;
private String module_name =
demo_app.c
/* demo_app.c:
* This file is a simple example of an application that could be run
* on top of the monitor.
*
* start():
* The start() function depends on the setting of MONCOMPTR in config.h.
*
bootblk.c
/* bootblock.c:
* This is a single file that contains snippets of code from other portions
* of the monitor. The snippets are duplicated so that no unnecessary
* code is included in this bootbl