CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - 文件监控

搜索资源列表

  1. caozuoxitong

    0下载:
  2. 以前做的操作系统的课程设计,内容包括:1)编写一个C程序,使用Linux下的图形库,分窗口显示三个并发进程的运行 2)采用模块方法,添加一个新的设备驱动程序 3)了解/proc文件的特点和使用方法,监控系统状态,显示系统中若干部件的使用情况,用图形界面显示系统监控状态
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:380.47kb
    • 提供者:熊德馨
  1. W83791d-Linux

    0下载:
  2. W83791d是华帮公司生产的通用的具有I2C总线接口的硬件设备监控芯片。此芯片可以监控10种电压的输入信号,5种风扇的转速,3种温度的输入等。在我们的存储项目种,目前只是用到了电源电压的监控和硬盘温度的监控。驱动的移植主要是借鉴了I2C的linux下的标准架构和一种linux的新的文件系统—sysfs文件系统。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:5.97kb
    • 提供者:tk
  1. linux-taskmgr

    0下载:
  2. 在linux下,通过提取proc下文件的信息,以实现系统状态的监控,该系统的功能类似于window下的任务管理器
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:17.29kb
    • 提供者:方允福
  1. os0201郑章孝

    0下载:
  2. .添加系统调用.采用编译内核的方法,添加一个新的系统调用 编写一个应用程序,测试新添加的系统调用 系统调用的功能:文件拷贝.2添加设备驱动程序.采用模块方法,添加一个新的设备驱动程序要求添加字符设备的驱动 编写一个应用程序,测试添加的驱动程序. 4分析/proc文件.监控系统状态,显示系统中若干部件的使用情况 用图形界面显示系统监控状态。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:843kb
    • 提供者:郑章孝
  1. monitor-1.0

    2下载:
  2. 进程监控 进程守护 linux C语言 进程重启 进程管理 利用linux C语言编写,读取配置文件里面要求启动的程序,并进行实时监控,若进程异常退出,就重新启动 主要功能: 1.读取配置文件程序 2.启动进程 3.监控进程,查看进程是否退出或者崩溃 4.若进程退出或者崩溃,重启程序。 5.支持sleep功能 6.进程若连续崩溃NUM_MAX次就进行相应的睡眠周期-Process mo
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-04-22
    • 文件大小:81.62kb
    • 提供者:zhouyanjun
  1. inotify-sample.tar

    0下载:
  2. Linux平台文件目录监控样例代码,实现了文件添加删除修改等操作的监控。-File directory monitor Linux platform sample code implements the file operations such as Add or Remove to modify the monitoring.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:4.72kb
    • 提供者:zdf01
  1. inotify

    0下载:
  2. 利用linux的inotify机制,监控文件夹的变化,包括新建立的子文件夹-Using linux' s inotify mechanism, monitoring changes in the folder, including the newly created sub-folders
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:219.51kb
    • 提供者:沈崇玮
  1. inotify

    0下载:
  2. inotify~~~监控文件夹里的一切文件操作-inotify ~ ~ ~ monitoring all the documents folder operations
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:4.19kb
    • 提供者:hwjjacky
  1. ICLSE-8.8.9.tar

    0下载:
  2. 监控linux指定目录,记录目录内文件增删改情况-Linux monitoring specified directory, record additions and deletions to directory files case
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-24
    • 文件大小:122.21kb
    • 提供者:陈帅
  1. DirMonitor.tar

    1下载:
  2. 1、程序遵守某一 License 2、程序用 C/C++编写,能通过 auto configure 进行配置、编译和安装,程序运行 在 Linux 上。 3、程序源码包以.tgz 或 tar.gz 方式提交。 4、程序有相关使用说明文档,如 Readme 等。 5、一旦该程序发现指定监视的目录中有文件或目录的变化,就将这些变化记录 到日志文件中,并实时输出至远程监控机的控制台上。 6、该程序有一个配置文件,服务启动时读取该配置文件,该程序也可以通过命 令行启动,此
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:83.29kb
    • 提供者:俞强
  1. FileMonitor

    0下载:
  2. 在Linux下删除指定时间的文件,可以定时运行此程序,实现动态监控的目的-Delete files on time automaticlly under the enviroment of Linux, using C language.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:7.31kb
    • 提供者:刘春
  1. monitor

    0下载:
  2. linux 内存和CPU 监控 当达到配置文件里面的数额时 关闭进程-linux memory and CPU monitoring to configuration files when the amount of time off the process which
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:7.35kb
    • 提供者:
  1. inotify

    0下载:
  2. 本应用核心功能为监控系统给定目录下的文件变化情况。实现该项功能可以利用 Linux 2.6.13内核中新引入的文件系统变化通知机制inotify实现-Application of the core functions of the monitoring system files under the given directory changes. The realization of the Linux 2.6.13 kernel function that can be introduced
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:164.82kb
    • 提供者:吴香
  1. ftp_server

    1下载:
  2. 用c语言在linux环境下实现了ftp服务器的登录模块,目录操作,文件操作,文件传输模块,工作模式,监控模块等,另外还有文档。 -C language in linux environment to achieve a ftp server login module, directory operations, file operations, file transfer module, mode, control module, in addition to the document.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1.17mb
    • 提供者:halie123
  1. jpeg-encode

    0下载:
  2. 在linux下用JPEG压缩编码, 文件小巧,资源占用小!适合嵌入式视频监控-in linux env,using jpeg encodec , small size,low cost!fit embed vedio monitor
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:20.97kb
    • 提供者:wuxy
  1. test26

    0下载:
  2. 程序,实现一个守护进程,监控指定目录(此目录名称记录在配置文件中),一旦发现目录下有文件,先加锁,加锁成功后把文件内容追加到指定指定文件(此文件名称记录在配置文件中)中,然后删除读取的文件;(fcntl文件加锁)-Program, a daemon to monitor the specified directory (the directory name is recorded in the configuration file), once the directory file, the f
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1.87kb
    • 提供者:丁占成
  1. CGI

    0下载:
  2. 该文件利用linux实现网络服务器的功能,可以远程监控传感点。-The file linux web server, remote monitoring sensing point.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:22.54kb
    • 提供者:小叶
  1. thandler.cpp

    0下载:
  2. linux 监控目录 当目录出现新文件 获得文件路径 进行相应处理-linux monitor directory when the directory a new file to the file path and dealt with accordingly
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-30
    • 文件大小:1.51kb
    • 提供者:韩阳昇
  1. _compat

    0下载:
  2. 对psutil4版本的网络IO接口的修复文件。在使用 psutil4 版本是在你的源码中引入以上文件,可实现网络IO的正常监控。-Version of network IO interface psutil4 repair the file. In use psutil4 version to the introduction of the above file in your source code, monitoring normal network IO.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-28
    • 文件大小:3.18kb
    • 提供者:xia
  1. nagios进程、端口监控

    0下载:
  2. linux中的nagios监控原理和进程、端口监控配置文件及参数含义详解。(The nagios monitoring principles and processes, port monitoring configuration files and parameter implications of Linux.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-03
    • 文件大小:2kb
    • 提供者:asdfqwerwer
« 12 »
搜珍网 www.dssz.com