Skip to main content

My favouritefavorite tool for monitoring which files an application opens is the powerful monitoring framework sysdig`sysdig.

Creating a trace file that will only contain writing events in home directories (which we can inspect later with "sysdig -r writetrace.scap.gz"sysdig -r writetrace.scap.gz):

Sysdig has many chisels, see for more interesting things it can do:

Sysdig Examples

How to monitor and troubleshoot a Linux server using sysdig

seeSee also related answer Why are true and false so large?

My favourite tool for monitoring which files an application opens is the powerful monitoring framework sysdig`.

Creating a trace file that will only contain writing events in home directories (which we can inspect later with "sysdig -r writetrace.scap.gz"):

Sysdig has many chisels, see for more interesting things it can do:

Sysdig Examples

How to monitor and troubleshoot a Linux server using sysdig

see also related answer Why are true and false so large?

My favorite tool for monitoring which files an application opens is the powerful monitoring framework sysdig.

Creating a trace file that will only contain writing events in home directories (which we can inspect later with sysdig -r writetrace.scap.gz):

Sysdig has many chisels, see for more interesting things it can do:

See also related answer Why are true and false so large?

edited body
Source Link
Rui F Ribeiro
  • 58k
  • 28
  • 156
  • 237
sudo proc.name=exe_file sysdig -p "%12user"proc.name=exe_file %12user.name %6proc.pid %12proc.name %3fd.num %fd.typechar %fd.name" evt.type=open
sudo proc.name=exe_file sysdig -p "%12user.name %6proc.pid %12proc.name %3fd.num %fd.typechar %fd.name" evt.type=open
sudo sysdig -p "proc.name=exe_file %12user.name %6proc.pid %12proc.name %3fd.num %fd.typechar %fd.name" evt.type=open
added 27 characters in body
Source Link
Rui F Ribeiro
  • 58k
  • 28
  • 156
  • 237

My favourite tool for monitoring which files an application opens is still sysdigthe powerful monitoring framework sysdig`.

My favourite tool for monitoring which files an application opens is still sysdig.

My favourite tool for monitoring which files an application opens is the powerful monitoring framework sysdig`.

deleted 1 character in body
Source Link
Rui F Ribeiro
  • 58k
  • 28
  • 156
  • 237
Loading
deleted 1 character in body
Source Link
Rui F Ribeiro
  • 58k
  • 28
  • 156
  • 237
Loading
added 6 characters in body
Source Link
Rui F Ribeiro
  • 58k
  • 28
  • 156
  • 237
Loading
added 6 characters in body
Source Link
Rui F Ribeiro
  • 58k
  • 28
  • 156
  • 237
Loading
added 245 characters in body
Source Link
Rui F Ribeiro
  • 58k
  • 28
  • 156
  • 237
Loading
added 1464 characters in body
Source Link
Rui F Ribeiro
  • 58k
  • 28
  • 156
  • 237
Loading
added 1464 characters in body
Source Link
Rui F Ribeiro
  • 58k
  • 28
  • 156
  • 237
Loading
Source Link
Rui F Ribeiro
  • 58k
  • 28
  • 156
  • 237
Loading