Using pktstat with Bash

Slides:



Advertisements
Similar presentations
ComfortLink™ II Control. ComfortLink™ II Smart Control This is not just a thermostat. It’s an energy command center. Trane ComfortLink™ II is an easy-to-use,
Advertisements

Linux, it's not Windows A short introduction to the sub-department's computer systems Gareth Thomas.
DAP-1520 FAQ’s Wireless AC750 Dual Band Range Extender.
V Avon High School Tech Crew Agenda Old Business –Delete Files New Business –Week 7 Topics: Tech Talks Field Trip Complete VirtualBox/Ubuntu.
Guide to Linux Installation and Administration, 2e1 Chapter 12 Printing in Linux.
This example is a step by step walkthrough for installing the SRH Front Desk Printer in Windows 8.
Using the “CLI” Unix / Linux Preparation Course May 25 Djibouti.
Raspberry Pi / Linux Workshop Ed Carr Marcus Summers.
Utilizing SSHFS for Distributed Computing. What is SSHFS SSHFS allows you to mount data through an ssh connection. –
LING 408/508: Programming for Linguists Lecture 3 August 31 st.
LINUX TERMINAL TUTORIAL EDCI 339 – Online Presentation by Roop Rahal.
Booting Ubuntu Linux Live CSCI 130 – Fall 2008 Action Lab Dr. W. Jones.
SUSE Linux Enterprise Desktop Administration Chapter 14 Customize the Graphical Interface on SUSE Linux Enterprise Desktop 10.
General rules 1. Rule: 2. Rule: 3. Rule: 10. Rule: Ask questions ……………………. 11. Rule: I do not know your skill. If I tell you things you know, please stop.
Linux A practical introduction. 1)Background and Getting Started Linux is an operating system with multiple providers Red Hat/CentOS (our version) Ubuntu.
What Is Firefox? __________ is a Web ___________ that you use to search for and view Web pages, save pages for use in the future, and maintain a list.
Network Analyzer :- Introduction to Ethereal Computer Networking (Graduate Class)
Using Grsync with Ubuntu Presented by Dave Mawdsley, DACS Member, Linux SIG August 20, 2008 (making rsync easy with a memory key or a server)
Pogoplug Pro Presented by Dave Mawdsley, DACS Member, Linux SIG Member (installing and using a Pogoplug Pro)
LINUX Network Concepts M.S.Dibay Moghaddam Second Linux Festival Amir Kabir University of Technology Computer & IT Department.
Notes on Backups Presented by Dave Mawdsley, DACS Member, Linux SIG Member a look at priorities and simple backup methods.
A Simple SED Lesson Presented by Dave Mawdsley, DACS Member, Linux SIG Member February 15, 2012 (modifying HTML tags in an html file)
Using Bash and Perl in Ubuntu to get Stock Quotes Presented by Dave Mawdsley, DACS Member, Linux SIG November 16, 2011 (a quick way to see the latest prices.
Introducing the Arduino Uno Presented by Dave Mawdsley, DACS Member, Linux SIG Member (wiring, programming and running a cute traffic light simulation)
MGT 521 Week 3 Individual Personal Professional Development Plan Activity Part 4 Navigate to the My Career Plan in Career Services. Complete the Career.
Presented by Dave Mawdsley, DACS Member, Linux SIG Member
Presented by Dave Mawdsley, DACS Member, Linux SIG February 20, 2013
Using Crontab with Ubuntu
6. The Open Network Lab Overview and getting started
Chapter 9 Managing Software
Backing Up Your System With rsnapshot
OpenOffice.org Extensions Repository – resumé after 1 year
Presented by Dave Mawdsley, DACS Member, Linux SIG Member
ECE 544: Middlebox lab Abhigyan Sharma.
UNIX & LINUX Operating Systems
Raspberry Pi / Linux Workshop
Linux Ubuntu Network Commands 3 A.S.
Tips for Importing References from
PowerPoint Web Feature
Recording Live Audio from the Internet Using Audacity
Chapter 7 Installing Program &Backup Tool
Discussion about 'Shellshock' fixes--Ubuntu and OS X
Stop Using ./ as in ./scriptname
Getting SSH to Work Between Computers
Using Clam Anti-Virus with Ubuntu
Vulnerability Scanning With 'lynis'
Ubuntu Working in Terminal
Configuration of Cisco Routers in GNS3
Using Tweak to Study Ccrypt
Fixation: Norton 360 Antivirus “Auto-Protect could not Load Scan Engine”
Bomgar Remote support software
Fix Avast Antivirus Error Call
1. Press the Power button or switch to flip on the printer, if it is turn off. 2. From the Home display screen on the product control panel, click the.
Installing the HP LaserJet Pro 500 color MFP M570 printer software in Windows on a Wireless Network & Wired Network.
Technical expert studying and writing helpful articles on antivirus and other security products.
Unable To Complete The Norton Download. Norton protects a device from all sorts of security danger. With the great use of internet, the chances of viruses.
Microsoft Word 2010 Lesson 1.
INSTALLING AND SETTING UP APACHE2 IN A LINUX ENVIRONMENT
Introducing the Arduino Uno
CREATING FOOTNOTES AND ENDNOTES
IOTA HOW TO START BUILDING.
Online Purchase :- Purchase MS Office 365 online as it is an easy procedure which merely takes a few minutes. You just need to visit.
Run Java file with Window cmd
Network Analyzer :- Introduction to Wireshark
HOW TO FIX USB PORT PROBLEM? Sometimes you can’t use pan drive due to not working of your USB Port. For this cause you can’t transfer your documentation.
Lab 1: Getting Started.
LEGO Education - Mindstorms EV3 - Computer/control center – The Brick
A few tricks to take you beyond the basics of Microsoft Office
Human-computer interaction
Department of Engineering Science EE 465 (CES 440) - Intro
Presentation transcript:

Using pktstat with Bash [a real-time look at interface activity] Presented by Dave Mawdsley, DACS Member, Linux SIG Member January 21, 2015

What is pktstat? From the man page: 1 From the man page: “The pktstat program displays a real-time summary of packet activity on an interface. Each line displays the data rate associated with different classes of packets.”

Install pktstat with Ubuntu 2 Install pktstat with Ubuntu Installing pktstat is easy. Since the administrative utility is in the Ubuntu repositories, using terminal, issue the command: sudo apt-get install pktstat

A Useful First Command with pktstat 3 A Useful First Command with pktstat Next to study the computer's input/output via wireless, issue the command: sudo pktstat -i wlan0 Follow this with shift + ? to get the bottom menu.

4 A Screenshot I used Firefox to visit The New York Times and got:

Another Example Next I decided to investigate traffic on port 80 with: 5 Next I decided to investigate traffic on port 80 with: sudo pktstat -n -i wlan0 "port 80"

6 A Few pktstat Options pktstat [-1BcFlnpPtT] [-a abbrev] [-A file] [-i interface] [-k keeptime] [-m maxbps] [-w waittime] [filter-expr] Best to read man pktstat for complete details. I used the bottom menu and pressed the w key and gave the dialog 10. (keep the screen for 10 seconds)

Using pktstat with Bash 11 Using pktstat with Bash [a real-time look at interface activity] This OpenOffice.org Presentation pktstat.odp' can be downloaded from http://madmod.com/freebies.html