Announcement

Collapse
No announcement yet.

Can't find out how much data I've downloaded.

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Can't find out how much data I've downloaded.

    The system tray doesn't tell me, neither does the system monitor or the network manager. I'm always watching news on the Internet and it costs me $2 for every GB, yet I don't know how much I'm using in real time. Help please

    Update: Thanks Rog131.

    #2
    Re: Can't find out how much data I've downloaded.

    CLI

    The linux is keeping statistics. with the command:
    Code:
    cat /proc/net/dev
    You can view received/transmited packages/bytes.

    To get that info to human viewable form:
    Code:
    procinfo
    package procinfo:
    reporter for system information from /proc and /sys

    GUI

    From the repositories

    package: knetstats
    network interfaces monitor for KDE's systray
    > KNetStats at the KDE-Apps.


    Other

    > DNetStats
    Description:
    *The application constantly monitors the network ,show the network stats and the netmap.
    *The application can also shutdown or play a music,when the connection is terminated or the connection is idle for a time specified by you.The reason for adding this feature is to enable you sleep well giving a download,without fearing the system remains on even when the connection is cut.
    So no wastage of energy and money.

    A > PPA /1/ >> PPA for Rog131 >>> Package name contains: dnetstats


    /1/ > FAQ: Repositories and > Using the PPA repositories
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment

    Working...
    X