nstcactus/craft-disk-usage-widget 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

nstcactus/craft-disk-usage-widget

Composer 安装命令:

composer require nstcactus/craft-disk-usage-widget

包简介

A Craft CMS widget that displays the disk usage on your server

README 文档

README

This plugin adds a new widget type that can be added to the Craft CMS dashboard.
The widget simply displays the disk usage on your server.

Requirements

This plugin requires Craft CMS 3.7.0 or later (it may work with previous 3.x versions, but I haven't tested, and you'll need to tweak the composer.json file).

Installation

The plugin can be installed from the integrated plugin store by searching for "Disk usage dashboard widget" or using Composer:

  1. Open your terminal and navigate to your Craft project:

    cd /path/to/project
    
  2. Then tell Composer to load the plugin:

    composer require nstcactus/craft-disk-usage-widget
    
  3. Finally, install and enable the plugin:

    ./craft plugin/install disk-usage-widget
    ./craft plugin/enable disk-usage-widget
    

Usage

After the plugin has been installed, widgets can be added to the dashboard.
Several instances of the widget may be added, each one monitoring the disk usage of a partition.

Classic mode

The classic way of determining disk usage leverages the disk_free_space() & disk_total_space() PHP functions. You need to provide the path to a directory in the disk partition you want to monitor. The default value is the path to the Craft CMS webroot, which is a reasonable value.

In that mode, you may set Soft limit. If the disk usage exceeds that limit, the widget indicator will turn red.

Quotas mode

Some hosting providers use disk quotas, especially on shared hosting.

In such cases, the disk usage reported by the widget may be wrong. You can try enabling The server uses disk quotas setting to circumvent this. When enabled, the widget will try to use the quota -s shell command to get the disk usage.

For this to work, your hosting provider has to let you use either the proc_*() or the exec() PHP functions. PHP must also run as the UNIX user the disk quota is set on.

You need to select the partition to monitor in the Partition field. If no partitions are available the Partition dropdown, you're out of luck…

Some hosting providers set the quota & limit to the same value. You can override the soft limit if you need to know when you're almost out of space.

nstcactus/craft-disk-usage-widget 适用场景与选型建议

nstcactus/craft-disk-usage-widget 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 638 次下载、GitHub Stars 达 2, 最近一次更新时间为 2022 年 09 月 07 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「cms」 「Craft」 「craftcms」 「craft-plugin」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 nstcactus/craft-disk-usage-widget 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 nstcactus/craft-disk-usage-widget 我们能提供哪些服务?
定制开发 / 二次开发

基于 nstcactus/craft-disk-usage-widget 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 638
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 8
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-09-07