Skip to content

Commit

Permalink
Ipstats for 202409 collection
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Huitema authored and Christian Huitema committed Sep 4, 2024
1 parent 28f2f2c commit f4decdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ipstats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ HOME=/home/christian.huitema@DS.ICANN.ORG
ITHITOOLS="$HOME/ithitools/ithitools"
IPSTATS_DIR="/data/huitema/ipstats"
IMRS_CBOR=/data/ITHI/cbor/IMRS/
MONTH=202403
MONTH=202409
SCRIPT="$HOME/ithitools/src/imrsrsv.py"
RUN_DATE=$(date '+%Y-%m-%d')
RUN_LOG="$HOME/tmp/$RUN_DATE.$$.txt"
Expand All @@ -16,4 +16,4 @@ echo "Month: $MONTH"
echo "Script: $SCRIPT"
echo "Log: $RUN_LOG"

python3.6 $SCRIPT $IMRS_CBOR $IPSTATS_DIR $MONTH $ITHITOOLS > $RUN_LOG
python $SCRIPT $IMRS_CBOR $IPSTATS_DIR $MONTH $ITHITOOLS > $RUN_LOG

0 comments on commit f4decdd

Please sign in to comment.