更新
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
declare const cgroup: {
|
||||
cpu: {
|
||||
stat(): {
|
||||
usage: number;
|
||||
};
|
||||
max(): number;
|
||||
};
|
||||
cpuset: {
|
||||
cpus(): {
|
||||
effective: number[];
|
||||
};
|
||||
};
|
||||
memory: {
|
||||
max(): number;
|
||||
current(): number;
|
||||
};
|
||||
version(): number;
|
||||
};
|
||||
|
||||
export = cgroup;
|
||||
Reference in New Issue
Block a user