ProcessDetector implements ResourceDetector
Read onlyYes
FinalYes
Detects process information.
Detects the following attributes:
- process.pid: Process ID
- process.executable.path: Path to the PHP binary
- process.runtime.name: Always "PHP"
- process.runtime.version: PHP version
- process.command: The script being executed
- process.owner: Process owner username (POSIX systems only)
Example output:
process.pid: 12345
process.executable.path: /usr/bin/php
process.runtime.name: PHP
process.runtime.version: 8.3.0
process.command: /var/www/index.php
process.owner: www-data
Interfaces
- ResourceDetector
- Interface for detecting resource attributes from the environment.
Methods
Methods
detect()
Detect resource attributes from the environment.
public
detect() : Resource