draios / sysdig

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

sysdig manual needs to be updated #2046

Open unknowndevQwQ opened 8 months ago

unknowndevQwQ commented 8 months ago

The following problem was found in the manual packaged with sysdig:

  1. Missing manual labeling: The upper left and right corners of the manual contain parentheses instead of sysdig-related content, with no edit time or packet name at the end (refer to net-tools/arp).

  2. Content is not updated in a timely manner: Type sysdig proc.name is ko sysdig prompt filter error at index 10, line 1, column 11: expected a valid check operator: one of 'exists', '<=', '<', '>=', '>', '=', '=', '=', '=', '=', '! =', '=', '! =', 'glob', 'contains', 'contains', 'icontains', 'bcontains', 'startswith', 'bstartswith', 'endswith', 'intersects', 'in', 'pmatch', but I can't find in the manual 'bcontains ', intersects, pmatch, startswitch, endswitch

wasup-yash commented 7 months ago

hey, I wanted to work on this issue to add enough details required as mentioned, can someone point me to where it needs to be updated? or would like to discuss more about this (The slack link is not working for me idk why? )

therealbobo commented 7 months ago

hi there! Thank you to pointing it out! @unknowndevQwQ We just need to update 2 files:

wasup-yash commented 7 months ago

About the second point where in the issue
can't find in the manual 'bcontains ', intersects, pmatch, startswitch, endswitch

so do I need to add these in the below conmmands with like icontains , contains ?

$ sysdig proc.name=cat The list of available fields can be obtained with 'sysdig -l'. Filter expressions can use one of these comparison operators: =, !=, <, <=, >, >=, contains, icontains, in and exists. e.g.

also could not able to locate the issue in the given manualssysdig.md and csysdig.md am i missing something here , what do i need to know in order to do resolve it ?

unknowndevQwQ commented 5 months ago

About the second point where in the issue can't find in the manual 'bcontains ', intersects, pmatch, startswitch, endswitch

so do I need to add these in the below conmmands with like icontains , contains ?

$ sysdig proc.name=cat The list of available fields can be obtained with 'sysdig -l'. Filter expressions can use one of these comparison operators: =, !=, <, <=, >, >=, contains, icontains, in and exists. e.g.

also could not able to locate the issue in the given manualssysdig.md and csysdig.md am i missing something here , what do i need to know in order to do resolve it ?

@therealbobo Any suggestions on this issue?