draios / sysdig

Linux system exploration and troubleshooting tool with first class support for containers
http://www.sysdig.com/
Other
7.76k stars 728 forks source link

How to get ouput from command and http request #1910

Closed ev11ccaatt closed 1 year ago

ev11ccaatt commented 2 years ago

I try to record the output into dumpfile but after i run cat/proc/meminfo i got a result like image dosent like image can u help me?

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

therealbobo commented 1 year ago

Using these commands it seems to work correctly:

sysdig -A -pc '(fd.port=80 and proc.name=curl) or proc.name=cat' -s 10000 -w test.scap
sysdig -A -pc '(fd.port=80 and proc.name=curl) or proc.name=cat' -r test.scap

Do you have any update? 🤔 @ev11ccaatt

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.