CyberPanel Community

How do I count the Total number of Inodes used in my Webserver

Sh
Shahbaaz #1

Is there a way to count the number of inodes a website is using in Cyberpanel? If not what can I do?

3 replies
sh
shoaibkk #2

there is no direct feature to count inodes usage on the website level but you can check using the command line but the session files or any opened files mostly use the thing.

SD
SaJeTek Developer #4

This is based on your OS and not Cyberpanel.
In Linux, you can check inodes with:

df -i
df -i /path/

As shoaibkk said, it’s usually just the cleaning of the session files which solves the issues.

Sign in to reply