This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # HELP http_request_duration_microseconds The HTTP request latencies in microseconds. | |
| # TYPE http_request_duration_microseconds summary | |
| http_request_duration_microseconds{handler="prometheus",quantile="0.5"} 9206.461 | |
| http_request_duration_microseconds{handler="prometheus",quantile="0.9"} 11817.503 | |
| http_request_duration_microseconds{handler="prometheus",quantile="0.99"} 12880.886 | |
| http_request_duration_microseconds_sum{handler="prometheus"} 6.201126414000001e+06 | |
| http_request_duration_microseconds_count{handler="prometheus"} 653 | |
| # HELP http_request_size_bytes The HTTP request sizes in bytes. | |
| # TYPE http_request_size_bytes summary | |
| http_request_size_bytes{handler="prometheus",quantile="0.5"} 299 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Name: ip2location-c | |
| Version: 7.0.0 | |
| Release: 1%{?dist} | |
| Summary: IP2Location C Library | |
| Group: Development/Libraries | |
| License: GPLv3+ | |
| URL: http://www.ip2location.com/c.aspx | |
| Source0: http://www.ip2location.com/downloads/%{name}-%{version}.tar.gz | |
| BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # | |
| # PROVIDE: remote_syslog | |
| # | |
| . /etc/rc.subr | |
| name="remote_syslog" | |
| rcvar="${name}_enable" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # lyrics.rb: Ruby script to fetch lyrics from Lyric Wiki | |
| # | |
| # This program is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation, either version 3 of the License, or | |
| # (at your option) any later version. | |
| # | |
| # This program is distributed in the hope that it will be useful, | |
| # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set gemdir (gem env gemdir) | |
| function gemdoc | |
| set -l doc $gemdir/doc/$argv*/rdoc/index.html | |
| open $doc | |
| end | |
| complete -xc gemdoc -a "(ls $gemdir/doc/ | cut -d '-' -f 1)" |
NewerOlder