task spooler 0.7.0发布 Unix批处理系统

task spooler是一个Unix批">处理系统,用于处理后台运行的任务。可以设定在任何时间运行一次任务。系统的每个用户都有自己的任务队列。运行的任务将根据shell/进程排列上下文,这使得它可以很容易地观看输出/结果。这是非常有用的功能,当你知道,你有大量的命令在内存中,大量的磁盘使用,给出大量的输出信息。它的接口让你可以很容易在脚本中使用。

task spooler 0.7.0该版本在一个完整的队列中,现在加入队列将不会阻止其他队列的操作。新的参数-b,允许TS失败之后加入队列,如果队列已满,也不会造成阻塞。

下载地址:http://vicerveza.homeunix.net/~viric/soft/ts/ts-0.7.0.tar.gz

使用说明:

usage: ./ts [action] [-ngfmd] [-L <lab>] [cmd...]
Env vars:
  TS_SOCKET  the path to the unix socket used by the ts command.
  TS_MAILTO  where to mail the result (on -m). Local user by default.
  TS_MAXFINISHED  maximum finished jobs in the queue.
  TS_ONFINISH  binary called on job end (passes jobid, error, outfile, command).
  TS_ENV  command called on enqueue. Its output determines the job information.
  TS_SAVELIST  filename which will store the list, if the server dies.
  TS_SLOTS   amount of jobs which can run at once, read on server start.
Actions:
  -K       kill the task spooler server
  -C       clear the list of finished jobs
  -l       show the job list (default action)
  -S [num] set the number of max simultanious jobs of the server.
  -t [id]  tail -f the output of the job. Last run if not specified.
  -c [id]  cat the output of the job. Last run if not specified.
  -p [id]  show the pid of the job. Last run if not specified.
  -o [id]  show the output file. Of last job run, if not specified.
  -i [id]  show job information. Of last job run, if not specified.
  -s [id]  show the job state. Of the last added, if not specified.
  -r [id]  remove a job. The last added, if not specified.
  -w [id]  wait for a job. The last added, if not specified.
  -u [id]  put that job first. The last added, if not specified.
  -U <id-id>  swap two jobs in the queue.
  -h       show this help
  -V       show the program version
Options adding jobs:
  -n       don't store the output of the command.
  -g       gzip the stored output (if not -n).
  -f       don't fork into background.
  -m       send the output by e-mail (uses sendmail).
  -d       the job will be run only if the job before ends well
  -L <lab> name this task with a label, to be distinguished on listing.

时间: 2024-07-31 09:33:36

task spooler 0.7.0发布 Unix批处理系统的相关文章

task spooler 0.7.1发布 Unix批处理系统

task spooler 0.7.1这是一个小的安全修正版本,在系统中防止其他用户的使用. task spooler是一个Unix批http://www.aliyun.com/zixun/aggregation/34332.html">处理系统,用于处理后台运行的任务.可以设定在任何时间运行一次任务.系统的每个用户都有自己的任务队列.运行的任务将根据shell/进程排列上下文,这使得它可以很容易地观看输出/结果.这是非常有用的功能,当你知道,你有大量的命令在内存中,大量的磁盘使用,给出大量

nwcc 0.8.2发布 Unix系统的C语言编译器

nwcc是一个Unix系统的C语言编译器.其设计目标是支持的系统包括:Linux, Mac OS X, BSD,and Solaris on 80x86 (with nasm and gas),Linux,Mac OS X, and FreeBSD on AMD64 (with yasm and gas),Solaris and Linux on SPARC (64-bit),AIX and Linux on PowerPC (32- and 64-bit),and IRIX on MIPS (

Task Coach 1.3.0发布 个人事务管理工具

Task Coach 1.3.0该版本支持直接编辑所有的对话框功能. Task Coach是一款开源的个人事务管理工具,主要针对个人的简单管理个人事务和待办事项清单.这个软件不同于其它类型软件,如http://www.aliyun.com/zixun/aggregation/33954.html">Outlook或者Lotus Notes等,因为这些软件都不具备合成事务的功能.因为一般来说,一件事务的办理都有几个相关步骤的,而Task Coach正是从这个特性出发而设计的,尤其适合对复杂事

Gow 0.5.0发布 windows平台unix模拟环境

Gow是Gnu On Windows的缩写,是一个轻量级可替代的windows平台上运行的unix模拟环境.它采用了便携的Windows安装程序,可以安装约130个有用的开放源码Unix编译的应用程序作为原生Win32可执行文件. Gow 0.5.0该版本更新了SSL wget版本到1.11.4.cURL版本更新到7.23.1.增加了4.1版本作为gfind,以便于干扰Windows的Find.exe.增加SHA1SUM和rsync0.0.2. 软件信息:https://github.com/b

frp 0.11.0 发布,内网穿透工具

内网穿透工具 frp 0.11.0 发布了. 新增: 增加支持 unix域套接字 的 Plugin. 增加 http proxy 的 Plugin. frpc 新增 login_fail_exit 配置项,如果为 false,则启动时连接服务器失败将不会退出,而是定期重连. frpc 新增 start 配置项,可以选择启用指定的 proxy,默认为空,表示全部. 优化: dashboard 自动清除 7天内没有使用的 proxy 的统计信息. dashboard 增加 frps 版本信息以及 p

[WSE]Web Service与Windows Service通过WSE2.0建立订阅/发布关系[更新版]

[WSE]Web Service与Windows Service通过WSE2.0建立订阅/发布关系   编写者:郑昀@UltraPower 编写日期:2005-04-13 修改日期:2005-05 目的: 我们建立这种交互关系的目的是,在Web Service和Windows Service(或者其他Windows应用)之间建立起一种稳固的可扩展的不受地域限制的交互关系.  优点: 这种交互关系的优点是: 完全异步: Web service和Windows service/windows for

CrutziPlayer 0.1.0发布 浏览器插件的独立播放器

CrutziPlayer 是一款基于NPAPI浏览器插件的独立6186.html">播放器(如:http://www.aliyun.com/zixun/aggregation/12592.html">Flash).它使用XComposite.Cairo 和 XFixes,提供了外部的硬件加速全屏缩放模式.它是一个很好的解决方案,例如,播放全屏Linux上的浏览器游戏,因为它会自动检测原始 .swf 内容的大小. CrutziPlayer 0.1.0是首次发布的版本. 软件信

QQ 6.0正式版发布:集成式聊天窗口 新增网页助手

QQ 6.0正式版发布:集成式聊天窗口 新增网页助手7月3日消息,腾讯今天正式发布了QQ 6.0,版本号为11743.QQ 6.0采用全新视觉界面,更简洁纯净,全新集成式聊天窗口,融合皮肤.气泡.QQ秀,还新增了网页助手.QQ 6.0新功能列举 如下:1.集成式聊天窗口,轻松应对多人聊天:2.皮肤.气泡.QQ秀完美融合,聊天窗口更清爽更时尚:3."我的收藏"新增网页助手,浏览器网页上的内容可快速收藏到QQ:4.导出手机相册功能优化:5.消息发送失败的情况下可支持一键重发:6.讨论组.群

Taskhelm 0.3.0发布 待办事项列表管理器

Taskhelm 用于http://www.aliyun.com/zixun/aggregation/17034.html">TaskWarrior的图形界面,是一个待办事项列表管理器.它支持1.9.4和2.0.0版本(试用版和更高版本). Taskhelm 0.3.0该版本针对了各种性能的改善,尤其是task 2.0,修复了task 2.0使用的各种错误. 软件信息:http://taskwarrior.org/projects/taskwarrior/wiki/Taskhelm 下载地