0

I found, in the emulator, under directory /acct/uid/10041 a file called cpuacct.usage and cpuacct.usage_percpu. Cat on the file gave me this: 839133794

Can some one tell me how and for what is this file used? Is it a way to limit the CPU usage for a given uid?

Thanks, Romain

Romain
  • 1
  • 1

1 Answers1

0

This is a file provided by the underlying Linux kernel, which gives the CPU time (in nanoseconds) the uid has used so far.

See the cgroups cpuacct Linux Kernel Documentation for more information on this.

zakx
  • 681
  • 5
  • 17