From 60048f501fa1096b423227f8d371af789ca1abe6 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Sat, 19 Oct 2013 18:39:11 +0200 Subject: [PATCH] =?utf8?q?pour=20utiliser=20analyse.py=20sans=20avoir=20?= =?utf8?q?=C3=A0=20refaire=20un=20-h=20=C3=A0=20chaque=20fois?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- analyse.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 analyse.sh diff --git a/analyse.sh b/analyse.sh new file mode 100755 index 0000000..91a68ce --- /dev/null +++ b/analyse.sh @@ -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" -- 2.39.2