aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: where can i find out the total amount ive uploaded ?  (Read 2113 times)

twinkerzzz

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 29
where can i find out the total amount ive uploaded ?
« 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:
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: where can i find out the total amount ive uploaded ?
« Reply #1 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
Logged

lionel77

  • Provider of Mac builds, Forum Mod
  • Hero Member
  • *****
  • Karma: 4
  • Offline Offline
  • Posts: 1107
  • Mac OS X 10.4 (Power Mac G5)
Re: where can i find out the total amount ive uploaded ?
« Reply #2 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
Logged
Current aMule CVS builds for OS X can be found here.