Shell-Script in order to set power-management to max performance before subscription starts - M H, 2015-01-05 23:08
#!/bin/bash
echo start `date` >> /home/heckie/hts_events.txt
sudo cpufreq-set -c 0 -g performance
sudo cpufreq-set -c 1 -g performance