in reply to read daemon status

All the raw info is in:

/proc/PID/*

For example you may be interested in:

cat /proc/PID/status cat /proc/PID/mem cat /proc/PID/cpu

tachyon