Percival

Results 33 comments of Percival

How about this: ``` func (c *Client) EnqueueBatch(tasks []*Task, opts ...Option) ([]*TaskInfo, error) func (c *Client) EnqueueContext(ctx context.Context, tasks []*Task, opts ...Option) ([]*TaskInfo, error) ``` If error is nil, all...

> How to configure/default batch size? > > https://redis.io/docs/manual/pipelining/ > > > IMPORTANT NOTE: While the client sends commands using pipelining, the server will be forced to queue the replies,...

已知问题,在下个版本会被修复。 CentOS 6下,无法mount到/sys/fs/cgroup

Thank you for reporting. It's a known issue. Will fix in next version.

Related PR: https://github.com/shirou/gopsutil/pull/1156

Yes,I'll update the code. The next version is v0.3.0 which will contain two crates:fanotify-sys(low-level) and fanotify-rs(high-level).It will support common kernel versions(especially the versions where the fanotify API has changed).

Do we have any latest process?

@Lomanic Could you please review this PR?

写个demo随便注册个kprobe也会崩么?如果也崩就能确认是kernel的问题了,感觉像是kprobe实现过程中的问题

Great work! Any updates on this PR? @DmitriyLewen @zesiar0