Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.213
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby30 /
share /
ri /
system /
GC /
Delete
Unzip
Name
Size
Permission
Date
Action
Profiler
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
add_stress_to_class-c.ri
394
B
-rw-r--r--
2024-06-26 17:25
auto_compact%3d-c.ri
524
B
-rw-r--r--
2024-06-26 17:25
auto_compact-c.ri
366
B
-rw-r--r--
2024-06-26 17:25
cdesc-GC.ri
1.48
KB
-rw-r--r--
2024-06-26 17:25
compact-c.ri
766
B
-rw-r--r--
2024-06-26 17:25
count-c.ri
418
B
-rw-r--r--
2024-06-26 17:25
disable-c.ri
511
B
-rw-r--r--
2024-06-26 17:25
enable-c.ri
540
B
-rw-r--r--
2024-06-26 17:25
garbage_collect-i.ri
290
B
-rw-r--r--
2024-06-26 17:25
latest_compact_info-c.ri
864
B
-rw-r--r--
2024-06-26 17:25
latest_gc_info-c.ri
637
B
-rw-r--r--
2024-06-26 17:25
malloc_allocated_size-c.ri
476
B
-rw-r--r--
2024-06-26 17:25
malloc_allocations-c.ri
461
B
-rw-r--r--
2024-06-26 17:25
remove_stress_to_class-c.ri
420
B
-rw-r--r--
2024-06-26 17:25
start-c.ri
1.24
KB
-rw-r--r--
2024-06-26 17:25
stat-c.ri
1.79
KB
-rw-r--r--
2024-06-26 17:25
stress%3d-c.ri
799
B
-rw-r--r--
2024-06-26 17:25
stress-c.ri
345
B
-rw-r--r--
2024-06-26 17:25
verify_compaction_references-c.ri
1
KB
-rw-r--r--
2024-06-26 17:25
verify_internal_consistency-c.ri
548
B
-rw-r--r--
2024-06-26 17:25
verify_transient_heap_internal_consistency-c.ri
284
B
-rw-r--r--
2024-06-26 17:25
Save
Rename
U:RDoc::AnyMethod[iI" stat:ETI" GC::stat;TT:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"8Returns a Hash containing information about the GC.;To:RDoc::Markup::BlankLine o; ; [I"NThe hash includes information about internal statistics about GC such as:;T@o:RDoc::Markup::Verbatim; [ I"{ ;TI" :count=>0, ;TI"$ :heap_allocated_pages=>24, ;TI"" :heap_sorted_length=>24, ;TI"% :heap_allocatable_pages=>0, ;TI"& :heap_available_slots=>9783, ;TI"! :heap_live_slots=>7713, ;TI"! :heap_free_slots=>2070, ;TI" :heap_final_slots=>0, ;TI" :heap_marked_slots=>0, ;TI" :heap_eden_pages=>24, ;TI" :heap_tomb_pages=>0, ;TI"% :total_allocated_pages=>24, ;TI" :total_freed_pages=>0, ;TI") :total_allocated_objects=>7796, ;TI"# :total_freed_objects=>83, ;TI"* :malloc_increase_bytes=>2389312, ;TI"1 :malloc_increase_bytes_limit=>16777216, ;TI" :minor_gc_count=>0, ;TI" :major_gc_count=>0, ;TI"0 :remembered_wb_unprotected_objects=>0, ;TI"6 :remembered_wb_unprotected_objects_limit=>0, ;TI" :old_objects=>0, ;TI" :old_objects_limit=>0, ;TI"- :oldmalloc_increase_bytes=>2389760, ;TI"3 :oldmalloc_increase_bytes_limit=>16777216 ;TI"} ;T:@format0o; ; [I"PThe contents of the hash are implementation specific and may be changed in ;TI"the future.;T@o; ; [I"/If the optional argument, hash, is given, ;TI"%it is overwritten and returned. ;TI",This is intended to avoid probe effect.;T@o; ; [I"4This method is only expected to work on C Ruby.;T: @fileI" gc.rb;T:0@omit_headings_from_table_of_contents_below0I"DGC.stat -> Hash GC.stat(hash) -> hash GC.stat(:key) -> Numeric ;T0[ I"(hash_or_key = nil);T@;FI"GC;TcRDoc::NormalModule00