-
Notifications
You must be signed in to change notification settings - Fork 43
Upload Statistics
As of the upcoming Gooby v2.1.3, upload statistics are logged to review your uploads for any time period. For now this is a manual feature, so if you need insight in your Google API usage, follow along.
In order for the statistics to show up correctly, you need to install Q-Text. Paste the following lines:
cd /opt
sudo wget https://github.com/harelba/packages-for-q/raw/master/deb/q-text-as-data_1.7.1-2_all.deb
sudo dpkg -i q-text*
cd ~
Next, copy two files to your /bin folder and make them executable:
sudo rsync -a /opt/Gooby/scripts/bin/api* /bin
sudo chmod 755 /bin/api*
The following new commands now exist:
api
This shows the amount of bandwidth and files copied in the last 24 hours
or
apicheck "last week"
(or any description of a past date) In this example, it will show you how much you transferred from a week ago until now.
Installation: sudo wget http://bit.ly/GetGooby2 -O /tmp/install.sh && sudo bash /tmp/install.sh
Basic information and instructions can be found on TechPerplexed.