One Hat Cyber Team
Your IP :
216.73.216.80
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
systemtap
/
examples
/
general
/
View File Name :
func_time_stats.meta
title: Function Time Statistics name: func_time_stats.stp version: 1.0 author: anonymous keywords: function statistics subsystem: any status: proposed exit: user-controlled output: histogram on-exit scope: system-wide description: The func_time_stats.stp script tracks the wall clock time for each invocation of the function probe listed as the first command line argument. When the script exits it prints out the minimum, average, and maximum times in microseconds followed by a count of times that the function was called and a histogram showing the distributions of times. test_check: stap -p4 func_time_stats.stp 'syscall.read' test_installcheck: stap func_time_stats.stp 'syscall.read' -T 1