Searched full:llcstat (Results 1 – 8 of 8) sorted by relevance
1 .TH llcstat 8 "2015-08-18" "USER COMMANDS"3 llcstat \- Summarize CPU cache references and misses by process. Uses Linux eBPF/bcc.5 .B llcstat [\-h] [\-c SAMPLE_PERIOD] [duration]7 llcstat instruments CPU cache references and cache misses system-side, and37 .B llcstat -c 100 20
1 Demonstrations of llcstat.4 llcstat traces cache reference and cache miss events system-wide, and summarizes12 # ./llcstat.py 20 -c 500044 # ./llcstat.py --help45 usage: llcstat.py [-h] [-c SAMPLE_PERIOD] [duration]
3 # llcstat.py Summarize cache references and cache misses by PID.
24 add_executable(LLCStat LLCStat.cc) target25 target_link_libraries(LLCStat bcc-static)39 install (TARGETS LLCStat DESTINATION share/bcc/examples/cpp)
2 * LLCStat Show LLC hit ratio for each process on each CPU core.7 * USAGE: LLCStat [duration]
144 llcstat:145 command: wrapper llcstat146 aliases: [llcstat]
45 * capable, cpuunclaimed, dbslower, dbstat, deadlock_detector, llcstat,
119 - tools/[llcstat](tools/llcstat.py): Summarize CPU cache references and misses by process. [Example…