lilydjwg / swapview-rosetta

Print swap usage per process. Implemented in various programming languages
493 stars 108 forks source link

Stable releases? #165

Closed oxalica closed 4 years ago

oxalica commented 4 years ago

The project has no version and/or release now, which makes it hard to be packaged and published in package manager. Using git commit hash as version is not a good idea.

lilydjwg commented 4 years ago

Why do you want to package this project? It was meant to be a toy project to play with, and it would be unclear how one could package it: do you want to package a specific language version, or package all of them?

If you find the program itself useful and want to package one language version of it, I can create a repository for it alone.

oxalica commented 4 years ago

I just think it's a useful tool for me. Language does not matter.

BTW: I found that in /proc/$PID/status, VmSwap already shows the total swap usage of the process. This can extremely speed up and simplify string processing. I think we should use it for the official project if possible.

lilydjwg commented 4 years ago

See https://github.com/lilydjwg/swapview.