- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 54 for epoc (0.03 sec)
-
cmd/metrics-v3-system-process.go
processStarttimeSecondsMD = NewGaugeMD(processStartTimeSeconds, "Start time for MinIO process in seconds since Unix epoc") processUptimeSecondsMD = NewGaugeMD(processUptimeSeconds, "Uptime for MinIO process in seconds")
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Jun 20 17:55:03 UTC 2024 - 6.5K bytes - Viewed (0) -
docs/metrics/prometheus/list.md
| `minio_node_process_starttime_seconds` | Start time for MinIO process per node, time in seconds since Unix epoc. | | `minio_node_process_uptime_seconds` | Uptime for MinIO process per node in seconds. | ## Scanner Metrics
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 43.4K bytes - Viewed (0) -
cmd/metrics-v2.go
return MetricDescription{ Namespace: nodeMetricNamespace, Subsystem: processSubsystem, Name: startTime, Help: "Start time for MinIO process per node, time in seconds since Unix epoc", Type: gaugeMetric, } } func getMinIOProcessUptimeMD() MetricDescription { return MetricDescription{ Namespace: nodeMetricNamespace, Subsystem: processSubsystem,
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 133.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/create/LeaseV2CreateContextRequest.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 6.2K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/create/LeaseV2CreateContextResponse.java
* @return the parent lease key */ public Smb2LeaseKey getParentLeaseKey() { return parentLeaseKey; } /** * Gets the lease epoch from the V2 response * @return the epoch */ public int getEpoch() { return epoch; } @Override public int decode(byte[] buffer, int bufferIndex, int len) throws SMBProtocolDecodingException { int start = bufferIndex;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 3.6K bytes - Viewed (0) -
src/main/java/jcifs/smb/FileEntry.java
* * @return the creation time in milliseconds since epoch */ long createTime(); /** * Gets the last modified time. * * @return the last modified time in milliseconds since epoch */ long lastModified(); /** * Gets the last access time. * * @return the last access time in milliseconds since epoch */ long lastAccess(); /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.9K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/FileEntry.java
*/ int getAttributes(); /** * Gets the creation time. * * @return the creation time in milliseconds since epoch */ long createTime(); /** * Gets the last modified time. * * @return the last modified time in milliseconds since epoch */ long lastModified(); /** * Gets the file size. * * @return the file size in bytes */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 881 bytes - Viewed (0) -
docs/iam/policies/pbac-tests.sh
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Jun 25 01:15:27 UTC 2024 - 2.5K bytes - Viewed (0) -
src/main/java/jcifs/smb1/util/Encdec.java
* Milliseconds between January 1, 1970 and January 1, 1601 (Windows epoch). */ public static final long MILLISECONDS_BETWEEN_1970_AND_1601 = 11644473600000L; /** * Seconds between January 1, 1904 and January 1, 1970 (Mac epoch). */ public static final long SEC_BETWEEEN_1904_AND_1970 = 2082844800L; /** * Time encoding type: 1970 epoch, 32-bit seconds, big-endian. */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 18.5K bytes - Viewed (0) -
docs/smb3-features/01-smb3-lease-design.md
if (isV2()) { System.arraycopy(parentLeaseKey.getKey(), 0, buffer, dataOffset + 32, 16); // ParentLeaseKey writeInt2(buffer, dataOffset + 48, epoch); // Epoch writeInt2(buffer, dataOffset + 50, 0); // Reserved } } @Override public void decode(byte[] buffer, int offset, int length) { // Decode lease response
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 22K bytes - Viewed (0)