Skip to content

Commit 4a13fdd

Browse files
author
MemoryForPython
committed
Added files via upload
1 parent 7e6b2b8 commit 4a13fdd

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

siege_batchaccess

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Edit this file to introduce tasks to be run by cron.
2+
#
3+
# Each task to run has to be defined through a single line
4+
# indicating with different fields when the task will be run
5+
# and what command to run for the task
6+
#
7+
# To define the time you can provide concrete values for
8+
# minute (m), hour (h), day of month (dom), month (mon),
9+
# and day of week (dow) or use '*' in these fields (for 'any').#
10+
# Notice that tasks will be started based on the cron's system
11+
# daemon's notion of time and timezones.
12+
#
13+
# Output of the crontab jobs (including errors) is sent through
14+
# email to the user the crontab file belongs to (unless redirected).
15+
#
16+
# For example, you can run a backup of all your user accounts
17+
# at 5 a.m every week with:
18+
# 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/
19+
#
20+
#
21+
# For more information see the manual pages of crontab(5) and cron(8)
22+
#
23+
#root@kali:/# crontab -u root /root/batchaccess
24+
#
25+
#root@kali:/# siege -i -c 300 -r 20 -t 2H -b -v -f /root/blog.txt
26+
#root@kali:/# leafpad /etc/siege/siegerc
27+
#root@kali:/# siege -C
28+
#root@kali:/# locate siege
29+
#
30+
#
31+
#
32+
#root@kali:~# crontab -u root /root/batchaccess#ʹ��root�û���ʱִ�� /root/batchaccess ����ļ�
33+
#root@kali:~# crontab -u root -l# �г� root�û��Ķ�ʱ����
34+
#root@kali:~# crontab -u root -r# ��� root�û��Ķ�ʱ����
35+
#root@kali:~# crontab -u root -i -r # ����� root�û��Ķ�ʱ����֮ǰ����Ҫ�û��ֶ�ȷ���Ƿ����
36+
#
37+
#root@kali:/# locate siege
38+
#root@kali:/# leafpad /var/log/siege.log
39+
#root@kali:/# cat /var/log/syslog |grep "siege"
40+
#
41+
#
42+
#root@kali:~# /etc/init.d/cron restart
43+
#root@kali:~# service cron restart
44+
#
45+
#
46+
47+
48+
*/2 * * * * siege -i -c 100 -t 20S -v -f /root/blog.txt

0 commit comments

Comments
 (0)