ExecutorSummary
import type { ExecutorSummary } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
Details about executors used by the application.
interface ExecutorSummary {
activeTasks?: number;
addTime?: Date;
attributes?: {};
[key: string]: string;
completedTasks?: number;
diskUsed?: bigint;
excludedInStages?: bigint[];
executorId?: string;
executorLogs?: {};
[key: string]: string;
failedTasks?: number;
hostPort?: string;
isActive?: boolean;
isExcluded?: boolean;
maxMemory?: bigint;
maxTasks?: number;
memoryMetrics?: MemoryMetrics;
memoryUsed?: bigint;
peakMemoryMetrics?: ExecutorMetrics;
rddBlocks?: number;
removeReason?: string;
removeTime?: Date;
resourceProfileId?: number;
resources?: {};
[key: string]: ResourceInformation;
totalCores?: number;
totalDurationMillis?: bigint;
totalGcTimeMillis?: bigint;
totalInputBytes?: bigint;
totalShuffleRead?: bigint;
totalShuffleWrite?: bigint;
totalTasks?: number;
}§Properties
§
memoryMetrics?: MemoryMetrics
[src]§
peakMemoryMetrics?: ExecutorMetrics
[src]§
resources?: {}
[src][key: string]: ResourceInformation;