doc/
subfolder, the README file is autogenerated)Minor addition to output of RPC command pkg.stats, the description available next to PID and its memory utilization will help during monitoring of memory utilization(or leaks) by specific modules. Without name printed the PID was required to be matched with the output of "kamctl ps"
Old output:
{
entry: 2
pid: 13723
used: 2616752
free: 13180048
real_used: 3597168
total_size: 16777216
total_frags: 2
}
New output:
{
entry: 14
pid: 29413
rank: -1
used: 2615808
free: 13181200
real_used: 3596016
total_size: 16777216
total_frags: 1
desc: USRLOC Timer
}
https://github.com/kamailio/kamailio/pull/2270
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.