First you need to ssh-connect to server: analytics. You will be asked for username/password but interface is pretty straightforward.
For Windows SecureCRT is offered as standard ssh-software to Broadies. For iOS (I don't know, pls some iOS guy fill this in ???)
Restart WebServer
sudo -u analytics /home/unix/analytics/TigerETL3/restartWeb.sh
Restart Spark
sudo -u analytics /local/spark/restartSpark.sh
Print out Spark cron-jobs
sudo -u analytics crontab -l | grep spark
Print out all ETL cron-jobs
sudo -u analytics crontab -l
Print out specific cron-job
sudo -u analytics crontab -l | grep PoolingCalculator
Run specific ETL-agent
/home/unix/analytics/TigerETL3/runEtlAgent.sh
Edit cronjob
sudo -u analytics EDITOR=nano crontab -e
Useful crontab utils:
https://crontab-generator.org/
Run EtlShell
/home/unix/analytics/TigerETL3/runEtlShell.sh PoolingCalculator
Check overall health/load on the server
sudo -u analytics htop