Vendor psutils and remove neko
This commit is contained in:
9
plugins/system/ps/process/process_linux_arm.go
Normal file
9
plugins/system/ps/process/process_linux_arm.go
Normal file
@@ -0,0 +1,9 @@
|
||||
// +build linux
|
||||
// +build arm
|
||||
|
||||
package process
|
||||
|
||||
const (
|
||||
ClockTicks = 100 // C.sysconf(C._SC_CLK_TCK)
|
||||
PageSize = 4096 // C.sysconf(C._SC_PAGE_SIZE)
|
||||
)
|
||||
Reference in New Issue
Block a user