No hidden charges. No surprise bills. Cancel anytime.
Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
Start Free
Our Free Plans just got better! | Auth0
With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
A statistical analysis tool for performance testing
...The tool relies on browser performance timing data to capture metrics such as DNS lookup time, TCP connection time, time to first byte, download duration, DOM readiness, and total page load time. Hiper runs from the command line and can be installed globally using Node.js package managers, making it simple to integrate into development or testing workflows.
cpuplot
Command Line Profiler of CPU Usage and Load Average.
Synopsis:
BASH script that shows the history of CPU usage, and what procces uses the most CPU at a given time.
Bar graphs represent the percentage of Total CPU Usage, and the percentage of Total 1 Minute Load Average.
Default wait interval between system readings is 5secs. But a different one can be set in the command line with the "-i" argument. Default output is formatted for the standard console width of 80 columns, and will show only the bar chart for the CPU usage. To change this, use the "-w" argument explained below in the "usage" section.
...
...SarBox helps to analyze this log file and present data in graphical charts or text format.
To collect sar statistics from an environment, use below syntax
[user@host ~]# sar -A 30 2 > sar_linux.log
“30 2” reports for every 30 seconds and total of 2 times, written in sar_linux.log.