Hostinger主机教程:如何通过hPanel面板查看资源使用情况

".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })

Hostinger是一家优秀的[美国主机](https://www.idcspy.com/)商,为了方便国内用户使用,它很早便推出了中文站,旗下主机产品种类丰富,主要包括云主机、[WordPress主机](https://www.idcspy.com/wordpress-hosting.html "WordPress主机")、[cPanel主机](https://www.idcspy.com/cpanel-hosting.html "cPanel主机")等。租用Hostinger主机来建站,管理起来比较方便,比如您想跟踪查看网站CPU使用率、内存、进程等数据,便可使用hPanel面板工具来实现。

1、首先登录到[Hostinger](/#)主机账户,点击顶部菜单栏中的“Hosting”托管选项,选择您所要查看的网站,选中“ Manage”管理按钮。

![](https://www.idcspy.com/wp-content/uploads/2021/07/hpanel.jpg)

2、在新弹出的管理页面中,导航至“Order”部分,选择“Order Usage”订单使用按钮,接下来显示的页面,您可以查看对应的资源使用数据。

![](https://www.idcspy.com/wp-content/uploads/2021/07/hpanel1.jpg)

CPU使用率:是托管账户消耗的CPU功率数。

内存限制:显示托管帐户进程使用的内存量。

进程:是在您的主机帐户中运行的所有进程的总数。

进入流程:是用于处理您的网站请求的许多流程。

请求总数:显示对所有主机帐户的 HTTP 或 HTTPS 请求。

唯一 IP 地址:是访问您的主机帐户的不同 IP 地址的数量。

SMTP 电子邮件:显示使用 SMTP 发送的电子邮件数量。

PHP 电子邮件:显示使用 php mail() 函数发送的电子邮件数量。

带宽:是在固定时间内传输的数据量。

您会在图形模式下找到它们,如下图所示:

![](https://www.idcspy.com/wp-content/uploads/2021/07/hpanel2.jpg)

图形模式中的红线表示您当前的Hostinger主机方案计划限额,您可以通过跟踪相关数据来检查网站是否已达到或尚未达到限额,如果达到了资源限额,您需要及时进行方案升级。

相关阅读:《[Hostinger云主机租用方案推荐](/#)》"

松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/105567.html

(0)
松果号松果号
上一篇 1小时前
下一篇 1小时前

推荐阅读

发表回复

登录后才能评论