E***a 发帖数: 685 | 1 Do you know there is a library call to get current CPU usage and memory
usage?
Is it possible to count a transaction's memory usage and CPU usage?
Thanks, | j**t 发帖数: 439 | 2 in c:
system("top > your_file")
【在 E***a 的大作中提到】 : Do you know there is a library call to get current CPU usage and memory : usage? : Is it possible to count a transaction's memory usage and CPU usage? : Thanks,
| m*******m 发帖数: 182 | 3 Hmm... but this may cause more resources.
Try
`man getloadavg`
`man vlimit`
【在 j**t 的大作中提到】 : in c: : system("top > your_file")
|
|