Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bostrt/heapdumpstamp
Get the date and time a Java heap dump file was created.
https://github.com/bostrt/heapdumpstamp
Last synced: 19 days ago
JSON representation
Get the date and time a Java heap dump file was created.
- Host: GitHub
- URL: https://github.com/bostrt/heapdumpstamp
- Owner: bostrt
- License: mit
- Created: 2015-11-10T18:06:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-10T18:29:58.000Z (about 9 years ago)
- Last Synced: 2024-11-01T10:08:39.577Z (2 months ago)
- Language: Java
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# heapdumpstamp
Print heap dump creation time stamp````
# javac HeapDumpStamp.java
# java HeapDumpStamp /home/user/downloads/java_pid1234.hprof
JAVA PROFILE 1.0.2
Epoch Time: 1446695127326
Date : Wed Nov 04 22:45:27 EST 2015
````