Check ServiceNow platform health from the CLI — jsn

Inspect ServiceNow nodes, queues, sessions, semaphores, memory pressure, and transaction health from one terminal command.

How do I check ServiceNow instance health from the command line? Inspect ServiceNow nodes, queues, sessions, semaphores, memory pressure, and transaction health from one terminal command. JSN gives you a direct terminal workflow instead of requiring the ServiceNow web interface for every inspection or change.
CommandWhat it does
jsn platform health --all-nodesRead node and platform health
jsn platform health
jsn platform health --all-nodes --json

Platform health: 1 node(s)

NODE STATUS  TYPE             QUEUE  AGE  SESSIONS  DEFAULT SEM  DB
-----------  ---------------  -----  ---  --------  -----------  --
online       db272e3277020010bf05d4082b106185      0    0         9         0/16  44.28071283922618 ms

Security: raw XML excluded, sensitive fields excluded

Get started

Install, point it at your instance, then run this feature.

npm install -g @jacebenson/jsn
jsn setup
jsn platform health --all-nodes
Full setup guide & skill docs →

← All features