---
title: JDK commands used in the collect-support-data tool
description: jps
component: pingauthorize
version: 10.1
page_id: pingauthorize:troubleshooting_pingauthorize_server:paz_jdk_commands_collect_support_data
canonical_url: https://docs.pingidentity.com/pingauthorize/10.1/troubleshooting_pingauthorize_server/paz_jdk_commands_collect_support_data.html
revdate: August 29, 2023
---

# JDK commands used in the collect-support-data tool

| Data Collector | Description                                                                                                            |
| -------------- | ---------------------------------------------------------------------------------------------------------------------- |
| `jps`          | Java Virtual Machine Process status tool. Reports information on the JVM (Linux, Windows, Mac OS).                     |
| `jstack`       | Java Virtual Machine Stack Trace. Prints the stack traces of threads for the Java process (Linux, Windows, Mac OS).    |
| `jstat`        | Java Virtual Machine Statistics Monitoring Tool. Displays performance statistics for the JVM (Linux, Windows, Mac OS). |
| `jinfo`        | Displays the Java configuration information for the Java process (Linux, Windows, Mac OS).                             |
