rubyrun 0.9.5-x86-linux → 0.9.6-x86-linux
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.
- data/README +4 -4
- data/docs/{rubyrun-0.9.5.htm → rubyrun-0.9.6.htm} +292 -291
- data/docs/{rubyrun-0.9.5.pdf → rubyrun-0.9.6.pdf} +0 -0
- data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/colorschememapping.xml +0 -0
- data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/filelist.xml +1 -1
- data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/header.htm +6 -6
- data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image001.jpg +0 -0
- data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image002.jpg +0 -0
- data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image003.jpg +0 -0
- data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image004.jpg +0 -0
- data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image005.jpg +0 -0
- data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image006.jpg +0 -0
- data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image007.jpg +0 -0
- data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image008.jpg +0 -0
- data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image009.jpg +0 -0
- data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image010.jpg +0 -0
- data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image011.jpg +0 -0
- data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image012.jpg +0 -0
- data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image013.jpg +0 -0
- data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image014.jpg +0 -0
- data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image015.jpg +0 -0
- data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image016.jpg +0 -0
- data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image017.png +0 -0
- data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image018.jpg +0 -0
- data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image019.jpg +0 -0
- data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image020.jpg +0 -0
- data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image021.jpg +0 -0
- data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image022.png +0 -0
- data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/themedata.thmx +0 -0
- data/lib/rubyrun/rubyrun_commander__.rb +3 -3
- data/lib/rubyrun/rubyrun_globals.rb +2 -0
- data/lib/rubyrun/rubyrun_html__.rb +1 -1
- data/lib/rubyrun/rubyrun_html_writer__.rb +20 -7
- data/lib/rubyrun/rubyrun_initializer__.rb +36 -9
- data/lib/rubyrun/rubyrun_monitor__.rb +3 -3
- data/lib/rubyrun/rubyrun_report__.rb +3 -2
- data/lib/rubyrun/rubyrun_rss__.rb +7 -5
- data/lib/rubyrun/rubyrun_utils__.rb +5 -0
- metadata +31 -31
data/README
CHANGED
@@ -31,7 +31,7 @@ Developers can also use RubyRun to diagnose typical application performance
|
|
31
31
|
problems such as hung and slow transactions in development, QA, stress test,
|
32
32
|
and production environments.
|
33
33
|
|
34
|
-
Please refer to the documentation in docs/rubyrun-0.9.
|
34
|
+
Please refer to the documentation in docs/rubyrun-0.9.6.htm for full description
|
35
35
|
of features and usage of the product.
|
36
36
|
|
37
37
|
Obtaining the software
|
@@ -49,8 +49,8 @@ Installing the software
|
|
49
49
|
Save the file in the directory <RubyRunHome> and use the 'gem' command to
|
50
50
|
install RubyRun_CE, e.g.
|
51
51
|
|
52
|
-
gem install <RubyRunHome>/rubyrun-0.9.
|
53
|
-
gem install <RubyRunHome>/rubyrun-0.9.
|
52
|
+
gem install <RubyRunHome>/rubyrun-0.9.6.gem
|
53
|
+
gem install <RubyRunHome>/rubyrun-0.9.6-x86-mswin32-60.gem
|
54
54
|
|
55
55
|
Running the software
|
56
56
|
--------------------
|
@@ -69,7 +69,7 @@ Viewing the reports
|
|
69
69
|
application respectively.
|
70
70
|
|
71
71
|
RubyRun_CE also provides other reports, e.g. method trace and thread status,
|
72
|
-
please refer to the documentation in docs/rubyrun-0.9.
|
72
|
+
please refer to the documentation in docs/rubyrun-0.9.6.htm for full
|
73
73
|
description of features and usage of the product.
|
74
74
|
|
75
75
|
Support
|