All Projects â†’ rolandriegel â†’ Nload

rolandriegel / Nload

Licence: gpl-2.0
Real-time network traffic monitor

Programming Languages

cpp
1120 projects

Projects that are alternatives of or similar to Nload

Bmon
bandwidth monitor and rate estimator
Stars: ✭ 787 (+550.41%)
Mutual labels:  network, network-analysis, network-monitoring, monitoring
Cocoadebug
iOS Debugging Tool 🚀
Stars: ✭ 3,769 (+3014.88%)
Mutual labels:  network, network-analysis, network-monitoring
Ivre
Network recon framework, published by @cea-sec & @ANSSI-FR. Build your own, self-hosted and fully-controlled alternatives to Shodan / ZoomEye / Censys and GreyNoise, run your Passive DNS service, collect and analyse network intelligence from your sensors, and much more!
Stars: ✭ 2,331 (+1826.45%)
Mutual labels:  network, network-analysis, network-monitoring
Frontendwingman
Frontend Wingman, Learn frontend faster!
Stars: ✭ 315 (+160.33%)
Mutual labels:  console, network, network-analysis
Sensu Plugins Network Checks
This plugin provides native network instrumentation for monitoring and metrics collection, including: hardware, TCP response, RBLs, whois, port status, and more.
Stars: ✭ 28 (-76.86%)
Mutual labels:  network, network-monitoring, monitoring
Daggy
Daggy - Data Aggregation Utility. Open source, free, cross-platform, server-less, useful utility for remote or local data aggregation and streaming
Stars: ✭ 91 (-24.79%)
Mutual labels:  network, network-analysis
Kubenurse
Kubernetes network monitoring
Stars: ✭ 94 (-22.31%)
Mutual labels:  network, monitoring
Zui
⬢ Zsh User Interface library – CGI+DHTML-like rapid application development with Zsh
Stars: ✭ 95 (-21.49%)
Mutual labels:  console-application, console
Graph sampling
Graph Sampling is a python package containing various approaches which samples the original graph according to different sample sizes.
Stars: ✭ 99 (-18.18%)
Mutual labels:  network, network-analysis
Ios Sdk
AppSpector is a debugging service for mobile apps
Stars: ✭ 56 (-53.72%)
Mutual labels:  network-analysis, network-monitoring
Netfil
A kernel network manager with monitoring and limiting capabilities for macOS. #nsacyber
Stars: ✭ 97 (-19.83%)
Mutual labels:  network, monitoring
Jvm Mon
Console-based JVM monitoring tool
Stars: ✭ 1,365 (+1028.1%)
Mutual labels:  console, monitoring
Callmon
CallMon is an experimental system call monitoring tool that works on Windows 10 versions 2004+ using PsAltSystemCallHandlers
Stars: ✭ 83 (-31.4%)
Mutual labels:  monitoring, monitoring-tool
Dna
Discourse Network Analyzer (DNA)
Stars: ✭ 73 (-39.67%)
Mutual labels:  network, network-analysis
Networkeye
a iOS network debug library, monitor HTTP requests
Stars: ✭ 1,326 (+995.87%)
Mutual labels:  network, network-monitoring
Laravel Api Health
Monitor first and third-party services and get notified when something goes wrong!
Stars: ✭ 65 (-46.28%)
Mutual labels:  monitoring, monitoring-tool
Iglance
Free system monitor for OSX and macOS. See all system information at a glance in the menu bar.
Stars: ✭ 1,358 (+1022.31%)
Mutual labels:  network, monitoring-tool
Snowflake
Graphical SFTP client and terminal emulator with helpful utilities
Stars: ✭ 1,676 (+1285.12%)
Mutual labels:  monitoring, monitoring-tool
Workbase
Grakn Workbase (Knowledge IDE)
Stars: ✭ 106 (-12.4%)
Mutual labels:  network, network-analysis
Openitcockpit
openITCOCKPIT is an Open Source system monitoring tool built for different monitoring engines like Nagios, Naemon and Prometheus.
Stars: ✭ 108 (-10.74%)
Mutual labels:  monitoring, monitoring-tool

nload

Real time network traffic monitor for the text console

Introduction

nload is a console application which monitors network traffic and bandwidth usage in real time. It visualizes the in- and outgoing traffic using two graphs and provides additional info like total amount of transfered data and min/max network usage.

Installing / Compiling nload

If you downloaded a snapshot from GitHub, you need to install automake and run ./run_autotools.

Compiling is done by running ./configure && make.

To install nload, you have to be root: sudo make install.

You can find more detailed information in the file INSTALL in this directory.

Using nload

To learn about the command line switches and the usage of nload in general, simply run nload --help. Alternatively, there is a man page available by typing man nload.

Uninstalling nload

If you want to uninstall nload run make uninstall in the build directory.

Getting help

If you have problems with compiling, installing or using nload, mail me at [email protected].

Copyright / License

Copyright (C) 2001 - 2018 by Roland Riegel ([email protected])

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].