Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

monit network request in ubuntu

while true
do
echo -----`date '+%r'` -----:
netstat -ant | grep :3011 | awk '{print $6}' | sort | uniq -c | sort -n
echo httpd processes: [`ps aux | grep httpd | wc -l`]
echo .
sleep 2
done
Comment

PREVIOUS NEXT
Code Example
Shell :: instal bable for linux 
Shell :: mailutils check mail 
Shell :: snap install fingerprint 
Shell :: install puppeteer linux 18.04 
Shell :: awk pdb format 
Shell :: linux ssh access by ip 
Shell :: batch rename files fish 
Shell :: Delete a carpet in linux 
Shell :: chere cygwin 
Shell :: how to install from a Linux terminal 
Shell :: YAML - Basic Cheatsheet 
Shell :: run nock in debug 
Shell :: http-server run pwa 
Shell :: install telepresence in mac 
Shell :: fallocate 10mb command 
Shell :: git remove from staging 
Shell :: cannot open source file conio.h ubuntu 
Shell :: bash numbering even filename 
Shell :: echo wc command 
Shell :: Postgres - FATAL: database files are incompatible with server 
Shell :: how to install altair graphql on manjaro linux 
Shell :: heroku and github on termi 
Shell :: dhcpcd.service does not exist 
Shell :: View a Particular Commit 
Shell :: checkout a pr locally 
Shell :: how to install gnome software center 
Shell :: macos homebrew unattended cask installs 
Shell :: install scrcpy in ubuntu 
Shell :: install specific gitlab version on ubuntu 
Shell :: create cat document ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =