File: control

package info (click to toggle)
ruby-peek-performance-bar 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 128 kB
  • sloc: javascript: 129; ruby: 108; makefile: 4
file content (33 lines) | stat: -rw-r--r-- 1,096 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: ruby-peek-performance-bar
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               ruby-peek (>= 0.1.0)
Standards-Version: 4.1.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-peek-performance-bar.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-peek-performance-bar
Homepage: https://github.com/peek/peek-performance_bar
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-peek-performance-bar
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-peek (>= 0.1.0),
         ${misc:Depends},
         ${shlibs:Depends}
Description: peek into MySQL queries made during your application's requests
 Things this peek view provides:
  - Frontend
  - Latency / Receiving
  - Backend
  - TCP / SSL
  - Redirect
  - DNS Lookup
 .
 peek is a profiling tool originally built at GitHub to help them get an
 insight into their application.