What is PM2 and how to use it?

Aashish Kasma|Aman Jain|3/27/2023, UTC|3 MIN READ|
Play
//What is PM2 and how to use it?

Share

What is PM2?

PM2 is a popular process manager for Node.js applications that provides several benefits:

  1. It allows you to keep your Node.js applications running continuously: PM2 can automatically restart your application if it crashes, and it can also automatically reload your application when you update your code.

  2. It can help you manage multiple applications: PM2 allows you to manage multiple Node.js applications on the same server, and it provides a convenient CLI interface for starting, stopping, and monitoring your applications.

  3. It provides centralized logging: PM2 can aggregate the logs from your Node.js applications into a single location, making it easier to manage and analyze your logs.

  4. It supports load balancing: PM2 can distribute incoming requests across multiple instances of your Node.js application, allowing you to handle more traffic and improve the performance and reliability of your application.

  5. It provides a robust ecosystem: PM2 has a large and active community, and it integrates with many popular tools and frameworks, making it a versatile and reliable choice for managing Node.js applications.

Overall, PM2 can help you streamline the deployment and management of your Node.js applications, improve their performance and reliability, and simplify your development workflow.

How to install PM2 with node on AWS EC2?

To install PM2 with Node.js on an Amazon EC2 instance, follow these steps:

  • Connect to your EC2 instance via SSH.
  • Install Node.js and npm using the following command:

sudo apt-get update
sudo apt-get install nodejs
sudo apt-get install npm

  • Install PM2 using npm:
sudo npm install pm2 -g
  • Verify that PM2 has been installed correctly by running the following command:
pm2 -v
  • To start your Node.js application with PM2, navigate to your application directory and run the following command:

pm2 start app.js

Replace app.js with the filename of your main Node.js file.

  • To ensure that your Node.js application is started automatically after a system reboot, use the following command:

pm2 startup

This will generate a command that you can copy and run to set up the necessary system startup scripts.

  • Finally, use the following command to save your current PM2 process list:

pm2 save

This will ensure that your PM2 process list is preserved across server reboots.

That's it! You should now have PM2 installed and running your Node.js application on your EC2 instance.

How to list all the processes inside the PM2 manager?

To list all the processes inside the PM2 manager, you can use the following command:

pm2 list

This command will display a table containing information about all the processes currently managed by PM2, including the process name, process ID (PID), status, and other details.

If you have a large number of processes and want to filter the results based on a specific criteria, you can use the --sort and --filter options. For example, to list all the running processes sorted by memory usage, you can use the following command:

pm2 list --sort memory

To list all the processes with "app" in their name, you can use the following command:

pm2 list --filter app

These options can help you quickly find the information you need and manage your processes more efficiently with PM2.

Also, read: How to setup multiple node version in same system

Aashish Kasma

Co-founder & CTO

Aman Jain

Project Manager

Looking for

Development

Solutions?

Lets Discuss

Why Lucent...

innovatio

Learning

Learning comes not only with training but it comes as we facilitate the learning of the organization as well as individuals and the clients continuously refurbishing ourselves.

innovatio

Innovation

We believe in Innovation and have started our company based on that concept. When you don't transform you become stagnant.
Innovation arrow Transformation
arrow Growth.

innovatio

Team Work

We work efficiently as a team. We self-monitor. We deliver results efficiently with the help of multiple perspectives and skill sets. We form strong working relationships as we communicate well with each other.

Lucent innovation
We are a family filled with talented experts that help global brands, enterprises, mid-size businesses or even startups with innovative solutions.
Newsletter
Accelerate your tech projects with us. Get in touch with us.
Follow us
facebooklinkedinyoutubeinstagramtwitter
lucent innnovation: cltuch

Lucent Innovation, © 2023. All rights reserved.Privacy policyDMCA compliant image