aMule Forum

English => aMule Help => Topic started by: twinkerzzz on May 03, 2006, 04:46:23 PM

Title: where can i find out the total amount ive uploaded ?
Post by: twinkerzzz on May 03, 2006, 04:46:23 PM
sorry an obvious question to those who must know......

but i need to know exactly how much ive uploaded all told.......
how/where do i find this ?
thanks


twzzzz
 :baby:
Title: Re: where can i find out the total amount ive uploaded ?
Post by: wuischke on May 03, 2006, 04:58:09 PM
You'll find this information in the file amule.conf, check the Readme (which is included with the Mac-Binary) for the path on mac.
On Linux the file resides in the hidden directory .aMule inside your home folder.
Either open the file with a text editor and search for "TotalUploadedBytes" or use the following command (on Linux):
Code: [Select]
cat ~/.aMule/amule.conf | grep TotalUploadedBytes
Title: Re: where can i find out the total amount ive uploaded ?
Post by: lionel77 on May 03, 2006, 08:28:53 PM
The easiest way to find out this information is to look at the statistics page in amule. In the list at the bottom right navigate to Statistics->Transfer->Uploads, there is an item "Uploaded Data (Session (Total)):". The number in parentheses is your total upload amount. :)


PS: If you want to get this info using the Terminal, the appropriate syntax for OS X is:
Code: [Select]
cat ~/Library/Application\ Support/aMule/amule.conf | grep TotalUploadedBytes