Connect via ssh and look at the output of the following command:
Code: Select all
for i in {1..4}; do ps -eo pcpu,args | sort -k 1 -r | head -2 | grep xbmc.bin>>xbmc_usage.log && sleep 15s; done && cat xbmc_usage.logI am running Arch ARM with xbmc-12.2-2:
Code: Select all
for i in {1..4}; do ps -eo pcpu,args | sort -k 1 -r | head -2 | grep xbmc.bin>>xbmc_usage.log && sleep 15s; done && cat xbmc_usage.log
91.0 /usr/lib/xbmc/xbmc.bin --standalone
92.5 /usr/lib/xbmc/xbmc.bin --standalone
92.2 /usr/lib/xbmc/xbmc.bin --standalone
92.0 /usr/lib/xbmc/xbmc.bin --standalone