• Email
  • Like
  • Save
  • Private Content
  • Embed
 

Network processing by pid

by

  • 1,163 views

Network monitoring of processes in Linux, using Linux dynamic Kernel instrumentation (KProbes)...

Network monitoring of processes in Linux, using Linux dynamic Kernel instrumentation (KProbes)

Monitoring network interactions of one process accessing the network is not always simple and it has some performance issues.
A Linux Kernel Module was developed, which uses dynamic instrumentation and monitors the target user process for interactions and registers the information to a repository.
When packets pass through the network interface the repository is queried to decide if the packet should be captured for further analysis.
To control this monitoring mechanism an interface was developed which can be modified through files in the virtual filesystem, DebugFS.
To use this monitoring mechanism it is necessary to have the Linux Kernel Module loaded and have a user process running that performs the network monitoring (such as TCPDump). This monitoring process can use this mechanism without changing its own source code.

Accessibility

Categories

Upload Details

Uploaded via SlideShare as Adobe PDF

Usage Rights

© All Rights Reserved

Flagged as inappropriate Flag as inappropriate
Flag as inappropriate

Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

Cancel

8 Embeds 341

http://corptv.caixamagica.pt 193
http://pinguinsmagicos.blogs.sapo.pt 134
http://alphamatrix.info 4
http://blogs.sapo.pt 3
http://alphamatrix.org 3
http://spondulix9.ignisi.com 2
http://www.alphamatrix.org 1
http://www.linkedin.com 1

More...

Statistics

Likes
0
Downloads
8
Comments
0
Embed Views
341
Views on SlideShare
822
Total Views
1,163
Post Comment
Edit your comment

Network processing by pid Network processing by pid Presentation Transcript