bookmark_borderNew Years Greetings

Hey There!

We hope the past year 2019 was a great one for you and wish you a amazing year ahead in 2020! 

Since we don’t email customers often, we’d thought we’d use this opportunity to share a yearly highlight with you to showcase some of the topics that we’ve worked on and some things which we have coming soon for you!

OpenVZ 6 to OpenVZ 7 Upgrades

November 2019 year saw OpenVZ 6 (based off CentOS 6) reach End-Of-Life … Read More

bookmark_borderHow to view the processes and resource usage on my VPS

Glances:

Glances is a cross-platform curses-based monitoring tool which is used to see the process and resources usage. It provides the monitoring details of following:

  • CPU
  • Memory
  • Load
  • Process list
  • Network interface
  • Disk I/O
  • Raid
  • Sensors
  • Filesystem
  • Docker
  • Monitor
  • Alert
  • System info
  • Uptime

To install the Glances on your VPS, please user the following command.

On Ubuntu/Debian

sudo apt-get update -y

 sudo apt-get install glances -y

On CentOS/Fedora

sudo yum update -y

 sudo yum install glances -y

To check … Read More