


AppNetworkCounter v1.20
Copyright (c) 2018 - 2019 Nir Sofer
Web site: http://www.nirsoft.net



Description
===========

AppNetworkCounter is a simple tool for Windows that counts and displays
the number of TCP/UDP bytes and packets sent and received by every
application on your system. For every application, the following
information is displayed: the number of sent and received bytes, number
of sent and received packets, number of sent/received IPv4 bytes, and
number of sent/received IPv6 bytes. It also displays the version
information of the application - Product Name, Product Version, File
Description, and Company Name.



System Requirements
===================

This tool works on any version of Windows, starting from Windows XP and
up to Windows 10. Both 32-bit and 64-bit versions of Windows are
supported. On Windows Vista and later this tool requires to run as
Administrator (elevation).



Versions History
================


* Version 1.20:
  o Added 'Maximum Receive Speed' and 'Maximum Send Speed' columns.

* Version 1.15:
  o Added 'Put Icon On Tray' option.

* Version 1.12:
  o Added 'Save File Encoding' option.

* Version 1.11:
  o Added 'Sort On Every Update' option.

* Version 1.10:
  o Added command-line options to save the report of
    AppNetworkCounter into a file without displaying any user interface.

* Version 1.06:
  o Added 'Save All Items' option (Shift+Ctrl+S).

* Version 1.05:
  o Added option to choose another font (name and size) to display in
    the main window.

* Version 1.00 - First release.



Start Using AppNetworkCounter
=============================

AppNetworkCounter doesn't require any installation process or additional
DLL files. In order to start using it, simply run the executable file -
AppNetworkCounter.exe

Immediately after running it, the main window displays every application
that currently send or receive data on your network. Be aware that the
network counters in this tool are not per process but per application, so
if you have multiple processes for the same application ,
AppNetworkCounter merges them into one line. Also, if you close an
application and then run it again, AppNetworkCounter will continue the
update the network counters of the same application entry.

At any time, you can clear the entire list and start with empty window by
pressing Ctrl+X (Clear All). You can also reset the network counters of
selected items by pressing Ctrl+R (Reset Selected Counters).



Command-Line Options
====================



/CaptureTime <Milliseconds>
Specifies the capture time in milliseconds for the save command-line
options (/stext, /stab, /scomma, and so on...)
The default is 10000 milliseconds (10 seconds).

/cfg <Filename>
Start AppNetworkCounter with the specified configuration file. For
example:
AppNetworkCounter.exe /cfg "c:\config\anc.cfg"
AppNetworkCounter.exe /cfg "%AppData%\AppNetworkCounter.cfg"

/stext <Filename>
Save the report of AppNetworkCounter into a simple text file.

/stab <Filename>
Save the report of AppNetworkCounter into a tab-delimited text file.

/scomma <Filename>
Save the report of AppNetworkCounter into a comma-delimited text file
(csv).

/shtml <Filename>
Save the report of AppNetworkCounter into HTML file (Horizontal).

/sverhtml <Filename>
Save the report of AppNetworkCounter into HTML file (Vertical).

/sxml <Filename>
Save the report of AppNetworkCounter into XML file.

/sjson <Filename>
Save the report of AppNetworkCounter into JSON file.

/sort <column>
This command-line option can be used with other save options for sorting
by the desired column. The <column> parameter can specify the column
index (0 for the first column, 1 for the second column, and so on) or the
name of the column, like "Application Name" and "Application Path". You
can specify the '~' prefix character (e.g: "~Received Bytes") if you want
to sort in descending order. You can put multiple /sort in the
command-line if you want to sort by multiple columns.





Translating AppNetworkCounter to other languages
================================================

In order to translate AppNetworkCounter to other language, follow the
instructions below:
1. Run AppNetworkCounter with /savelangfile parameter:
   AppNetworkCounter.exe /savelangfile
   A file named AppNetworkCounter_lng.ini will be created in the folder
   of AppNetworkCounter utility.
2. Open the created language file in Notepad or in any other text
   editor.
3. Translate all string entries to the desired language. Optionally,
   you can also add your name and/or a link to your Web site.
   (TranslatorName and TranslatorURL values) If you add this information,
   it'll be used in the 'About' window.
4. After you finish the translation, Run AppNetworkCounter, and all
   translated strings will be loaded from the language file.
   If you want to run AppNetworkCounter without the translation, simply
   rename the language file, or move it to another folder.



License
=======

This utility is released as freeware. You are allowed to freely
distribute this utility via floppy disk, CD-ROM, Internet, or in any
other way, as long as you don't charge anything for this and you don't
sell it or distribute it as a part of commercial product. If you
distribute this utility, you must include all files in the distribution
package, without any modification !



Disclaimer
==========

The software is provided "AS IS" without any warranty, either expressed
or implied, including, but not limited to, the implied warranties of
merchantability and fitness for a particular purpose. The author will not
be liable for any special, incidental, consequential or indirect damages
due to loss of data or any other reason.



Feedback
========

If you have any problem, suggestion, comment, or you found a bug in my
utility, you can send a message to nirsofer@yahoo.com
