General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.
Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
Try Free
AI-generated apps that pass security review
Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
...It will ask for few permission:
grant select on gv_$active_session_history to $USER_NAME;
grant select on gv_$SQL to $USER_NAME;
grant select on gv_$SQL_MONITOR to $USER_NAME;
grant select on gv_$SQLSTATS to $USER_NAME;
grant select on v_$database to $USER_NAME;
grant select on gv_$instance to $USER_NAME;
grant select on gv_$statname to $USER_NAME;
grant select on gv_$sysstat to $USER_NAME;
grant select on gv_$osstat to $USER_NAME;
grant select on gv_$dlm_misc to $USER_NAME;
grant create session to $USER_NAME;
OraGlance is free software , use it as you like.
The sysstat utilities are a collection of performance monitoring tools for Linux. These include sar, sadf, mpstat, iostat, nfsiostat-sysstat, cifsiostat, pidstat and sa tools.
Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
Sar2gp converts files generated by 'Sar' from Sysstat into Gnuplot format, and then generates the graphic. User can select which values wants to be plotted. Sar2gpGUI is a graphical user interface that can deal with all Sar2gp options.
sarface is a user-interface to the sysstat/sar database which inputs data from sar and plots to a live X11 graph via gnuplot. It mimics the cmd-line options from sar but can cross-plot any two or more stats and apply simple mathematical functions them.
Command line tool that creates charts from SysStat output and presents them through HTML pages. It is also capable to display charts from several machines at a single site.
Sarvant (SAR Visual ANalysis Tool) is a python script that will analyze a sar file (from the sysstat utility, 'sar') and produce graphs using gnuplot of the collected data.
The Linux Proc filesystem reflects different statistics of a running Linux desktop/server. Most of the tools today like mpstat, pidstat etc from sysstat package use the information form Linux proc file system to provide the statistics related to hardware resources like CPU, memory, disk and Network. This project tried to provide a web based visulaization of all the parameters which are exposed in Proc filesystem. It also provide the storage of this statistical data in real time databases like RRD tool for further online/online analysis.