| 组织ID: |
org.gridkit.jvmtool |
| 项目ID: |
sjk-core |
| 版本: |
0.10 |
| 最后修改时间: |
2019-12-02 06:53:07 |
| 包类型: |
jar |
| 标题: |
${project.groupId}::${project.artifactId} |
| 描述: |
Core classes for Swiss Java Knife tool |
| 大小: |
238.37KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.gridkit.jvmtool</groupId>
<artifactId>sjk-core</artifactId>
<version>0.10</version>
</dependency>
|
| Gradle引入代码: |
org.gridkit.jvmtool:sjk-core:0.10
|
| 下载Jar包: |
|
| POM文件内容: |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<!--
Copyright 2012 Alexey Ragozin
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.gridkit.jvmtool</groupId>
<artifactId>jvmtool-umbrella-pom</artifactId>
<version>0.10</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sjk-core</artifactId>
<name>${project.groupId}::${project.artifactId}</name>
<description>Core classes for Swiss Java Knife tool</description>
<dependencies>
<dependency>
<groupId>org.gridkit.jvmtool</groupId>
<artifactId>sjk-cli</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.gridkit.jvmtool</groupId>
<artifactId>sjk-stacktrace</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.gridkit.jvmtool</groupId>
<artifactId>sjk-hflame</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.gridkit.jvmtool</groupId>
<artifactId>sjk-jfr</artifactId>
<version>0.3</version>
</dependency>
<dependency>
<groupId>org.gridkit.jvmtool</groupId>
<artifactId>sjk-nps</artifactId>
<version>0.3</version>
</dependency>
<dependency>
<groupId>org.gridkit.lab</groupId>
<artifactId>jvm-attach-api</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>1.6.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.carrotsearch</groupId>
<artifactId>junit-benchmarks</artifactId>
<version>0.7.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
gc.class
org.gridkit.jvmtool.AbstractThreadDumpSource$2.class
org.gridkit.jvmtool.AbstractThreadDumpSource.class
org.gridkit.jvmtool.cmd.AntPathMatcher$AntPathStringMatcher.class
org.gridkit.jvmtool.cmd.DumpExportCmd$TagStat.class
org.gridkit.jvmtool.cmd.GcRepCmd$GcRep.class
org.gridkit.jvmtool.cmd.GcRepCmd.class
org.gridkit.jvmtool.cmd.HeapHistoCmd$Histo.class
org.gridkit.jvmtool.cmd.ProcListCmd.class
org.gridkit.jvmtool.cmd.StackCaptureCmd.class
org.gridkit.jvmtool.cmd.StackDumpCopyCmd$StCpy$1.class
org.gridkit.jvmtool.cmd.StackDumpCopyCmd.class
org.gridkit.jvmtool.cmd.StackSampleAnalyzerCmd$DefaultFormater.class
org.gridkit.jvmtool.cmd.StackSampleAnalyzerCmd$SSA$CategorizeCmd.class
org.gridkit.jvmtool.cmd.StackSampleAnalyzerCmd$SSA$PrintCmd.class
org.gridkit.jvmtool.cmd.StackSampleAnalyzerCmd$SummaryFormater.class
org.gridkit.jvmtool.cmd.ThreadTopCmd.class
org.gridkit.jvmtool.gcmon.GarbageCollectionEventConsumer.class
org.gridkit.jvmtool.gcmon.GcEventPoller$1.class
org.gridkit.jvmtool.gcmon.GcEventPoller$GcSummary.class
org.gridkit.jvmtool.gcmon.GcEventSubscriber$1.class
org.gridkit.jvmtool.gcmon.MemoryInfoEventPojo.class
org.gridkit.jvmtool.gcmon.MemoryPoolPoller$1.class
org.gridkit.jvmtool.JmxConnectionInfo.class
org.gridkit.jvmtool.JvmProcessFilter.class
org.gridkit.jvmtool.MBeanCpuUsageReporter$ThreadNameComparator.class
org.gridkit.jvmtool.MBeanCpuUsageReporter.class
org.gridkit.jvmtool.PerfCounterGcCpuUsageMonitor.class
org.gridkit.jvmtool.StackHisto$1.class
org.gridkit.jvmtool.StackHisto$TerminalComparator.class
org.gridkit.jvmtool.StackHisto.class
org.gridkit.jvmtool.ThreadStackSampler$Trace.class
org.gridkit.jvmtool.ThreadStackSampler.class
org.gridkit.util.formating.AsciiTableFormatter.class
org.gridkit.util.formating.NumberFormat.class
org.gridkit.util.formating.SimpleNumberFormatter$DecimalFormatLong.class
org.gridkit.util.formating.SimpleNumberFormatter$JavaFormatterDouble.class
org.gridkit.util.formating.SimpleNumberFormatter.class
org.gridkit.util.formating.TableFormatter.class
org.gridkit.util.formating.TextTable$NumberCmp.class
hh.class
org.gridkit.jvmtool.AbstractThreadDumpSource$1.class
org.gridkit.jvmtool.AbstractThreadDumpSource$TrimProxy.class
org.gridkit.jvmtool.cmd.AntPathMatcher$1.class
org.gridkit.jvmtool.cmd.AntPathMatcher$SeekState.class
org.gridkit.jvmtool.cmd.AntPathMatcher.class
org.gridkit.jvmtool.cmd.DumpExportCmd$DumpInput.class
org.gridkit.jvmtool.cmd.DumpExportCmd$Histo.class
org.gridkit.jvmtool.cmd.DumpExportCmd$SchemaStat.class
org.gridkit.jvmtool.cmd.HeapHistoCmd.class
org.gridkit.jvmtool.cmd.MxProxyCmd$SingeClRepo.class
org.gridkit.jvmtool.cmd.ProcListCmd$JPS.class
org.gridkit.jvmtool.cmd.StackCaptureCmd$StCap.class
org.gridkit.jvmtool.cmd.StackDumpCopyCmd$StCpy$2.class
org.gridkit.jvmtool.cmd.StackSampleAnalyzerCmd$DateFormater.class
org.gridkit.jvmtool.cmd.StackSampleAnalyzerCmd$PercentFormater.class
org.gridkit.jvmtool.cmd.StackSampleAnalyzerCmd$SSA$HelpCmd.class
org.gridkit.jvmtool.cmd.StackSampleAnalyzerCmd$SSA$ThreadInfoCmd.class
org.gridkit.jvmtool.cmd.ThreadTopCmd$TTop.class
org.gridkit.jvmtool.gcmon.GarbageCollectionEvent.class
org.gridkit.jvmtool.gcmon.GarbageCollectionSummary.class
org.gridkit.jvmtool.gcmon.GcEventPoller$MemUsage.class
org.gridkit.jvmtool.gcmon.GcEventSubscriber.class
org.gridkit.jvmtool.gcmon.MemoryPoolInfo.class
org.gridkit.jvmtool.gcmon.MemoryPoolPoller.class
org.gridkit.jvmtool.gcmon.MemoryUsageBean.class
org.gridkit.jvmtool.gcmon.SimpleGcEventEncoder.class
org.gridkit.jvmtool.GlobHelper.class
org.gridkit.jvmtool.hflame.cmd.FlameGraphGeneratorCmd$DumpInput.class
org.gridkit.jvmtool.hflame.cmd.FlameGraphGeneratorCmd.class
org.gridkit.jvmtool.MBeanCpuUsageReporter$ThreadLine.class
org.gridkit.jvmtool.MBeanCpuUsageReporter$UserTimeComparator.class
org.gridkit.jvmtool.MBeanHelper.class
org.gridkit.jvmtool.parser.jstack.JStackThreadDumpLoader$1.class
org.gridkit.jvmtool.parser.jstack.JStackThreadDumpLoader.class
org.gridkit.jvmtool.SJK.class
org.gridkit.jvmtool.StackHisto$SiteInfo.class
org.gridkit.jvmtool.ThreadDumpSource.class
org.gridkit.util.formating.AsciiTableFormatter$1.class
org.gridkit.util.formating.Formats.class
org.gridkit.util.formating.SimpleNumberFormatter$DecimalFormatDouble.class
org.gridkit.util.formating.SimpleNumberFormatter$DoubleFormatter.class
org.gridkit.util.formating.SimpleNumberFormatter$SDFFormatter.class
org.gridkit.util.formating.TabularDataSink.class
org.gridkit.util.formating.TextTable.class
ttop.class
jps.class
org.gridkit.jvmtool.AbstractEventDumpSource$1.class
org.gridkit.jvmtool.AbstractEventDumpSource$2.class
org.gridkit.jvmtool.AbstractEventDumpSource$FileSource.class
org.gridkit.jvmtool.AbstractEventDumpSource$TimeFilter.class
org.gridkit.jvmtool.AbstractEventDumpSource.class
org.gridkit.jvmtool.AbstractThreadDumpSource$TimeFilter.class
org.gridkit.jvmtool.CategorizerParser.class
org.gridkit.jvmtool.cmd.AntPathMatcher$SeekerIterator.class
org.gridkit.jvmtool.cmd.DumpExportCmd$DumpExport.class
org.gridkit.jvmtool.cmd.DumpExportCmd$SchemaHisto.class
org.gridkit.jvmtool.cmd.DumpExportCmd$TagStatComparator.class
org.gridkit.jvmtool.cmd.DumpExportCmd.class
org.gridkit.jvmtool.cmd.MxCmd$MX$CallCmd.class
org.gridkit.jvmtool.cmd.MxCmd$MX$GetCmd.class
org.gridkit.jvmtool.cmd.MxCmd$MX$InfoCmd.class
org.gridkit.jvmtool.cmd.MxCmd$MX$SetCmd.class
org.gridkit.jvmtool.cmd.MxCmd$MX.class
org.gridkit.jvmtool.cmd.MxProxyCmd$SingleEntryRegistry.class
org/gridkit/jvmtool/cmd/ssa-help.md
org.gridkit.jvmtool.cmd.StackDumpCopyCmd$DumpInput.class
org.gridkit.jvmtool.cmd.StackDumpCopyCmd$StCpy$StackWriterProxy.class
org.gridkit.jvmtool.cmd.StackSampleAnalyzerCmd$DecimalFormater.class
org.gridkit.jvmtool.cmd.StackSampleAnalyzerCmd$RightFormater.class
org.gridkit.jvmtool.cmd.StackSampleAnalyzerCmd$SSA$HistoCmd.class
org.gridkit.jvmtool.cmd.StackSampleAnalyzerCmd$SSA.class
org.gridkit.jvmtool.cmd.Unsplitter.class
org.gridkit.jvmtool.gcmon.GarbageCollectionEventPojo.class
org.gridkit.jvmtool.gcmon.GcEventPoller.class
org.gridkit.jvmtool.gcmon.MemoryPoolEventConsumer.class
org.gridkit.jvmtool.gcmon.MemoryPoolInfoEvent.class
org.gridkit.jvmtool.gcmon.SimpleMemoryPoolEventEncoder.class
org.gridkit.jvmtool.hflame.cmd.FlameGraphGeneratorCmd$FlameGen$1.class
org.gridkit.jvmtool.JvmProcessPrinter.class
org.gridkit.jvmtool.MBeanCpuUsageReporter$CpuTimeComparator.class
org.gridkit.jvmtool.MBeanCpuUsageReporter$SysTimeComparator.class
org.gridkit.jvmtool.MBeanCpuUsageReporter$ThreadTrac.class
org.gridkit.jvmtool.MBeanGCMonitor.class
org.gridkit.jvmtool.parser.jstack.JStackDumpParser.class
org.gridkit.jvmtool.parser.jstack.JStackThreadDumpLoader$DumpReader.class
org.gridkit.jvmtool.SafePointMonitor.class
org.gridkit.jvmtool.StackHisto$OccurenceComparator.class
org.gridkit.jvmtool.StackTreeAnalyzer$1.class
org.gridkit.jvmtool.StackTreeAnalyzer$Node.class
org.gridkit.jvmtool.StackTreeAnalyzer.class
org.gridkit.util.formating.CsvTableFormatter$1.class
org.gridkit.util.formating.CsvTableFormatter.class
org.gridkit.util.formating.SimpleNumberFormatter$D2L.class
org.gridkit.util.formating.SimpleNumberFormatter$DefaultLongFormatter.class
org.gridkit.util.formating.SimpleNumberFormatter$LongFormatter.class
org.gridkit.util.formating.TabularDataSink$Cursor.class
org.gridkit.util.formating.TextTable$RowCmp.class
META-INF/maven/org.gridkit.jvmtool/sjk-core/pom.xml
META-INF/services/org.gridkit.jvmtool.event.EventDumpParser
org.gridkit.jvmtool.AbstractThreadDumpSource$ThreadNameFilter.class
org.gridkit.jvmtool.CategorizerParser$1.class
org.gridkit.jvmtool.cmd.AntPathMatcher$AntPatternComparator.class
org.gridkit.jvmtool.cmd.DumpExportCmd$1.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
sjk-cli-${project.version}.jar
/org.gridkit.jvmtool/sjk-cli/${project.version}
查看sjk-cli所有版本文件
sjk-stacktrace-${project.version}.jar
/org.gridkit.jvmtool/sjk-stacktrace/${project.version}
查看sjk-stacktrace所有版本文件
sjk-hflame-${project.version}.jar
/org.gridkit.jvmtool/sjk-hflame/${project.version}
查看sjk-hflame所有版本文件
sjk-jfr-0.3.jar
/org.gridkit.jvmtool/sjk-jfr/0.3
查看sjk-jfr所有版本文件
sjk-nps-0.3.jar
/org.gridkit.jvmtool/sjk-nps/0.3
查看sjk-nps所有版本文件
jvm-attach-api-1.3.jar
/org.gridkit.lab/jvm-attach-api/1.3
查看jvm-attach-api所有版本文件
junit-4.10.jar
/junit/junit/4.10
查看junit所有版本文件
assertj-core-1.6.0.jar
/org.assertj/assertj-core/1.6.0
查看assertj-core所有版本文件
junit-benchmarks-0.7.2.jar
/com.carrotsearch/junit-benchmarks/0.7.2
查看junit-benchmarks所有版本文件
|