# $Id$ # $URL$ (NB: a fork of this code is kept in https://its-unix-vc.uvt.nl/its-unix/group/rstat ) The following command processes the stats for the previous month: $ sh src/main/shell/get-process-send.sh You need a config file /etc/rstat.conf and/or $HOME/.rstatrc (both are read in this order) with the following settings: SERVERUSER= SERVER1=knuth.uvt.nl SERVER2=moore.uvt.nl SERVERDIRECTORY=/var/lib/neeo/log FTPUSER=logec FTPPASSWORD= FTPSERVER=logec.repec.org FTPDIRECTORY=/upload/logec The SERVER* variables are used to assemble the scp command: scp $SERVERUSER@$SERVER1:$SERVERDIRECTORY/repec\_$year\_$month.log $logfile1 The FTP* variables are used to assemble the -ftp flag for rstat.pl: -ftp $FTPUSER:$FTPPASSWORD@$FTPSERVER$FTPDIRECTORY Fred Vos knows the password for the logec user at logec.repec.org