Skip to content

0.1.83

Compare
Choose a tag to compare
@gianlucaborello gianlucaborello released this 31 May 18:29
· 3612 commits to master since this release

Bug Fixes

Many minor bugfixes

New and Updated Features

No new features

New and Updated Chisels

No new chisels

New and Updated filter fields

  • proc.vmsize: Total virtual memory for the process (as kb)
  • proc.vmrss: Resident non-swapped memory for the process (as kb)
  • proc.vmswap: Swapped memory for the process (as kb)
  • thread.pfmajor: Number of major page faults since thread start
  • thread.pfminor: Number of minor page faults since thread start
  • proc.fdopencount: Number of open FDs for the process
  • proc.fdlimit: Maximum number of FDs the process can open
  • proc.fdusage: The ratio between open FDs and maximum available FDs for the process

New and Updated events

  • mmap
  • mmap2
  • munmap
  • brk