perfmonger 0.14.2 → 0.14.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.gitignore +5 -0
- data/HOWTO.md +6 -8
- data/NEWS +13 -1
- data/lib/exec/perfmonger-player_darwin_amd64 +0 -0
- data/lib/exec/perfmonger-player_linux_amd64 +0 -0
- data/lib/exec/perfmonger-plot-formatter_darwin_amd64 +0 -0
- data/lib/exec/perfmonger-plot-formatter_linux_amd64 +0 -0
- data/lib/exec/perfmonger-recorder_darwin_amd64 +0 -0
- data/lib/exec/perfmonger-recorder_linux_amd64 +0 -0
- data/lib/exec/perfmonger-summarizer_darwin_amd64 +0 -0
- data/lib/exec/perfmonger-summarizer_linux_amd64 +0 -0
- data/lib/exec/perfmonger-viewer_darwin_amd64 +0 -0
- data/lib/exec/perfmonger-viewer_linux_amd64 +0 -0
- data/lib/exec/perfmonger_linux_amd64 +0 -0
- data/lib/perfmonger/command/fingerprint.rb +3 -3
- data/lib/perfmonger/command/play.rb +1 -1
- data/lib/perfmonger/command/plot.rb +2 -2
- data/lib/perfmonger/command/summary.rb +1 -1
- data/lib/perfmonger/version.rb +1 -1
- metadata +5 -22
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 90bf2b1d45d4a4424f678e351a4f8fc40e51744e7356b55a0ba0c43af1266eb5
|
|
4
|
+
data.tar.gz: 77e5f8cfed6ffb0f68526068e5850cc2b8ff3a3f4942c977ee59255116735c2e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da692147fe6e1e9e9a0aae7b395818566915575e40161b1ada9a354db25c04704d951ed968cfe662bd4195e196d2f4a0587fc6c1f37f82d0ce7a1687b27e1fb1
|
|
7
|
+
data.tar.gz: 31d7dd283c869a241fae057f17de870f0dad6562425f7a9c5fd2a2460f7f0c96ba936ec5b3ff5d8b705e93d8108d62c7eb8ca1ce85adf0fc4e4f1d04b02d67ca
|
data/.gitignore
CHANGED
data/HOWTO.md
CHANGED
|
@@ -2,13 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
## TODO in release
|
|
4
4
|
|
|
5
|
-
1.
|
|
5
|
+
1. Update version number in `lib/perfmonger/version.rb`
|
|
6
|
+
2. Make a commit for changing version number
|
|
6
7
|
* Add a new version number and release date to NEWS
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
6. Make a release announcement on freecode.com
|
|
12
|
-
7. Make a release announcement on Twitter
|
|
13
|
-
|
|
8
|
+
3. Tag the commit with name `v<VERSION>` ex) `v0.3.0`
|
|
9
|
+
4. Push tags to the github repository
|
|
10
|
+
5. Build gem package with `rake build`
|
|
11
|
+
6. Upload the gem package to rubygems.org with `rake release`
|
|
14
12
|
|
data/NEWS
CHANGED
|
@@ -1,4 +1,16 @@
|
|
|
1
|
-
##
|
|
1
|
+
## 2025-11-02: PerfMonger 0.14.5
|
|
2
|
+
|
|
3
|
+
* Bugfix
|
|
4
|
+
* [plot][play][fingerprint][summary] subcommands:
|
|
5
|
+
* Fixed deprecated ruby methods.
|
|
6
|
+
|
|
7
|
+
## 2023-05-13: PerfMonger 0.14.4
|
|
8
|
+
* Yanked release 0.14.3 and repushed release binary.
|
|
9
|
+
|
|
10
|
+
## 2023-03-30: PerfMonger 0.14.3
|
|
11
|
+
* Bugfix
|
|
12
|
+
* [plot] subcommand:
|
|
13
|
+
* Plot memory usage info correctly when available.
|
|
2
14
|
|
|
3
15
|
## 2021-12-01: PerfMonger 0.14.2
|
|
4
16
|
* Bugfix
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -172,7 +172,7 @@ EOS
|
|
|
172
172
|
end
|
|
173
173
|
|
|
174
174
|
def read_file(src)
|
|
175
|
-
if File.
|
|
175
|
+
if File.exist?(src)
|
|
176
176
|
begin
|
|
177
177
|
return File.read(src)
|
|
178
178
|
rescue StandardError => err
|
|
@@ -520,14 +520,14 @@ EOS
|
|
|
520
520
|
f.puts("")
|
|
521
521
|
end
|
|
522
522
|
|
|
523
|
-
if File.
|
|
523
|
+
if File.exist?("/etc/debian_version")
|
|
524
524
|
content = read_file("/etc/debian_version")
|
|
525
525
|
f.puts("## /etc/debian_version")
|
|
526
526
|
f.puts(content)
|
|
527
527
|
f.puts("")
|
|
528
528
|
end
|
|
529
529
|
|
|
530
|
-
if File.
|
|
530
|
+
if File.exist?("/etc/redhat-release")
|
|
531
531
|
content = read_file("/etc/redhat-release")
|
|
532
532
|
f.puts("## /etc/redhat-release")
|
|
533
533
|
f.puts(content)
|
|
@@ -517,13 +517,13 @@ EOS
|
|
|
517
517
|
gp_filename = @output_prefix + 'mem.gp'
|
|
518
518
|
dat_filename = @output_prefix + 'mem.dat'
|
|
519
519
|
|
|
520
|
-
unless File.
|
|
520
|
+
unless File.exist?(@mem_dat)
|
|
521
521
|
$stderr.puts("WARN: memory usage info is not available.")
|
|
522
522
|
return
|
|
523
523
|
end
|
|
524
524
|
|
|
525
525
|
if @output_type != 'pdf'
|
|
526
|
-
img_filename = @output_prefix + '
|
|
526
|
+
img_filename = @output_prefix + 'mem.' + @output_type
|
|
527
527
|
else
|
|
528
528
|
img_filename = nil
|
|
529
529
|
end
|
data/lib/perfmonger/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: perfmonger
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.14.
|
|
4
|
+
version: 0.14.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yuto HAYAMIZU
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2025-11-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -143,6 +143,7 @@ files:
|
|
|
143
143
|
- lib/exec/perfmonger-summarizer_linux_amd64
|
|
144
144
|
- lib/exec/perfmonger-viewer_darwin_amd64
|
|
145
145
|
- lib/exec/perfmonger-viewer_linux_amd64
|
|
146
|
+
- lib/exec/perfmonger_linux_amd64
|
|
146
147
|
- lib/perfmonger.rb
|
|
147
148
|
- lib/perfmonger/cli.rb
|
|
148
149
|
- lib/perfmonger/command/base_command.rb
|
|
@@ -217,26 +218,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
217
218
|
- !ruby/object:Gem::Version
|
|
218
219
|
version: '0'
|
|
219
220
|
requirements: []
|
|
220
|
-
|
|
221
|
-
rubygems_version: 2.7.6
|
|
221
|
+
rubygems_version: 3.4.10
|
|
222
222
|
signing_key:
|
|
223
223
|
specification_version: 4
|
|
224
224
|
summary: yet anothor performance measurement/monitoring tool
|
|
225
|
-
test_files:
|
|
226
|
-
- spec/data/busy100.pgr
|
|
227
|
-
- spec/data/busy100.pgr.gz
|
|
228
|
-
- spec/data/busy100.pgr.played
|
|
229
|
-
- spec/data/busy100.pgr.plot-formatted.cpu.dat
|
|
230
|
-
- spec/data/busy100.pgr.plot-formatted.disk.dat
|
|
231
|
-
- spec/data/busy100.pgr.summary
|
|
232
|
-
- spec/data/busy100.pgr.summary.json
|
|
233
|
-
- spec/fingerprint_spec.rb
|
|
234
|
-
- spec/live_spec.rb
|
|
235
|
-
- spec/perfmonger_spec.rb
|
|
236
|
-
- spec/play_spec.rb
|
|
237
|
-
- spec/plot_spec.rb
|
|
238
|
-
- spec/record_spec.rb
|
|
239
|
-
- spec/spec_helper.rb
|
|
240
|
-
- spec/stat_spec.rb
|
|
241
|
-
- spec/summary_spec.rb
|
|
242
|
-
- spec/support/aruba.rb
|
|
225
|
+
test_files: []
|