Txt

Byte sized tech know-how.

  • Home
  • About

Tag Archives: monitor

06 Apr

Show All HTTP Traffic

Show all HTTP traffic


tcpdump tcp port 80
admin Posted in Command Line, Linux command, filler, http, Linux, monitor, network, tcp, tcpdump, traffic Leave a comment
13 Mar

Important Logs

First show system events. Second command show events inherent to the process of booting kernel.


tail /var/log/messages
tail /var/log/dmesg
admin Posted in Command Line, Linux command, dmesg, file, filler, Linux, log, messages, monitor, tail, troubleshoot 2 Comments
06 Oct

Monitor the Result of a Command

Monitor the result of some command by looping it an infinite while loop. To quit, press Ctrl+C. Thanks to Sreenath for this tip.


while [ 1 ]; do ls -l; sleep 2; done
admin Posted in Command Line, Linux command, loop, monitor, result, sleep, while 1 Comment

Post navigation

Categories

  • Code
  • Command Line
  • Configuration
  • CSS
  • HTML
  • internet
  • JavaScript
  • Linux
  • Mobile
  • Perl
  • PHP
  • Python
  • Ruby
  • Uncategorized

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Fruitful theme by fruitfulcode Powered by: WordPress
↑