I want to build a simple task scheduler on a Ubuntu cluster, so I need a resource-tracking library that exposes an API for other user-level applications.
I have been searching for a while, but all I found are command-line tools.
So I'm wondering if there is any usable resource-tracking libraries for Ubuntu Linux?
Many thanks.
Also look at /sys/fs/cgroup/. It may help :)