]> granicus.if.org Git - sysstat/commit
sadf: PCP: Initial support for A_QUEUE activity
authorSebastien GODARD <sysstat@users.noreply.github.com>
Sat, 23 Feb 2019 10:15:25 +0000 (11:15 +0100)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sat, 23 Feb 2019 10:15:25 +0000 (11:15 +0100)
commit5518a0fe1e5957939dc7180dc3c6a3232ee46ad8
treeb8300c3ece595d0be84c0c539c1eebc242b52f60
parent0afcaca823382bc02601e4a390564518e6000127
sadf: PCP: Initial support for A_QUEUE activity

This is the initial (and experimental) support for creating PCP archives
by sadf.
I used the work made by Steve Kay (@stevekay) to create this patch: See
issue #136.
At the present time, only A_QUEUE activity is supported (i.e. the
metrics displayed by "sar -q").

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
activity.c
format.c
pcp_stats.c [new file with mode: 0644]
pcp_stats.h [new file with mode: 0644]
sa.h
sadf.c
sadf.h
sadf_misc.c