Live data from Hacker News

Viewing profile — kloczek

kloczek

HN member
Joined
Thu, Feb 15, 2018, 8:34 AM UTC
HN karma
3
Public activity
2 items

About kloczek

No profile information was provided.

Recent public activity

  1. comment
    Comment #16390793

    Just FTR. Your example is wrong. [root@domek ~]# /usr/share/bcc/tools/funclatency -i 10 -p `pgrep -n mysqld` sys_write 0 functions matched by "sys_write". Exiting. The correct one …

  2. comment
    Comment #16382621

    Better? OK, could you please show me eBPF oneliner code which is analogue of the DTrace command like: # dtrace -qn 'syscall::write:entry /execname == "mysqld"/ {self->stime = times…