]> gitweb.pimeys.fr Git - scripts-20-100.git/commitdiff
pour utiliser analyse.py sans avoir à refaire un -h à chaque fois
authorVincent Le Gallic <legallic@crans.org>
Sat, 19 Oct 2013 16:39:11 +0000 (18:39 +0200)
committerVincent Le Gallic <legallic@crans.org>
Sat, 19 Oct 2013 16:39:11 +0000 (18:39 +0200)
analyse.sh [new file with mode: 0755]

diff --git a/analyse.sh b/analyse.sh
new file mode 100755 (executable)
index 0000000..91a68ce
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+# Pour récupérer rapidement l'upload d'un adhérent (par son ip)
+# À exécuter sur thot
+
+ip=$1
+
+sudo /usr/scripts/surveillance/analyse.py --ip-crans $ip -n --upload-mini 1 --show-limit 1000 --begin-time 100 > $ip.txt
+
+echo "$PWD/$ip.txt"