One Hat Cyber Team
Your IP :
216.73.216.216
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 :
stopwatches.meta
title: See the amount of wall clock time a process spends in various states name: stopwatches.stp version: 1.0 author: William Cohen keywords: time bpf subsystem: process status: experimental exit: user-controlled output: on-exit scope: process description: The stopwatch.stp script illustrates how to use multiple stopwatches record how much wallclock time a process spends in kernel- and user-space. On exit the script prints out the time in seconds, milliseconds, microseconds, and nanoseconds. Note that this output of this script is not directly comparable to the time command because time records the time that the process is actually active in kernel- and user-space. test_check: stap -p4 stopwatches.stp test_installcheck: stap stopwatches.stp -T 1 test_check_bpf: stap --bpf -p4 stopwatches.stp test_installcheck_bpf: stap --bpf stopwatches.stp -T 1