Looking to time EBS login
I'm looking to time how long to takes to enter the main page of EBS 12.2.7.
So far I have something like this:
time (curl -L --connect-timeout 100 "http://server.local:8000/OA_HTML/AuthenticateUser?username=SYSADMIN&password=myawesomepassword")
Problem:
In a browser I am placed directly into the EBS home page . . ./OA_HTML/OA.jsp?OAFunc=OANEWHOMEPAGE
With curl I get stuck on the LOGIN page:
<html>
<head>
<title>Login</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,user-scalable=yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<link type= "text/css" rel="stylesheet" href="?login.css" />