File: control

package info (click to toggle)
ruby-peek-performance-bar 1.3.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 124 kB
  • sloc: javascript: 129; ruby: 108; makefile: 4
file content (33 lines) | stat: -rw-r--r-- 1,133 bytes parent folder | download | duplicates (2)
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 Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               ruby-peek (>= 0.1.0)
Standards-Version: 4.1.0
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-peek-performance-bar.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-peek-performance-bar.git
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.