Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DownloadProfilingHandler (0.46 sec)

  1. cmd/admin-router.go

    			Queries("profilerType", "{profilerType:.*}")
    		adminRouter.Methods(http.MethodGet).Path(adminVersion + "/profiling/download").HandlerFunc(adminMiddleware(adminAPI.DownloadProfilingHandler, traceHdrsS3HFlag, noObjLayerFlag))
    		// Profiling operations
    		adminRouter.Methods(http.MethodPost).Path(adminVersion + "/profile").HandlerFunc(adminMiddleware(adminAPI.ProfileHandler, traceHdrsS3HFlag, noObjLayerFlag))
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Sep 21 11:35:40 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  2. cmd/admin-handlers.go

    func (f dummyFileInfo) Sys() interface{}   { return f.sys }
    
    // DownloadProfilingHandler - POST /minio/admin/v3/profiling/download
    // ----------
    // Download profiling information of all nodes in a zip format - deprecated API
    func (a adminAPIHandlers) DownloadProfilingHandler(w http.ResponseWriter, r *http.Request) {
    	ctx := r.Context()
    
    	// Validate request signature.
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Oct 04 11:32:32 UTC 2024
    - 99.7K bytes
    - Viewed (0)
Back to top