Tryag File Manager
Home
-
Turbo Force
Current Path :
/
proc
/
self
/
root
/
usr
/
share
/
doc
/
syslog-ng-1.6.12
/
Upload File :
New :
File
Dir
//proc/self/root/usr/share/doc/syslog-ng-1.6.12/stresstest.sh
#!/bin/bash i=0 while [ "$i" -lt "10000" ] do #echo $i logger $@ "$i" i=$[$i+1] done