用易-小卢 发表于 2016-8-9 17:17:39

Scheduler-计划任务基本信息

基本信息
设定的计划任务,并通过时间安排执行相应的脚本操作.
规格
功能包需求: system
等级需求: Level1
操作路径: /system scheduler
技术与标准: None
硬件使用: Not significant
计划表配置
计划表能触发脚本执行,在指定的时间段或者是在指定的时间间隔.
属性描述
interval (time; 默认: 0s) - 脚本执行的间隔时间,脚本反复执行在一个指定的时间间隔
name (name) – 任务名
on-event (name) – 脚本执行名。通过调用/system script里的脚本规则名称
run-count (read-only: integer) – 监视脚本使用数, 这个计数器记录当每个脚本执行一次,计数器便增加1
start-date (date) – 开始脚本执行的日期
start-time (time) – 开始脚本执行的时间
startup – 默认在系统启动3秒后执行脚本.
注:重启路由器时将重置run-count 计数器。
如果计划表选项里面对start-time设置了startup,则在控制台开启后3秒运行。这意味着所有的脚本设置为start-time=startup 和interval=0,当路由器启动就会被执行。
事例
我们添加一个任务执行系统日志记录测试,并间隔1小时执行一次,这个操作为logtest:
system script> add name=logtest source=:log info “test” system script> print   0   name="script1" owner="admin"   policy=ftp,reboot,read,write,policy,test,winbox,password,sniff   last-started=may/16/2008 21:32:51 run-count=3 source=:log info " test" system script> .. scheduler system scheduler> add name=run-1h interval=1h on-event=logtest system scheduler> print
Flags: X - disabled#   NAME      ON-EVENTSTART-DATESTART-TIME INTERVAL   RUN-COUNT0   run-1h    logtest   mar/30/2004 06:11:35   1h         0 system scheduler>


页: [1]
查看完整版本: Scheduler-计划任务基本信息