Skip to content

Commit

Permalink
Fix targetViewFilter for "Accessed Files" in wsysdig_summary chisel (#…
Browse files Browse the repository at this point in the history
…952)

sysdig-CLA-1.0-signed-off-by: Amanpreet Singh <[email protected]>
  • Loading branch information
ApsOps authored and ldegio committed Oct 3, 2017
1 parent e37fade commit 0db6e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/sysdig/chisels/wsysdig_summary.lua
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ function build_output(captureDuration)
desc = 'Number of files that have been accessed during the capture',
category = 'file',
targetView = 'files',
targetViewFilter = 'evt.is_io_write=true',
targetViewFilter = 'evt.is_io_read=true',
drillDownKey = 'fd.directory',
targetViewSortingCol = 2,
data = gsummary.fileCount
Expand Down

0 comments on commit 0db6e3b

Please sign in to comment.