An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Smaps.jl
Wrapper for smaps process memory usage reporting

```julia
julia> using Smaps

julia> Smaps.print(;pid = getpid(), sortby = :Size)
```

To get a dataframe
```julia
julia> Smaps.summary(;pid = getpid())
```