// Stats provides basic information about max and current process count func Stats() (*statsapi.RlimitStats, error) { … } func runningTaskCount() (int64, error) { … }
// Stats provides basic information about max and current process count func Stats() (*statsapi.RlimitStats, error) { … } func runningTaskCount() (int64, error) { … }