签名jar并使用-tsa选项后,如何验证时间戳是否包含在内?我试过了:
jarsigner -verify -verbose -certs myApp.jar
Run Code Online (Sandbox Code Playgroud)
但输出没有指定时间戳的任何内容.我问,因为即使我在-tsa URL路径中有拼写错误,jarsigner也会成功.这是在GlobalSign TSA网址:http://timestamp.globalsign.com/scripts/timstamp.dll和服务器背后显然接受任何路径(即timestamp.globalsign.com/foobar),所以最后我不确定我的罐子是否加盖时间戳.
可能重复:
Linux/Unix中"性能计数器"的概念
什么是Linux等效的Windows性能计数器?
或者,更广泛地说,Linux上推荐的系统性能监控基础架构是什么?