1. On Jenkins web GUI, add a new job and select "Monitor an external job", name it as "job01"
2. execute from other machine:
$ export JENKINS_HOME=http://jenkins_server:8080
$ java -jar /var/cache/jenkins/war/WEB-INF/lib/jenkins-core-1.530.jar "job01" find /
("find /" is the target command)
reference:
https://wiki.jenkins-ci.org/display/JENKINS/Monitoring+external+jobs
個人在學習Linux過程當中的個人筆記,提供個人及有需要的人查閱,若有錯誤歡迎提供指正,謝謝。 This Blog recorded notes about my learning Linux and provides myself and others reference. If there are any incorrect information, welcome to leave a message to correct me, Thanks.
2013年9月23日 星期一
2013年9月6日 星期五
Install fio and required packages
1. Download fio from http://freecode.com/projects/fio
2. yum install zlib-devel libaio-devel libibverbs-devel librdmacm-devel
3. unzip fio file
# tar jxvf fio-2.1.2.tar.bz2
4. configuration
# cd fio-2.1.2
# ./configure
5. make && make install
# make && make install
6.some sample jobsfile in ./t/jobs
# cd ./t/jobs
# fio t0001-52c58027.fio
2. yum install zlib-devel libaio-devel libibverbs-devel librdmacm-devel
3. unzip fio file
# tar jxvf fio-2.1.2.tar.bz2
4. configuration
# cd fio-2.1.2
# ./configure
5. make && make install
# make && make install
6.some sample jobsfile in ./t/jobs
# cd ./t/jobs
# fio t0001-52c58027.fio
訂閱:
文章 (Atom)