Está en la página 1de 5

23/5/2020 Monitor network usage / bandwidth of every application on Windows

Pagina principal
AppNetworkCounter v1.35: vea el uso de red / ancho de banda de cada aplicación en
Blog
Windows
Buscar Copyright (c) 2018-2019 Nir Sofer
Preguntas más frecuentes
TOP 10
Descripción
Archivos Pad
Contacto
AppNetworkCounter es una herramienta simple para Windows que cuenta y muestra el número
Acerca de...
de bytes TCP / UDP y paquetes enviados y recibidos por cada aplicación en su sistema. Para
Donar
cada aplicación, se muestra la siguiente información: la cantidad de bytes enviados y recibidos,
Todas las utilidades la cantidad de paquetes enviados y recibidos, la cantidad de bytes enviados / recibidos de IPv4,
Herramientas de contraseña la cantidad de bytes enviados / recibidos de IPv6 y la velocidad de envío / recepción. También
Herramientas de sistema muestra la información de la versión de la aplicación: nombre del producto, versión del
Herramientas de navegador producto, descripción del archivo y nombre de la empresa.
Herramientas de programador
Herramientas de red
Outlook / Office
Descarga de 64 bits
Panel
Forense
Herramientas de prelanzamiento
Artículos

Requisitos del sistema

Esta herramienta funciona en cualquier versión de Windows, comenzando desde Windows XP y


hasta Windows 10. Se admiten las versiones de Windows de 32 bits y de 64 bits. En Windows
Vista y versiones posteriores, esta herramienta requiere ejecutarse como Administrador
(elevación).

Historial de versiones

Versión 1.35:
Se agregó un separador de miles a todas las unidades de contador de bytes.
Puede configurar cualquier variable que aparezca guardada en el archivo .cfg desde la
línea de comandos. Por ejemplo, este comando establece la unidad de velocidad en kB
/ Sec:
AppNetworkCounter.exe / SpeedUnit 1
Se agregó la opción 'Alinear columnas numéricas a la derecha' (está activada de forma
predeterminada).
Versión 1.30:
Se agregó la opción 'Agrupar por': nombre de la aplicación (predeterminado) o ID del
proceso. Si elige la opción 'ID de proceso', cada ID de proceso de la misma aplicación
se muestra como un elemento separado.
Versión 1.25:
Se agregaron nuevas columnas 'Hora de la primera actividad' y 'Hora de la última
actividad'.
Se agregó la opción 'Ocultar elementos inactivos'.
Versión 1.20:
Se agregaron las columnas 'Velocidad máxima de recepción' y 'Velocidad máxima de
envío'.
Versión 1.15:
Se agregó la opción 'Poner icono en la bandeja'.
Versión 1.12:
Se agregó la opción 'Guardar codificación de archivo'.
Versión 1.11:
Se agregó la opción 'Ordenar en cada actualización'.

https://www.nirsoft.net/utils/app_network_counter.html 1/5
23/5/2020 Monitor network usage / bandwidth of every application on Windows

Versión 1.10:
Se agregaron opciones de línea de comandos para guardar el informe de
AppNetworkCounter en un archivo sin mostrar ninguna interfaz de usuario.
Versión 1.06:
Se agregó la opción 'Guardar todos los elementos' (Shift + Ctrl + S).
Versión 1.05:
Opción agregada para elegir otra fuente (nombre y tamaño) para mostrar en la ventana
principal.
Versión 1.00 - Primera versión.

Comience a usar AppNetworkCounter

AppNetworkCounter no requiere ningún proceso de instalación o archivos DLL adicionales.


Para comenzar a usarlo, simplemente ejecute el archivo ejecutable - 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).

Columns Description

Application Name: The .exe filename of the application.


Application Path: The full path of the application.
Received Bytes: Number of bytes that the specified application received.
Sent Bytes: Number of bytes that the specified application sent.
Receive Speed: Calculated receive speed of the specified program. You can use this field
to monitor the current download bandwidth used by every application on your system.
Send Speed: Calculated send speed of the specified program. You can use this field to
monitor the current upload bandwidth used by every application on your system.
Maximum Receive Speed: The maximum value of the 'Receive Speed' column.
Maximum Send Speed: The maximum value of the 'Send Speed' column.
Received Packets: Number of packets that the specified application received.
Sent Packets: Number of packets that the specified application sent.
IPv4 Received Bytes: Number of IPv4 bytes that the specified application received.
IPv4 Sent Bytes: Number of IPv4 bytes that the specified application sent.
IPv6 Received Bytes: Number of IPv6 bytes that the specified application received.
IPv6 Sent Bytes: Number of IPv6 bytes that the specified application sent.
Product Name: product name, taken from the version resource of the .exe file.
Product Version: product version, taken from the version resource of the .exe file.
File Description: file description, taken from the version resource of the .exe file.
Company Name: company name, taken from the version resource of the .exe file.
First Activity Time: The first time that network activity was detected for the specified
application.
Last Activity Time: The last time that network activity was detected for the specified
application.

Other Options

Speed Unit: Specifies the speed unit for the speed columns ('Receive Speed', 'Send Speed',
'Maximum Receive Speed', 'Maximum Send Speed'): kB/Sec , KiB/Sec , MB/Sec ,

https://www.nirsoft.net/utils/app_network_counter.html 2/5
23/5/2020 Monitor network usage / bandwidth of every application on Windows

MiB/Sec, Mbps
Bytes Counter Unit: Specifies the unit for all counter columns: Bytes, kB, KiB, MB, MiB
Exclude Activity of Localhost Addresses: If this option is turned on,
AppNetworkCounter won't count the local host activity (127.0.0.1 or ::1 ).
Hide Inactive Items: If this option is turned on, AppNetworkCounter hides any item that
is not active for more than xx seconds. The default timeout value is 10 seconds, you can
change the default timeout value by setting the 'InactiveTime' value of the .cfg file.

Command-Line Options

Specifies the capture time in milliseconds for the save


/CaptureTime <Milliseconds> command-line options (/stext, /stab, /scomma, and so on...)
The default is 10000 milliseconds (10 seconds).
Start AppNetworkCounter with the specified configuration
file. For example:
/cfg <Filename> 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.
Save the report of AppNetworkCounter into a tab-delimited
/stab <Filename>
text file.
Save the report of AppNetworkCounter into a comma-
/scomma <Filename>
delimited text file (csv).
Save the report of AppNetworkCounter into HTML file
/shtml <Filename>
(Horizontal).
Save the report of AppNetworkCounter into HTML file
/sverhtml <Filename>
(Vertical).
/sxml <Filename> Save the report of AppNetworkCounter into XML file.
Guarde el informe de AppNetworkCounter en el archivo
/sjson <Filename>
JSON.
Esta opción de línea de comandos se puede usar con otras
opciones de guardado para ordenar por la columna deseada.
El parámetro <column> puede especificar el índice de
columna (0 para la primera columna, 1 para la segunda
columna, etc.) o el nombre de la columna, como "Nombre de
/ sort <columna>
la aplicación" y "Ruta de la aplicación". Puede especificar el
prefijo '~' (por ejemplo: "~ Bytes recibidos") si desea ordenar
en orden descendente. Puede colocar múltiples / ordenar en la
línea de comandos si desea ordenar por varias columnas.

Traducción de AppNetworkCounter a otros idiomas

Para traducir AppNetworkCounter a otro idioma, siga las instrucciones a continuación:

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.
https://www.nirsoft.net/utils/app_network_counter.html 3/5
23/5/2020 Monitor network usage / bandwidth of every application on Windows
License

Esta utilidad se lanza como freeware. Se le permite distribuir libremente esta utilidad a través de
disquete, CD-ROM, Internet o de cualquier otra manera, siempre que no cobre nada por esto y
no lo venda ni lo distribuya como parte de un comercial producto. Si distribuye esta utilidad,
debe incluir todos los archivos en el paquete de distribución, ¡sin ninguna modificación!

Descargo de responsabilidad

El software se proporciona "TAL CUAL" sin ninguna garantía, ya sea expresa o implícita,
incluidas, entre otras, las garantías implícitas de comerciabilidad e idoneidad para un propósito
particular. El autor no será responsable de ningún daño especial, incidental, consecuente o
indirecto debido a la pérdida de datos o cualquier otra razón.

Retroalimentación

Si tiene algún problema, sugerencia, comentario o encontró un error en mi utilidad, puede enviar
un mensaje a nirsofer@yahoo.com

Descargar AppNetworkCounter (32 bits)

Descargar AppNetworkCounter (64 bits)

AppNetworkCounter también está disponible en otros idiomas. Para cambiar el idioma de


AppNetworkCounter, descargue el archivo zip de idioma apropiado, extraiga el
'appnetworkcounter_lng.ini' y colóquelo en la misma carpeta donde instaló la utilidad
AppNetworkCounter.

Idioma Traducido por Fecha Versión

Arábica Simo-Thami 27/08/2018 AppNetworkCounter v1.05

Portugués Brasileño Paulo Guzmán 10/12/2018 1.06

holandés Jan Verheijen 02/12/2019 1,35

francés Largo 07/09/2018 1.05

francés Eric FICHOT 02/04/2019 1.12

alemán «Latino» en WinTotal.de 12/03/2019 1,35

griego geogeo.gr 29/10/2018 1.06

polaco Torre alta 12/03/2019 1,35

Portugués Brasil igorruckert 06/04/2018 1.00

rumano Jaff (Oprea Nicolae) 30/12/2018 1.06

Russian Dmitry Yerokhin 03/12/2019 1.35

Russian Sergey.Ramazanov 30/05/2019 1.20

Simplified Chinese DickMoore 23/04/2018 1.00

Slovak František Fico 17/12/2019 1.35

Traditional Chinese Danfong Hsieh 03/12/2019 1.35

https://www.nirsoft.net/utils/app_network_counter.html 4/5
23/5/2020 Monitor network usage / bandwidth of every application on Windows

https://www.nirsoft.net/utils/app_network_counter.html 5/5

También podría gustarte