SuiteScript > Script Queue Monitor (Beta)
Share Note:
Installing and Accessing the Script Queue Monitor
Script Queue Monitor (Beta) is available as a SuiteApp which can be installed in your account. Its bundle ID is 56125 and it can be installed from production account 3923787.
Once this SuiteApp has been installed, the Script Queue Monitor is available at Customization > Script Performance > Script Queue Monitor, to account administrators only.
Script Queue Monitor User Interface
The UI for the Script Queue Monitor includes two panes: on the left, a pane that illustrates script instances for each queue, and on the right, a pane that lists relevant information about each script instance.
- Status Details List
The list in the right pane of the Script Queue Monitor includes the following details about each scheduled script that has been run during the selected time period.
Note: This list has a limit of 1000 rows, so it only displays the first 1000 scheduled script instances. This limitation does not apply to the scripting chart.
- Scripting Chart
The Script Queue Monitor supports three types of charts:
Script Count Chart
Utilization Chart
Timeline Chart
Reference:
<span id='sqm_inline_html_val'>
<!-- CSS -->
<link type="text/css" rel="stylesheet" href="/ui/css/sqm-ext-theme-classic-sandbox-all.css" />
<link type="text/css" rel="stylesheet" href="/ui/css/sqm.css" />
<!-- External Libraries -->
<script type="text/javascript" src="/ui/lib/sqm-ext-all-sandbox.js"></script>
<script type="text/javascript" src="/ui/lib/sqm-highcharts.js"></script>
<script type="text/javascript" src="/ui/lib/sqm-highcharts-more.js"></script>
<script type="text/javascript" src="/ui/lib/sqm-highcharts-exporting.js"></script>
<script type="text/javascript">
Ext4.ns("PSGP.SQM");
Ext4.require(["Ext4.*"]);
var nsBundleId = 56125
</script>
<!-- Modules -->
<script type="text/javascript" src="/ui/modules/sqm_cs_overrides.js"></script>
<script type="text/javascript" src="/ui/modules/sqm_cs_perftest.js"></script>
<script type="text/javascript" src="/ui/modules/sqm_cs_models.js"></script>
<script type="text/javascript" src="/ui/modules/sqm_cs_stores.js"></script>
<script type="text/javascript" src="/ui/modules/sqm_cs_components.js"></script>
<script type="text/javascript" src="/ui/modules/sqm_cs_highcharts.js"></script>
<!-- Main -->
<script type="text/javascript" src="/ui/sqm_cs_main.js"></script></span>
SuiteScript > Script Queue Monitor (Beta)的更多相关文章
- Script to Monitor Current User Activity in the Database
Execution Environment: SQL, SQL*Plus, iSQL*Plus Access Privileges: Requires select privileges on vie ...
- AWS nat monitor and route switch script
This script will monitor another NAT instance and take over its routes if communication with the oth ...
- Thread锁 Monitor类、Lock关键字和Mutex类
Monitor 类锁定一个对象 当多线程公用一个对象时,也会出现和公用代码类似的问题,这种问题就不应该使用lock关键字了,这里需要用到System.Threading中的一个类Monitor,我们可 ...
- 【转】C#多线程学习
C#多线程学习(一) 多线程的相关概念 什么是进程?当一个程序开始运行时,它就是一个进程,进程包括运行中的程序和程序所使用到的内存和系统资源.而一个进程又是由多个线程所组成的. 什么是线程?线程是程序 ...
- .net中的多线程
一.多线程的概念 什么是进程呢?当一个程序开始运行时,它就是一个进程,进程所指包括运行中的程序和程序所使用到的内存和系统资源.而一个进程又是由多个线程所组成的,线程是程序中的一个执行流, ...
- C#多线程(上) 分类: C# 线程 2015-03-09 10:35 174人阅读 评论(0) 收藏
一.多线程的相关概念 什么是进程? 当一个程序开始运行时,它就是一个进程,进程包括运行中的程序和程序所使用到的内存和系统资源. 而一个进程又是由多个线程所组成的. 什么是线程? 线程是程序中的一个执行 ...
- DTrace to Troubleshoot Java Native Memory Problems
How to Use DTrace to Troubleshoot Java Native Memory Problems on Oracle Solaris 11 Hands-On Labs of ...
- C# 多线程学习总结
C# 多线程学习总结 C#多线程学习(一) 多线程的相关概念 什么是进程? 当一个程序开始运行时,它就是一个进程,进程包括运行中的程序和程序所使用到的内存和系统资源.而一个进程又是由多个线程所组成的. ...
- Laravel生命周期
如果你对一件工具的使用原理了如指掌,那么你在用这件工具的时候会充满信心! 一旦用户(浏览器)发送了一个HTTP请求,我们的apache或者nginx一般都转到index.php,因此,之后的一系列步骤 ...
随机推荐
- SQL编码乱码解决方法
摘自 http://www.cnblogs.com/keke/archive/2011/08/05/2128557.html 使用SQL SERVER2005的时候常常遇到中文字符为乱码的情况,经过研 ...
- angularJ之$filter过滤器
1 内置filter 9个 2 自定义filter <!DOCTYPE html><html><head><meta charset="utf-8& ...
- LeetCode Paint House
原题链接在这里:https://leetcode.com/problems/paint-house/ 题目: There are a row of n houses, each house can b ...
- Java语言程序设计(基础篇) 第七章 一维数组
第七章 一维数组 7.2 数组的基础知识 1.一旦数组被创建,它的大小是固定的.使用一个数组引用变量,通过下标来访问数组中的元素. 2.数组是用来存储数据的集合,但是,通常我们会发现把数组看作一个存储 ...
- python正则
1.. 匹配任意除换行符"\n"外的字符:2.*表示匹配前一个字符0次或无限次:3.+或*后跟?表示非贪婪匹配,即尽可能少的匹配,如*?重复任意次,但尽可能少重复:4. .*? 表 ...
- C#异常处理性能测试
异常处理性能测试 using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq ...
- 配置Openfire的eclipse项目
官方文档在这里 Install JDK Download JDK and install them. The least version should be 1.5. I use 1.6. Sorry ...
- IOS在线安装App
在越狱设备上可以安装,如果设备不越狱也想安装,就要企业发布权限了,可惜我没有,所以不能测试了! 1.创建ipa及plist文件: XCode菜单栏->Product->Archive-&g ...
- Windows Phone 七、XML序列化
DataContractSerializer对象 public class Person { public int Id { get; set; } public string Name { get; ...
- sdk、jdk、jre、jvm、jdt、cdt分别都是什么东西
1.sdk是什么 sdk,全称是 software development kit 中文译为软件开发工具包.kit 在英文中有工具箱,设备包,成套工具的意思. 从名字就可以看出sdk作为一个工具箱,其 ...