ginfo (1) - Linux Manuals
ginfo: fetch service information
NAME
ginfo - fetch service informationSYNOPSIS
ginfo [options] Object [attribute_to_filter='value of the attribute'] [attribute_to_display]DESCRIPTION
List attributes corresponding to an object. By default, all the attributes of an object are displayed.OPTIONS
- -H, --host host
- Specify a host to query. By default the environmental variable LCG_GFAL_INFOSYS will be used.
- -b, --bind binding
- Specify the binding (o=glue by default).
- -l, --list attribute
- List all the possible values of the specified attribute.
- -c, --csv
- Output in CSV formating
- -j, --json
- Output in JSON formating
- -t, --timeout
- Change the ldap timeout (15 seconds by default).
- -v, --verbose
- Enable verbose mode
- -V, --version
- Print the version of ginfo
- -h, --help
- Print this helpful message
OBJECTS AND CORRESPONDING ATTRIBUTES
- AdminDomain:
- ID, Description.
- ComputingManager:
- ID, ProductName, ProductVersion, ServiceID.
- ComputingShare:
- ID, MaxCPUTime, MaxWallTime, ServingState, ExecutionEnvironmentForeignKey, RunningJobs, WaitingJobs.
- Endpoint:
- ID, URL, Capability, InterfaceName, InterfaceVersion, Implementor, ImplementationVersion, QualityLevel, HealthState, ServingState, ServiceForeignKey.
- ExecutionEnvironment:
- ID, OSName, ConnectivityOut, MainMemorySize, VirtualMemorySize.
- Location:
- ID, Country, Latitude, Longitude.
- MappingPolicy:
- ID, Scheme, Rule, ComputingShareID.
- Service:
- ID, Capability, Type, QualityLevel, StatusInfo, AdminDomainID.
- StorageShare:
- ID, Path, AccessMode, AccessLatency, ServingState, RetentionPolicy, ExpirationMode, DefaultLifeTime, MaximumLifeTime, Tag.
OUTPUT FORMAT
Standard output for an Endpoint:
JSON output for an Endpoint:
CSV output for an Endpoint:
EXAMPLES
ginfo Location country
AUTHOR
Ivan Calvet <ivan.calvet at cern dot ch>