summaryrefslogtreecommitdiffstats
path: root/community-scripts
diff options
context:
space:
mode:
authorLakshmipathi <lakshmipathi@gluster.com>2011-08-03 13:12:07 +0530
committerLakshmipathi.G <lakshmipathi@gluster.com>2011-08-03 13:12:07 +0530
commit46ba7a80670fd2e88f8dfe8f312c243b8447e1ea (patch)
treea734daf834e0120d6499f4724d388951a3b3a63d /community-scripts
parentbdb683ad4de552c9223080c15fa3ddbfadd36639 (diff)
Added parallel read script under community
Diffstat (limited to 'community-scripts')
-rw-r--r--community-scripts/parallel_read/pllread.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/community-scripts/parallel_read/pllread.sh b/community-scripts/parallel_read/pllread.sh
new file mode 100644
index 0000000..02c8d36
--- /dev/null
+++ b/community-scripts/parallel_read/pllread.sh
@@ -0,0 +1,5 @@
+URL="Enter the complete url here";
+for i in {1..1000};
+do
+echo $URL
+done | xargs -L1 -P50 wget -O /dev/null