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

https://github.com/sakateka/psm

Process Smaps Memory view
https://github.com/sakateka/psm

memory monitoring zig

Last synced: about 1 year ago
JSON representation

Process Smaps Memory view

Awesome Lists containing this project

README

          

# psm
Process Smaps Memory view

This programm collects metrics from `/proc//smaps_rollup`, then aggregates these numbers.
Aggregation is performed by the binary name from the `/proc//exe` link.
The last step is to pretty print the resulting numbers.

# screenshot
![image](https://user-images.githubusercontent.com/2256154/124362049-f1659380-dc5c-11eb-87e5-73e793888fa2.png)

###### Note: tests.zig - is just a copy paste in the course of my reading https://ziglearn.org