table of contents
other versions
- jessie 2.6-0.2
- jessie-backports 3.0-6~bpo8+1
- stretch 3.1-2
- testing 3.3-1
- unstable 4.0-1
| FUNCTION::ENV_VAR(3stap) | Context Functions | FUNCTION::ENV_VAR(3stap) |
NAME¶
function::env_var - Fetch environment variable from current processSYNOPSIS¶
env_var:string(name:string)
ARGUMENTS¶
nameName of the environment variable to fetch
DESCRIPTION¶
Returns the contents of the specified environment value for the current process. If the variable isn't set an empty string is returned.| November 2014 | SystemTap Tapset Reference |