https://github.com/ianbutterworth/smaps.jl
Wrapper for smaps process memory usage reporting
https://github.com/ianbutterworth/smaps.jl
Last synced: 3 months ago
JSON representation
Wrapper for smaps process memory usage reporting
- Host: GitHub
- URL: https://github.com/ianbutterworth/smaps.jl
- Owner: IanButterworth
- License: mit
- Created: 2022-10-04T19:03:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T19:24:45.000Z (over 2 years ago)
- Last Synced: 2025-02-23T06:43:51.224Z (3 months ago)
- Language: Julia
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Smaps.jl
Wrapper for smaps process memory usage reporting```julia
julia> using Smapsjulia> Smaps.print(;pid = getpid(), sortby = :Size)
```To get a dataframe
```julia
julia> Smaps.summary(;pid = getpid())
```