主頁(yè) > 知識(shí)庫(kù) > Centos下為程序如何設(shè)置超時(shí)?Centos下為程序設(shè)置超時(shí)的方法

Centos下為程序如何設(shè)置超時(shí)?Centos下為程序設(shè)置超時(shí)的方法

熱門(mén)標(biāo)簽:太原外呼電銷機(jī)器人軟件 廣州點(diǎn)撥外呼系統(tǒng)多少錢一個(gè)月 仙桃外呼系統(tǒng) 怎樣在北斗地圖標(biāo)注商戶 400外呼系統(tǒng) 配置要求 辦理400電話的好處都有哪些 日立hgp外呼線路圖 貴港便宜外呼系統(tǒng)報(bào)價(jià) 電話外呼系統(tǒng)解決方案

timeout 是個(gè)奇妙的Linux命令,它可以控制程序運(yùn)行的時(shí)間,這對(duì)于我們希望控制程序的運(yùn)行時(shí)間非常有用。

timeout在CentOS 6平臺(tái)上,從屬于軟件包c(diǎn)oreutils

# which timeout

/usr/bin/timeout

# rpm -qf /usr/bin/timeout

coreutils-8.4-19.el6_4.2.x86_64

timeout的原理很簡(jiǎn)單,一個(gè)簡(jiǎn)單的計(jì)時(shí)器,一個(gè)kill命令,其中-s 可以跟kill的參數(shù),具體怎么殺,就看它。

man timeout僅僅半頁(yè),如下

TIMEOUT(1) User Commands TIMEOUT(1)

NAME

timeout - run a commandwith a timelimit

SYNOPSIS

timeout [OPTION] NUMBER[SUFFIX] COMMAND [ARG]...

timeout [OPTION]

DESCRIPTION

Start COMMAND, and killit ifstill running after NUMBER seconds. SUFFIX may be ‘s’forseconds (the default), ‘m’ forminutes, ‘h’

forhours or ‘d’ fordays.

Mandatory arguments to long options are mandatory forshort options too.

-s, --signal=SIGNAL

specify the signal to be sent on timeout. SIGNAL may be a name like ‘HUP’ or a number. See ‘kill-l‘ fora list of signals

--help display this help and exit

--version

output version information and exit

If the commandtimesout, thenexitwith status 124. Otherwise, exitwith the status of COMMAND. If no signal is specified, send the

TERM signal upon timeout. The TERM signal kills any process that does not block or catch that signal. For other processes, it may be

necessary to use the KILL (9) signal, since this signal cannot be caught.

AUTHOR

Written by Padraig Brady.

用法舉例

1timeout 120 command

上面的command命令如果在120秒內(nèi)完成,則平安結(jié)束,運(yùn)行超過(guò)120秒后將被殺死。

腳本經(jīng)常是傻乎乎的一口氣跑到完,搞得我們需要寫(xiě)另一個(gè)腳本定期去殺它。自打有了timeout命令,腰也不疼了,腿也不酸了,跑跑歇歇更健康。

一句話,我們?cè)谀_本里或者crontab里就不用再造輪子了。

標(biāo)簽:廣安 公主嶺 商丘 青島 麗水 六盤(pán)水 河源 雅安

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《Centos下為程序如何設(shè)置超時(shí)?Centos下為程序設(shè)置超時(shí)的方法》,本文關(guān)鍵詞  Centos,下,為,程序,如何,設(shè)置,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《Centos下為程序如何設(shè)置超時(shí)?Centos下為程序設(shè)置超時(shí)的方法》相關(guān)的同類信息!
  • 本頁(yè)收集關(guān)于Centos下為程序如何設(shè)置超時(shí)?Centos下為程序設(shè)置超時(shí)的方法的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章