2013年9月23日 星期一

jenkins monitoring external jobs

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

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