You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							159 lines
						
					
					
						
							9.3 KiB
						
					
					
				
			
		
		
	
	
							159 lines
						
					
					
						
							9.3 KiB
						
					
					
				| {{template "ng/base/head" .}}
 | |
| {{template "ng/base/header" .}}
 | |
| <div id="admin-wrapper">
 | |
|     <div id="setting-wrapper" class="main-wrapper">
 | |
|         <div id="repo-setting" class="container clear">
 | |
|             {{template "admin/nav" .}}
 | |
|             <div class="grid-4-5 left">
 | |
|                 <div class="setting-content">
 | |
|                     {{template "ng/base/alert" .}}
 | |
|                     <div id="setting-content">
 | |
|                         <div class="panel panel-radius">
 | |
|                             <div class="panel-header">
 | |
|                                 <strong>{{.i18n.Tr "admin.dashboard.statistic"}}</strong>
 | |
|                             </div>
 | |
|                             <div class="panel-body">
 | |
|                                 <p class="admin-desc">
 | |
|                                     {{.i18n.Tr "admin.dashboard.statistic_info" .Stats.Counter.User .Stats.Counter.Org .Stats.Counter.PublicKey .Stats.Counter.Repo .Stats.Counter.Watch .Stats.Counter.Star .Stats.Counter.Action .Stats.Counter.Access .Stats.Counter.Issue .Stats.Counter.Comment .Stats.Counter.Oauth .Stats.Counter.Follow .Stats.Counter.Mirror .Stats.Counter.Release .Stats.Counter.LoginSource .Stats.Counter.Webhook .Stats.Counter.Milestone .Stats.Counter.Label .Stats.Counter.HookTask .Stats.Counter.Team .Stats.Counter.UpdateTask .Stats.Counter.Attachment | Str2html}}
 | |
|                             </div>
 | |
|                         </div>
 | |
|                         <br>
 | |
|                         <div class="panel panel-radius">
 | |
|                             <div class="panel-header">
 | |
|                                 <strong>{{.i18n.Tr "admin.dashboard.operations"}}</strong>
 | |
|                             </div>
 | |
|                             <div class="panel-body admin-panel">
 | |
|                                 <div class="admin-table">
 | |
|                                     <table class="table">
 | |
|                                         <thead>
 | |
|                                             <tr>
 | |
|                                                 <th>{{.i18n.Tr "admin.dashboard.operation_name"}}</th>
 | |
|                                                 <th>{{.i18n.Tr "admin.dashboard.operation_switch"}}</th>
 | |
|                                             </tr>
 | |
|                                         </thead>
 | |
|                                         <tbody>
 | |
|                                             <tr>
 | |
|                                                 <td>{{.i18n.Tr "admin.dashboard.clean_unbind_oauth"}}</td>
 | |
|                                                 <td><i class="fa fa-caret-square-o-right"></i> <a href="{{AppSubUrl}}/admin?op=1">{{.i18n.Tr "admin.dashboard.operation_run"}}</a></td>
 | |
|                                             </tr>
 | |
|                                             <tr>
 | |
|                                                 <td>{{.i18n.Tr "admin.dashboard.delete_inactivate_accounts"}}</td>
 | |
|                                                 <td><i class="fa fa-caret-square-o-right"></i> <a href="{{AppSubUrl}}/admin?op=2">{{.i18n.Tr "admin.dashboard.operation_run"}}</a></td>
 | |
|                                             </tr>
 | |
|                                             <tr>
 | |
|                                                 <td>{{.i18n.Tr "admin.dashboard.delete_repo_archives"}}</td>
 | |
|                                                 <td><i class="fa fa-caret-square-o-right"></i> <a href="{{AppSubUrl}}/admin?op=3">{{.i18n.Tr "admin.dashboard.operation_run"}}</a></td>
 | |
|                                             </tr>
 | |
|                                             <tr>
 | |
|                                                 <td>{{.i18n.Tr "admin.dashboard.git_gc_repos"}}</td>
 | |
|                                                 <td><i class="fa fa-caret-square-o-right"></i> <a href="{{AppSubUrl}}/admin?op=4">{{.i18n.Tr "admin.dashboard.operation_run"}}</a></td>
 | |
|                                             </tr>
 | |
|                                         </tbody>
 | |
|                                     </table>
 | |
|                                 </div>
 | |
|                             </div>
 | |
|                         </div>
 | |
|                         <br>
 | |
|                         <div class="panel panel-radius">
 | |
|                             <div class="panel-header">
 | |
|                                 <strong>{{.i18n.Tr "admin.dashboard.system_status"}}</strong>
 | |
|                             </div>
 | |
|                             <div class="panel-body">
 | |
|                                 <dl class="dl-horizontal admin-dl-horizontal">
 | |
|                                     <dt>{{.i18n.Tr "admin.dashboard.server_uptime"}}</dt>
 | |
|                                     <dd>{{.SysStatus.Uptime}}</dd>
 | |
| 
 | |
|                                     <dt>{{.i18n.Tr "admin.dashboard.current_goroutine"}}</dt>
 | |
|                                     <dd>{{.SysStatus.NumGoroutine}}</dd>
 | |
| 
 | |
|                                     <hr/>
 | |
|                                     <dt>{{.i18n.Tr "admin.dashboard.current_memory_usage"}}</dt>
 | |
|                                     <dd>{{.SysStatus.MemAllocated}}</dd>
 | |
| 
 | |
|                                     <dt>{{.i18n.Tr "admin.dashboard.total_memory_allocated"}}</dt>
 | |
|                                     <dd>{{.SysStatus.MemTotal}}</dd>
 | |
| 
 | |
|                                     <dt>{{.i18n.Tr "admin.dashboard.memory_obtained"}}</dt>
 | |
|                                     <dd>{{.SysStatus.MemSys}}</dd>
 | |
| 
 | |
|                                     <dt>{{.i18n.Tr "admin.dashboard.pointer_lookup_times"}}</dt>
 | |
|                                     <dd>{{.SysStatus.Lookups}}</dd>
 | |
| 
 | |
|                                     <dt>{{.i18n.Tr "admin.dashboard.memory_allocate_times"}}</dt>
 | |
|                                     <dd>{{.SysStatus.MemMallocs}}</dd>
 | |
| 
 | |
|                                     <dt>{{.i18n.Tr "admin.dashboard.memory_free_times"}}</dt>
 | |
|                                     <dd>{{.SysStatus.MemFrees}}</dd>
 | |
| 
 | |
|                                     <hr/>
 | |
|                                     <dt>{{.i18n.Tr "admin.dashboard.current_heap_usage"}}</dt>
 | |
|                                     <dd>{{.SysStatus.HeapAlloc}}</dd>
 | |
| 
 | |
|                                     <dt>{{.i18n.Tr "admin.dashboard.heap_memory_obtained"}}</dt>
 | |
|                                     <dd>{{.SysStatus.HeapSys}}</dd>
 | |
| 
 | |
|                                     <dt>{{.i18n.Tr "admin.dashboard.heap_memory_idle"}}</dt>
 | |
|                                     <dd>{{.SysStatus.HeapIdle}}</dd>
 | |
| 
 | |
|                                     <dt>{{.i18n.Tr "admin.dashboard.heap_memory_in_use"}}</dt>
 | |
|                                     <dd>{{.SysStatus.HeapInuse}}</dd>
 | |
| 
 | |
|                                     <dt>{{.i18n.Tr "admin.dashboard.heap_memory_released"}}</dt>
 | |
|                                     <dd>{{.SysStatus.HeapReleased}}</dd>
 | |
| 
 | |
|                                     <dt>{{.i18n.Tr "admin.dashboard.heap_objects"}}</dt>
 | |
|                                     <dd>{{.SysStatus.HeapObjects}}</dd>
 | |
| 
 | |
|                                     <hr/>
 | |
|                                     <dt>{{.i18n.Tr "admin.dashboard.bootstrap_stack_usage"}}</dt>
 | |
|                                     <dd>{{.SysStatus.StackInuse}}</dd>
 | |
| 
 | |
|                                     <dt>{{.i18n.Tr "admin.dashboard.stack_memory_obtained"}}</dt>
 | |
|                                     <dd>{{.SysStatus.StackSys}}</dd>
 | |
| 
 | |
|                                     <dt>{{.i18n.Tr "admin.dashboard.mspan_structures_usage"}}</dt>
 | |
|                                     <dd>{{.SysStatus.MSpanInuse}}</dd>
 | |
| 
 | |
|                                     <dt>{{.i18n.Tr "admin.dashboard.mspan_structures_obtained"}}</dt>
 | |
|                                     <dd>{{.SysStatus.HeapSys}}</dd>
 | |
| 
 | |
|                                     <dt>{{.i18n.Tr "admin.dashboard.mcache_structures_usage"}}</dt>
 | |
|                                     <dd>{{.SysStatus.MCacheInuse}}</dd>
 | |
| 
 | |
|                                     <dt>{{.i18n.Tr "admin.dashboard.mcache_structures_obtained"}}</dt>
 | |
|                                     <dd>{{.SysStatus.MCacheSys}}</dd>
 | |
| 
 | |
|                                     <dt>{{.i18n.Tr "admin.dashboard.profiling_bucket_hash_table_obtained"}}</dt>
 | |
|                                     <dd>{{.SysStatus.BuckHashSys}}</dd>
 | |
| 
 | |
|                                     <dt>{{.i18n.Tr "admin.dashboard.gc_metadata_obtained"}}</dt>
 | |
|                                     <dd>{{.SysStatus.GCSys}}</dd>
 | |
| 
 | |
|                                     <dt>{{.i18n.Tr "admin.dashboard.other_system_allocation_obtained"}}</dt>
 | |
|                                     <dd>{{.SysStatus.OtherSys}}</dd>
 | |
| 
 | |
|                                     <hr>
 | |
|                                     <dt>{{.i18n.Tr "admin.dashboard.next_gc_recycle"}}</dt>
 | |
|                                     <dd>{{.SysStatus.NextGC}}</dd>
 | |
| 
 | |
|                                     <dt>{{.i18n.Tr "admin.dashboard.last_gc_time"}}</dt>
 | |
|                                     <dd>{{.SysStatus.LastGC}}</dd>
 | |
| 
 | |
|                                     <dt>{{.i18n.Tr "admin.dashboard.total_gc_pause"}}</dt>
 | |
|                                     <dd>{{.SysStatus.PauseTotalNs}}</dd>
 | |
| 
 | |
|                                     <dt>{{.i18n.Tr "admin.dashboard.last_gc_pause"}}</dt>
 | |
|                                     <dd>{{.SysStatus.PauseNs}}</dd>
 | |
| 
 | |
|                                     <dt>{{.i18n.Tr "admin.dashboard.gc_times"}}</dt>
 | |
|                                     <dd>{{.SysStatus.NumGC}}</dd>
 | |
|                                 </dl>
 | |
|                             </div>
 | |
|                         </div>
 | |
|                     </div>
 | |
|                 </div>
 | |
|             </div>
 | |
|         </div>
 | |
|     </div>
 | |
| </div>
 | |
| {{template "ng/base/footer" .}} |