Bitmeter os для linux

Codebox Software

BitMeter OS

Published: 21 Aug 2009

BitMeter OS is a free, open-source, bandwidth monitor that works on Windows, Linux and Mac OSX. BitMeter OS keeps track of how much you use your internet/network connection, and allows you to view this information either via a web browser, or by using the command line tools.

The Web Interface displays various graphs and charts that show how your internet/network connection has been used over time — online demo available.

The Monitor pane displays a graph that updates once each second, showing you what’s happening with your connection right now:

The Query pane gives you detailed information about your bandwidth usage on any date/s that you specify, and lets you export the results to a spreadsheet

The History pane illustrates how your connection usage has changed over the last few hours, days, and months

BitMeter OS also lets you define Alerts to notify you when your internet usage exceeds some limit that you specify.

The Calculator utility lets you work out how long it will take to upload or download a file, or how much data you can transfer in a certain length of time

The Preferences pane allows you to customise many aspects of the interface to suit your needs, including the built-in RSS feed

Источник

Codebox Software

BitMeter OS — Downloads

Two releases of BitMeter OS are currently available — the v0.7.6 release is fairly stable and well tested, the v0.8.0 release has some compelling new features, but has not been subject to as much testing and is likely to contain more bugs. Functionally, the main difference between the two is that v0.8.0 can distinguish between Internet and Home Network Traffic, whereas v0.7.6 cannot.

BitMeter OS v0.7.6 (stable)

Windows Download
Linux 32-bit Download
Linux 64-bit Download
Mac OSX — v10.10 (Yosemite) and earlier Download
Mac OSX — v10.11 (El Capitan) and later Download

BitMeter OS v0.8.0 (experimental)

If you use this release, please let me know how it’s working!

Windows Download
Linux 32-bit Download
Linux 64-bit Download
Mac OSX Download
Читайте также:  Все обновления windows 10 mobile

Members of the Unity Linux community have also produced RPM files for both 32-bit and 64-bit Linux, see this forum post for details.

Desktop Client (experimental, only works with v0.7.x of BitMeter OS)

This client provides a floating graph window on the desktop, displaying data captured by BitMeter OS. It is in the early stages of development, and will certainly contain bugs. You must install BitMeter OS before using this client, it won’t work on its own. You will also need to have Python, and the wxPython libraries, installed on your system — most Linux and OSX systems should have these already, Windows users can download them from here: Windows Python installer, wxPython libraries.

The source code for this utility should provide a useful reference for for anyone wishing to develop other BitMeter OS clients — Python code is quite easy to understand even if you haven’t used the language before.

Источник

Codebox Software

BitMeter OS FAQ

Here are answers to some common questions about BitMeter OS:

How do I access the Web Interface?

To view the Web Interface on your computer, just click on this link

How can I make the Web Interface accessible from another computer?

The following command, executed from a Command Prompt/Terminal Window, will enable read-only remote access next time the Web Interface is started (remote users will be able to view the interface, but not change any settings):

To enable remote administrative access, use this command (remote users will be able to change settings and add/edit/remove Alerts):

To disable remote access, use this command

Note that these commands don’t take effect immediately, the web interface must be restarted first.

Once you have enabled remote access, and restarted the web interface, you should be able to access BitMeter OS from another computer using a URL of the format http://ip address here:2605 (so if the IP address of the computer running BitMeter OS is ‘192.168.1.2’ then you would use the URL http://192.168.1.2:2605).

If this doesn’t work then it is likely that the connection is being blocked by a firewall on the computer that is running BitMeter OS, you need to configure this to allow incoming connections to TCP port 2605.

Can I use BitMeter to monitor all the devices on my home network/all traffic going through my router?

BitMeter can only monitor network traffic going to/from the computer where it is installed. If you want to monitor multiple computers then you will need to install BitMeter on each one and use the bmsync utility to produce aggregate totals.

If you need to monitor data transferred from devices such as tablets, phones, and games consoles, then BitMeter cannot help you. You may be able to get the information you need from your Internet Service Provider’s website, alternatively your network router may display some useful information, or you could install some custom firmware such as Tomato or DD-WRT onto your router.

How can I change the port number used by the BitMeter Web Interface?

Use the bmdb setconfig command to change the web.port value to the desired port number. For example, to change the port number to ’80’:

Note that this command doesn’t take effect immediately, the web interface must be restarted first.

How can I stop/start/restart the BitMeter Web Interface?

The following commands will stop/start the Web Interface

The following commands will stop/start the Data Capture process

Where can I get the source code for BitMeter OS?

The source code is available on GitHub.

Читайте также:  Файл системного лога windows

How can I remove BitMeter OS from my Mac?

To uninstall BitMeter OS on a Mac, just run this command (you may be prompted for the admin password):

How can I backup the data that BitMeter OS has stored?

All the data that BitMeter OS records is stored in a single database file, so it is very easy to backup:

  • On Windows XP: C:\Documents and Settings\All Users\Application Data\BitMeterOS\bitmeter.db
  • On Windows Vista/7: C:\ProgramData\BitMeterOS\bitmeter.db
  • On Linux: /var/lib/bitmeter/bitmeter.db
  • On Mac OSX: /Library/Application Support/BitMeter/bitmeter.db

Where can I find the BitMeter OS error log?

BitMeter OS records details of some types of error in its error log, the log can be found in the following locations:

  • On Windows XP: C:\Documents and Settings\All Users\Application Data\BitMeterOS\bitmeter.log
  • On Windows Vista/7: C:\ProgramData\BitMeterOS\bitmeter.log
  • On Linux: /var/log/bitmeter/error.log
  • On Mac OSX: /Library/Logs/bitmeter.log

How can I clear out all the data from the BitMeter OS database, resetting all totals to zero?

To delete all data from the BitMeter OS database, used the following command:

Use with caution — this command takes effect immediately and cannot be undone.

How can I change the location of the bitmeter.db file?

You can specify an alternative location for the bitmeter.db file by setting the BITMETER_DB environment variable. The variable should contain the full path to the file, including the name of the file (for example C:\robs_files\bitmeter.db ). After the environment variable has been set, both the web interface and capture daemon/service must be restarted.

How can I change the location of the HTML/CSS/JS files used to create the web interface?

Use the bmdb setconfig command to change the web.dir value to the desired location, remembering to include a trailing slash/backslash. For example:

Note that this command doesn’t take effect immediately, the web interface must be restarted first.

Can I run BitMeter OS alongside BitMeter 2 on my PC?

Yes, there are no conflicts between BitMeter OS and BitMeter 2, you can run them both together with no problems.

Is it possible to import BitMeter OS data from a remote host into my local database?

Yes, you can do this using the bmsync utility. See this forum post for a guide to the steps that you should follow.

Which versions of Python and wxPython do I need to use the Desktop Client?

The client has been developed using Python v2.5.1 and wxPython v2.8.4.0, however it will probably work on earlier versions of both the language and the library.

Can I stop BitMeter writing to the hard-drive once every second?

By default BitMeter writes updates to its database at 1 second intervals. To increase this interval, use the bmdb setconfig command to change the cap.write_interval value. For example, to change the interval to 5 seconds, use the following command:

Note that this command doesn’t take effect immediately, the capture service/daemon must be restarted first.

How do I report a problem?

If you discover a problem/bug with BitMeter OS then please let me know so I can fix it. Before contacting me please check the forum to see if the problem has been reported already — known issues will appear at the top of the first page, you don’t have to search the entire forum.

If you think you have discovered a new bug then please post on the forum (no registration required), describing the issue. Be sure to say what operating system are you using (Windows/OSX/Linux) and what version. If you are having problems with the web interface then also tell me what browser you are using, and what version. Also, please use a descriptive subject line for your post — if the forum gets filled with posts all titled ‘bitmeter error’ then no one will be able to find anything.

Читайте также:  Прекращена работа клиент активации windows

Источник

Bitmeter os для linux

BitMeter OS — a cross-platform bandwidth monitor

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

BitMeter OS is a free, open-source bandwidth monitor that works on Windows, Linux and Mac OSX. BitMeter OS keeps track of how much you use your internet/network connection, and allows you to view this information either via a web browser, or by using the command line tools.

The Web Interface displays various graphs and charts that show how your internet/network connection has been used over time.

The Monitor pane displays a graph that updates once each second, showing you what’s happening with your connection right now:

The Query pane gives you detailed information about your bandwidth usage on any date/s that you specify, and lets you export the results to a spreadsheet

The History pane illustrates how your connection usage has changed over the last few hours, days, and months

BitMeter OS also lets you define Alerts to notify you when your internet usage exceeds some limit that you specify.

The Calculator utility lets you work out how long it will take to upload or download a file, or how much data you can transfer in a certain length of time

The Preferences pane allows you to customise many aspects of the interface to suit your needs, including the built-in RSS feed

Источник

Bitmeter os для linux

BitMeter OS is the first beta versions of this cross-platform, open source bandwidth meter are now available. Download installers for Windows, Linux and Mac OSX.
BitMeter OS is a free, open-source, bandwidth monitor that works on Windows, Linux and Mac OSX. BitMeter OS keeps track of how much you use your internet/network connection, and allows you to view this information in a variety of ways.

Beta versions of BitMeter OS are currently available for testing, you can download the installer using the link on the right of this page. Please let me know about any bugs that you find, and if everything seems to work fine, let me know that as well!

Once BitMeter OS is installed on your computer you can monitor your connection usage either via a web browser, or by using the command line tools. The Web Interface displays various graphs and charts that show how your internet/network connection has been used over time.

BitMeterOS will be available for a number of different operating systems including Windows, Linux and Mac OSX. Architecturally this new version of BitMeter is very different to the olderBitMeter 2, the main differences are:
1. No dependency on the .NET framework, the core components of BitMeter OS are written in C
2. Much smaller footprint — it uses less memory, requires less CPU time, and the executable files are smaller
3. Bandwidth usage stored in a SQLite database
4. Bandwidth usage logged using a Windows Service, or a daemon process on Linux/OSX — this means that logging begins as soon as your system starts up, and continues even if no-one is logged in.
5. Command-line interface — the core data capture component, and command-line client, can be run on servers where no GUI is available

The license of this software is Free, you can free download and free use this network utility software.

Источник

Оцените статью