PHPackages                             geraldvillorente/terminus-debugging-tools - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. geraldvillorente/terminus-debugging-tools

ActiveTerminus-plugin[Debugging &amp; Profiling](/categories/debugging)

geraldvillorente/terminus-debugging-tools
=========================================

Useful commands for debugging problems.

2.0(7y ago)03PHP

Since Apr 7Pushed 4y agoCompare

[ Source](https://github.com/geraldvillorente/terminus-debugging-tools)[ Packagist](https://packagist.org/packages/geraldvillorente/terminus-debugging-tools)[ RSS](/packages/geraldvillorente-terminus-debugging-tools/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (5)Used By (0)

terminus debugging tools
========================

[](#terminus-debugging-tools)

A collection of terminus plugins to facilitate managing sites on Pantheon.

[![Unofficial](https://camo.githubusercontent.com/0e6eb84a3bab07531499291d7a1b139de0a3703ec1d135302451ae252e439b02/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f50616e7468656f6e2d556e6f6666696369616c2d79656c6c6f773f6c6f676f3d70616e7468656f6e26636f6c6f723d464644433238)](https://pantheon.io/docs/oss-support-levels#unofficial)

Installation
------------

[](#installation)

For installing this plugin, please follow the instrctions from here -

Blob Blotter commands
---------------------

[](#blob-blotter-commands)

Finds the biggest text/blob columns from your MariaDB database ordered by size.

```
$ terminus blob:columns SITE.ENV
 ------------------------------------ -------------------- --------------------
  Table                                Column               Biggest entry (KB)
 ------------------------------------ -------------------- --------------------
  cache                                data                 61.2412
  field_data_body                      body_value           46.4551
  field_revision_body                  body_value           46.4551
  cache_update                         data                 38.4697
  search_dataset                       data                 19.4033

```

Finds the biggest rows from the specified table and column.

```
$ terminus blob:cells SITE.ENV TABLE COLUMN --format=table

```

Example output:

```
$ terminus blob:cells SITE.ENV field_data_body body_value --format=table
 ------------- --------- --------- ----------- ------------- ---------- ------- -------------- ------------- -----------
  Entity_type   Bundle    Deleted   Entity_id   Revision_id   Language   Delta   Body_summary   Body_format   Column_KB
 ------------- --------- --------- ----------- ------------- ---------- ------- -------------- ------------- -----------
  node          article   0         238         238           und        0                      full_html     46.4551
  node          article   0         183         183           und        0                      full_html     21.3848
  node          article   0         179         179           und        0                      full_html     18.3184
  node          article   0         186         186           und        0                      full_html     15.7764
  node          article   0         222         222           und        0                      full_html     15.4717
  node          article   0         158         158           und        0                      full_html     14.0332

```

Analyze Table commands
----------------------

[](#analyze-table-commands)

Runs ANALIZE TABLE query on either a specific group of tables or all of them.

```
$ terminus analyze-table:run SITE.ENV TABLE
$ terminus analyze-table:run SITE.ENV TABLE_1,TABLE_2,TABLE_3
$ terminus analyze-table:run SITE.ENV all

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 69.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1124 days

Total

2

Last Release

1559d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c25c6a6eac0c3cbd78e9f2fe3629687d885424cf0a8a049eafcdb680aa583528?d=identicon)[geraldvillorente](/maintainers/geraldvillorente)

---

Top Contributors

[![alexdicianu](https://avatars.githubusercontent.com/u/2629630?v=4)](https://github.com/alexdicianu "alexdicianu (25 commits)")[![kporras07](https://avatars.githubusercontent.com/u/2217820?v=4)](https://github.com/kporras07 "kporras07 (2 commits)")[![nstielau](https://avatars.githubusercontent.com/u/30011?v=4)](https://github.com/nstielau "nstielau (2 commits)")[![uberhacker](https://avatars.githubusercontent.com/u/387945?v=4)](https://github.com/uberhacker "uberhacker (2 commits)")[![fusionx1](https://avatars.githubusercontent.com/u/642874?v=4)](https://github.com/fusionx1 "fusionx1 (2 commits)")[![iamstoick](https://avatars.githubusercontent.com/u/820842?v=4)](https://github.com/iamstoick "iamstoick (1 commits)")[![greg-1-anderson](https://avatars.githubusercontent.com/u/612191?v=4)](https://github.com/greg-1-anderson "greg-1-anderson (1 commits)")[![albertcausing](https://avatars.githubusercontent.com/u/17841145?v=4)](https://github.com/albertcausing "albertcausing (1 commits)")

### Embed Badge

![Health badge](/badges/geraldvillorente-terminus-debugging-tools/health.svg)

```
[![Health](https://phpackages.com/badges/geraldvillorente-terminus-debugging-tools/health.svg)](https://phpackages.com/packages/geraldvillorente-terminus-debugging-tools)
```

###  Alternatives

[fjogeleit/prometheus-messenger-middleware

Prometheus Middleware for the Symfony Messenger Component

2255.2k](/packages/fjogeleit-prometheus-messenger-middleware)[spatie/craft-ray

Easily debug CraftCMS projects

1638.6k](/packages/spatie-craft-ray)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
