node-process-watch:监视和管理操作系统进程

时间:2024-06-23 12:31:58
【文件属性】:

文件名称:node-process-watch:监视和管理操作系统进程

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-23 12:31:58

JavaScript

关于 用于监视和管理操作系统进程的简单流畅的 API。 用法 var pw = require ( 'process-watch' ) ; // optional parentPid to ensure process uniqueness var process = pw . watch ( 'node app.js' , parentPid ) . error ( function ( err ) { // an error occurred } ) . started ( function ( ) { // process started } ) . killed ( function ( ) { // process was killed } ) . restarted ( function ( ) { // proce


【文件预览】:
node-process-watch-master
----.jshintrc(394B)
----.gitignore(22B)
----package.json(710B)
----Gruntfile.js(1KB)
----LICENSE(1KB)
----README.md(734B)
----lib()
--------process.js(4KB)
----.npmignore(29B)
----test()
--------tests.js(3KB)

网友评论