Skip to content
Veerendra edited this page Oct 27, 2021 · 4 revisions

Metrics

Metric Name Type
nordvpn_status Gauge
nordvpn_connection Info
nordvpn_setting Info
nordvpn_bytes_received Counter
nordvpn_bytes_sent Counter

Response Time

curl -o /dev/null -s -w 'Total: %{time_total}s\n' http://localhost:8082/metrics
Total: 3.088561s

List

# HELP python_gc_objects_collected_total Objects collected during gc
# TYPE python_gc_objects_collected_total counter
python_gc_objects_collected_total{generation="0"} 351.0
python_gc_objects_collected_total{generation="1"} 33.0
python_gc_objects_collected_total{generation="2"} 0.0
# HELP python_gc_objects_uncollectable_total Uncollectable object found during GC
# TYPE python_gc_objects_uncollectable_total counter
python_gc_objects_uncollectable_total{generation="0"} 0.0
python_gc_objects_uncollectable_total{generation="1"} 0.0
python_gc_objects_uncollectable_total{generation="2"} 0.0
# HELP python_gc_collections_total Number of times this generation was collected
# TYPE python_gc_collections_total counter
python_gc_collections_total{generation="0"} 74.0
python_gc_collections_total{generation="1"} 6.0
python_gc_collections_total{generation="2"} 0.0
# HELP python_info Python platform information
# TYPE python_info gauge
python_info{implementation="CPython",major="3",minor="8",patchlevel="10",version="3.8.10"} 1.0
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 3.51330304e+08
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 2.838528e+07
# HELP process_start_time_seconds Start time of the process since unix epoch in seconds.
# TYPE process_start_time_seconds gauge
process_start_time_seconds 1.63510710462e+09
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 0.18000000000000002
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 9.0
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 1024.0
# HELP nordvpn_bytes_sent Bytes sent
# TYPE nordvpn_bytes_sent gauge
nordvpn_bytes_sent{hostname="gh0st"} 180.0
# HELP nordvpn_bytes_received Bytes received
# TYPE nordvpn_bytes_received gauge
nordvpn_bytes_received{hostname="gh0st"} 0.0
# HELP nordvpn_settings_info nordvn client settings
# TYPE nordvpn_settings_info gauge
nordvpn_settings_info{auto-connect="disabled",cybersec="enabled",dns="disabled",firewall="enabled",hostname="gh0st",ipv6="disabled",kill_switch="disabled",notify="enabled",obfuscate="disabled",protocol="udp",technology="openvpn",version="3.11.0"} 1.0
# HELP nordvpn_connection_info nordvn connection
# TYPE nordvpn_connection_info gauge
nordvpn_connection_info{city="berlin",country="germany",current_protocol="udp",current_server="de921.nordvpn.com",current_technology="openvpn",server_ip="196.240.57.11",uptime="9 minutes 53 seconds"} 1.0
# HELP nordvpn_status nordvn status
# TYPE nordvpn_status gauge
nordvpn_status{hostname="gh0st"} 1.0
Clone this wiki locally