aMule Forum
English => aMule Help => Topic started 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:
-
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):
cat ~/.aMule/amule.conf | grep TotalUploadedBytes
-
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:
cat ~/Library/Application\ Support/aMule/amule.conf | grep TotalUploadedBytes