You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
361 B
27 lines
361 B
buffers {
|
|
size_kb: 10240
|
|
fill_policy: RING_BUFFER
|
|
}
|
|
|
|
data_sources {
|
|
config {
|
|
name: "linux.perf"
|
|
perf_event_config {
|
|
all_cpus: true
|
|
sampling_frequency: 10
|
|
}
|
|
}
|
|
}
|
|
|
|
data_sources {
|
|
config {
|
|
name: "linux.process_stats"
|
|
target_buffer: 0
|
|
process_stats_config {
|
|
proc_stats_poll_ms: 100
|
|
}
|
|
}
|
|
}
|
|
|
|
duration_ms: 60000
|