I am using a embedded Linux platform (MIPS processor, Linux 2.6.18-6.4, with busy box) & I don't see vmstat command. what do I need to do get this command installed.
I believe it would be application download and cross-compiling it for my platfrom, but where can I find its sources.
Is there any chance that开发者_高级运维 I can get the binary for MIPS ?
vmstat is included in procps package, You just have to cross compile it. Or enabling vmstat in busybox and rebuild busybox
For a precompiled version the libc and libproc versions have to match. What toolchain are you using?
精彩评论