Skip to content

RedCarrottt/vminfo

Repository files navigation

VMInfo

Linux Virtual Memory Information Logger

How to Build

$ make

How to Run

Inmmediate Mode

vminfo [process name] [file name] -i

Timer Mode

  • Start:
    vminfo [process name] [file name] [interval(sec); optional] -s
  • End:
    vminfo -e

Result

  • 1 Page = 4KB
  • [Timestamp(us)] [Code Segment Size(KB)] [Data Segment Size(KB)] [Stack Size(KB)] [Shared Library Size(KB)] [PSS(KB)]

About

Linux Virtual Memory Information Logger

Resources

Stars

Watchers

Forks

Packages

No packages published