代码搜索结果
找到约 10,298 项符合
Monitor 的代码
monitor.h
// Monitor.h : main header file for the MONITOR application
//
#if !defined(AFX_MONITOR_H__147D89E4_EC65_11D3_B94C_ABF7E57000EF__INCLUDED_)
#define AFX_MONITOR_H__147D89E4_EC65_11D3_B94C_ABF7E570
stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// Monitor.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h
threadmonitorclient.java
package book.jmx.examples;
import javax.management.*;
import javax.management.monitor.*;
import java.util.List;
public class ThreadMonitorClient {
private MBeanServer server = null;
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
monitor.tcl
# This file is part of the XENOMAI project.
#
# Copyright (C) 1997-2000 Realiant Systems. All rights reserved.
# Copyright (C) 2001,2002 Philippe Gerum .
#
# This program is fre
makefile
all: rt_process.o monitor
MYCFLAGS = -O2 -Wall
include ../../../rtl.mk
monitor: monitor.c
$(CC) ${INCLUDE} ${MYCFLAGS} -o monitor monitor.c
# rt_process.o: rt_process.c common.h
# $(CC) ${INCLUDE}
keymon5.asm
;*
;* keymon5.asm : OS/2 keyboard monitor
;*****************************************************************************
SetBxInkb MACRO ;* address inkb struct with bx
mov bx,[di].pinkbCur ;
mouse5.inc
;*
;* COW : Character Oriented Windows
;*
;* mouse5.inc : DOS 5 specific mouse info
;*****************************************************************************
; Mouse monitor record flags
makefile
all: rt_process.o monitor
MYCFLAGS = -O2 -Wall
include ../../../rtl.mk
monitor: monitor.c
$(CC) ${INCLUDE} ${MYCFLAGS} -o monitor monitor.c
# rt_process.o: rt_process.c common.h
# $(CC) ${INCLUDE}
makefile
all: rt_process.o irqsema.o monitor histplot
include ../../rtl.mk
histplot: histplot.c
$(CC) ${USER_CFLAGS} -o histplot histplot.c
monitor: monitor.c
$(CC) ${USER_CFLAGS} ${INCLUDE} -Wall -O2 -o m